learning_ai_clock/web/src/components
saravanakumardb1 4e1a22f869 feat(web): add onboarding walkthrough + ambient sounds for focus mode
- OnboardingOverlay: 3-step walkthrough for first-time users (localStorage flag)
- ambient-sounds.ts: Web Audio API noise generators (rain, white noise, brown noise, coffee shop)
- FocusView: ambient sound picker with volume slider, auto-stops on session end
2026-02-28 13:35:06 -08:00
..
AlarmOverlay.tsx feat: add Zustand store, dashboard UI, timer cards, create modal, alarm overlay 2026-02-27 20:55:40 -08:00
CountdownRing.tsx feat: add PomodoroView, CountdownRing, QuickTimerBar, keyboard shortcuts 2026-02-27 20:58:06 -08:00
CreateTimerModal.tsx feat(web): wire Zod form validation into CreateTimerModal + add event schema 2026-02-28 13:30:56 -08:00
Dashboard.tsx feat(web): add onboarding walkthrough + ambient sounds for focus mode 2026-02-28 13:35:06 -08:00
FeedbackButton.tsx feat: add time blindness aids, feedback button, tab title flash, system theme detection 2026-02-27 21:08:22 -08:00
FocusView.tsx feat(web): add onboarding walkthrough + ambient sounds for focus mode 2026-02-28 13:35:06 -08:00
InstallPrompt.tsx feat(deploy): Phase 1 polish — analytics, install prompt, a11y, PWA icons 2026-02-27 21:57:43 -08:00
OnboardingOverlay.tsx feat(web): add onboarding walkthrough + ambient sounds for focus mode 2026-02-28 13:35:06 -08:00
PomodoroView.tsx feat: add Pomodoro session celebration with trophy animation 2026-02-27 21:23:45 -08:00
QuickTimerBar.tsx feat: add PomodoroView, CountdownRing, QuickTimerBar, keyboard shortcuts 2026-02-27 20:58:06 -08:00
RoutineEditor.tsx feat(web): routine editor/runner UI, linked timers, routines page 2026-02-27 22:07:16 -08:00
RoutineRunner.tsx feat(web): routine editor/runner UI, linked timers, routines page 2026-02-27 22:07:16 -08:00
StatsView.tsx feat(web): Phase 2 — stats, categories, recurring, export/import, calendar .ics 2026-02-27 21:59:09 -08:00
StreakCard.tsx feat(web): Phase 2 — stats, categories, recurring, export/import, calendar .ics 2026-02-27 21:59:09 -08:00
TimerCard.tsx feat(web): recurring timer badge, recurringTimerId field, generateTimerFromRecurrence helper 2026-02-27 22:33:57 -08:00
Toast.tsx feat: add in-app toast system with notification fallback for denied permissions 2026-02-27 21:21:46 -08:00