b6dff3c0f3
Adds snapshot system to Helix Stadium: Backend: - Snapshot data model (8 slots per preset, captures block bypass + params + master volume) - Snapshot API endpoints: list, save, recall, rename, delete - Integrated into preset serialization/deserialization - Tracks current_snapshot in state / WebSocket broadcasts Frontend: - Camera icon in header bar with current snapshot number - SnapshotPanel as slide-up overlay - 8 snapshot slots in a horizontal row - Tap to recall filled snapshot, tap empty slot to save - Press-and-hold (600ms) to save current state - Inline name editing on tap - Discard Edits toggle - Green flash indicator on save - Delete button for active snapshot
React + Vite
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Oxc
- @vitejs/plugin-react-swc uses SWC
React Compiler
The React Compiler is not enabled on this template because of its impact on dev & build performances. To add it, see this documentation.
Expanding the ESLint configuration
If you are developing a production application, we recommend using TypeScript with type-aware lint rules enabled. Check out the TS template for information on how to integrate TypeScript and typescript-eslint in your project.