Multiple fixes

- Fixed pwa location in manifest.json
- made database generator check the .env for location rather than runtime attribute
- fixed dark mode preference based on cookie/browser preference
- changed to socketio.sleep for compatibility
This commit is contained in:
Kristy Fournier 2026-03-06 17:05:32 -05:00
parent 419eed375c
commit f95ecc78d4
4 changed files with 13 additions and 10 deletions

View file

@ -2,7 +2,7 @@
"name": "Jukebox Remote",
"short_name": "Jukebox Remote",
"description": "Controller for the PartyJukebox server app.",
"start_url": "index.html",
"start_url": "/",
"display": "standalone",
"background_color": "#eeeeee",
"theme_color": "#eeeeee",