No description
Find a file
jtricerolph d1b253a00c Register Gauge icon for plant, remove stale duplicate AppIcon.js
AppIcon.js was a stale, tracked, out-of-sync compiled duplicate of
AppIcon.tsx (missing Zap/Thermometer too) sitting next to the real
source. Since imports use bare 'from ./AppIcon' with no extension,
Vite's default resolve order picks .js before .tsx, so it may have
been silently shadowing the real source. Removed it so there's a
single source of truth, and added Gauge (plant's icon) there.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-29 09:32:34 +00:00
docs Add design system documentation 2026-07-01 18:16:17 +00:00
public Add PWA manifest icons + favicon — fixes 404s on /icons/icon-192.png and /favicon.ico 2026-07-05 13:34:59 +00:00
src Register Gauge icon for plant, remove stale duplicate AppIcon.js 2026-07-29 09:32:34 +00:00
.gitignore
docker-compose.yml Make hotel name configurable via VITE_HOTEL_NAME build arg 2026-07-01 17:47:47 +00:00
Dockerfile Make hotel name configurable via VITE_HOTEL_NAME build arg 2026-07-01 17:47:47 +00:00
index.html Make hotel name configurable via VITE_HOTEL_NAME build arg 2026-07-01 17:47:47 +00:00
nginx.conf Add Settings admin page and settings service proxy 2026-07-01 18:56:27 +00:00
package-lock.json Restyle to light content theme with Lucide icons 2026-07-01 18:09:51 +00:00
package.json Restyle to light content theme with Lucide icons 2026-07-01 18:09:51 +00:00
tsconfig.json
vite.config.ts PWA: restrict navigateFallback to portal routes only 2026-07-01 15:47:55 +00:00