From 5399f044a18a8d58d6b7f4c4f55d2e3119584f4d Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Mon, 1 Dec 2025 14:24:15 +0100 Subject: [PATCH] separation of ui and static 6 --- apps/static/static/manifest.json | 43 -------------------------------- apps/ui/templates/dashboard.html | 1 - apps/ui/templates/device.html | 1 - apps/ui/templates/garage.html | 1 - apps/ui/templates/index.html | 1 - apps/ui/templates/room.html | 1 - apps/ui/templates/rooms.html | 1 - 7 files changed, 49 deletions(-) delete mode 100644 apps/static/static/manifest.json diff --git a/apps/static/static/manifest.json b/apps/static/static/manifest.json deleted file mode 100644 index 8e3c766..0000000 --- a/apps/static/static/manifest.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "name": "Home Automation", - "short_name": "Home", - "description": "Smart Home Automation System", - "start_url": "/", - "display": "standalone", - "background_color": "#667eea", - "theme_color": "#667eea", - "orientation": "portrait", - "icons": [ - { - "src": "/static/apple-touch-icon-180x180.png", - "sizes": "180x180", - "type": "image/png", - "purpose": "any maskable" - }, - { - "src": "/static/apple-touch-icon-152x152.png", - "sizes": "152x152", - "type": "image/png" - }, - { - "src": "/static/apple-touch-icon-120x120.png", - "sizes": "120x120", - "type": "image/png" - }, - { - "src": "/static/apple-touch-icon-76x76.png", - "sizes": "76x76", - "type": "image/png" - }, - { - "src": "/static/apple-touch-icon-32x32.png", - "sizes": "32x32", - "type": "image/png" - }, - { - "src": "/static/apple-touch-icon-16x16.png", - "sizes": "16x16", - "type": "image/png" - } - ] -} \ No newline at end of file diff --git a/apps/ui/templates/dashboard.html b/apps/ui/templates/dashboard.html index 82ff8c1..8b25a2c 100644 --- a/apps/ui/templates/dashboard.html +++ b/apps/ui/templates/dashboard.html @@ -16,7 +16,6 @@ -