kds/frontend
jtricerolph 23889315f5 Scoped DB role + own theme colour (port log E17)
- Split database.py into a runtime engine (scoped `kds` DB role, used for
  all request handling) and a migration engine (privileged `kitchen` role,
  used only at startup to create KDS's own tables and ALTER kitchen_settings)
  — KDS previously shared kitchen's full-access DB credential wholesale
- Dispose both engines on shutdown (main.py)
- Fix theme colour clash: KDS was accidentally seeded with kitchen's teal
  (#0d9488) instead of its own colour — now #ea580c (orange), regenerated
  PWA icons to match

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-08-06 14:45:01 +00:00
..
public/icons Scoped DB role + own theme colour (port log E17) 2026-08-06 14:45:01 +00:00
src Scoped DB role + own theme colour (port log E17) 2026-08-06 14:45:01 +00:00
Dockerfile Initial KDS scaffold — Phase 2 kitchen port 2026-07-12 12:15:16 +00:00
index.html Add iOS install hint + Apple PWA meta tags, fix missing beforeinstallprompt handler 2026-08-06 14:12:12 +00:00
nginx.conf Initial KDS scaffold — Phase 2 kitchen port 2026-07-12 12:15:16 +00:00
package-lock.json Scoped DB role + own theme colour (port log E17) 2026-08-06 14:45:01 +00:00
package.json Fix dead manifest link and add proper PWA support 2026-07-29 17:28:50 +00:00
tsconfig.json Initial KDS scaffold — Phase 2 kitchen port 2026-07-12 12:15:16 +00:00
vite.config.ts Scoped DB role + own theme colour (port log E17) 2026-08-06 14:45:01 +00:00