veza/apps/web/src/context
senke ed33ba1d85 refactor(web): split AudioContext into context/audio-context module
- types.ts: VisualizerSettings, AudioContextType
- mockTracks.ts: mock track data for initial state
- useAudioContextValue.ts: all state, effects, and actions
- AudioContext.tsx: createContext, useAudio, AudioProvider
- Re-export from context/AudioContext.tsx (useAudio, AudioProvider, VisualizerSettings)
- Fix toggleMute to toggle isMuted (was incorrectly toggling isPlaying)
- 12 tests pass

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-06 13:46:29 +01:00
..
audio-context refactor(web): split AudioContext into context/audio-context module 2026-02-06 13:46:29 +01:00
AudioContext.test.tsx incus deployement fully implemented, Makefile updated and make fmt ran 2026-01-13 19:47:57 +01:00
AudioContext.tsx refactor(web): split AudioContext into context/audio-context module 2026-02-06 13:46:29 +01:00
AuthContext.test.tsx incus deployement fully implemented, Makefile updated and make fmt ran 2026-01-13 19:47:57 +01:00
AuthContext.tsx improving UI: adding API doc to Developer Page 2026-01-26 14:12:17 +01:00
ToastContext.test.tsx improving UI: adding API doc to Developer Page 2026-01-26 14:12:17 +01:00