From 6e57c372cf17da5f9be749cca01cd6c0603318fb Mon Sep 17 00:00:00 2001 From: Jaime Idolpx Date: Mon, 8 Jun 2026 19:28:29 -0400 Subject: [PATCH] feat: enhance PWA support with updated meta tags and icon paths --- index.html | 18 +++-- public/manifest.webmanifest | 6 +- public/ws.html | 141 ------------------------------------ src/app/App.tsx | 4 +- 4 files changed, 18 insertions(+), 151 deletions(-) delete mode 100644 public/ws.html diff --git a/index.html b/index.html index 31efd23..fa03e7e 100644 --- a/index.html +++ b/index.html @@ -3,16 +3,22 @@ - + Meatloaf Manipulator - - + + + - - - + + + + + diff --git a/public/manifest.webmanifest b/public/manifest.webmanifest index 7024d78..0812967 100644 --- a/public/manifest.webmanifest +++ b/public/manifest.webmanifest @@ -10,12 +10,14 @@ { "src": "icon.192.png", "sizes": "192x192", - "type": "image/png" + "type": "image/png", + "purpose": "any maskable" }, { "src": "icon.512.png", "sizes": "512x512", - "type": "image/png" + "type": "image/png", + "purpose": "any maskable" } ] } diff --git a/public/ws.html b/public/ws.html deleted file mode 100644 index fc895d5..0000000 --- a/public/ws.html +++ /dev/null @@ -1,141 +0,0 @@ - - - - - ESP32 Web Server - - - - Meatloaf WebSocket Test - - - - - -
- -

WebSocket Test

-
-
-
-

COMMAND

- -

-
-
- - - - - \ No newline at end of file diff --git a/src/app/App.tsx b/src/app/App.tsx index bb918cc..0693cdb 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -186,7 +186,7 @@ function AppPage({ title, onBack }: { title: string; onBack: () => void }) { return (
-
+
Meatloaf @@ -268,7 +268,7 @@ function AppPage({ title, onBack }: { title: string; onBack: () => void }) { {pages[currentPage]} -