-

+
Installation
diff --git a/public/manifest.json b/public/manifest.json
index 062f239..2bb31be 100644
--- a/public/manifest.json
+++ b/public/manifest.json
@@ -1,7 +1,7 @@
{
- "name": "SG Wölfe Handball",
- "short_name": "SG Wölfe",
- "description": "Spieltermine und Teamorganisation",
+ "name": "VereinsOS",
+ "short_name": "VereinsOS",
+ "description": "Vereinsorganisation und Teamverwaltung",
"start_url": "/dashboard",
"display": "standalone",
"orientation": "portrait-primary",
diff --git a/public/sw.js b/public/sw.js
index c44df55..4fdfceb 100644
--- a/public/sw.js
+++ b/public/sw.js
@@ -1,9 +1,9 @@
// ============================================================
-// Service Worker – SG Wölfe Handball WebApp
+// Service Worker – VereinsOS
// Strategie: Lokale Assets cachen, HTML Network-First
// ============================================================
-const CACHE_NAME = 'handball-v3';
+const CACHE_NAME = 'vereinos-v1';
const OFFLINE_URL = '/offline';
// Lokale Assets, die beim Install gecached werden
@@ -14,7 +14,7 @@ const PRECACHE_ASSETS = [
'/images/icon-192x192.png',
'/images/icon-512x512.png',
'/manifest.json',
- '/images/logo_woelfe.png'
+ '/images/vereinos_logo.png'
];
// ---- INSTALL ----
diff --git a/resources/views/admin/events/index.blade.php b/resources/views/admin/events/index.blade.php
index 902cc84..2acca47 100755
--- a/resources/views/admin/events/index.blade.php
+++ b/resources/views/admin/events/index.blade.php
@@ -7,7 +7,7 @@
{{-- Filter --}}
-