Open Issues Need Help
View All on GitHubAI Summary: Implement minimum Progressive Web App (PWA) features for a Svelte/Vite application primarily used on mobile devices within a local network. This involves setting up a service worker, manifest file, ensuring responsive design and mobile usability, handling offline functionality, managing WebSocket connections, and optimizing for local network performance. The app should be installable and provide a near-native experience.
AI Summary: The task is to implement a touchscreen UI for a headless Linux system using a web-based approach (Svelte + Chromium in kiosk mode). This involves building a Svelte UI, configuring Chromium to run in kiosk mode on system boot, and ensuring communication with the existing Node.js backend via WebSocket or tRPC. The chosen approach prioritizes development speed, maintainability, and scalability over extremely low resource consumption.