Add debounce, theme toggle, and calendar optimization

Implement 400ms debounce with AbortController in useGeocode and
useDestinationStation to prevent excessive API calls. Add dark mode
toggle via new useTheme hook, persisting preference to localStorage
and applying to document root.

Pre-group calendar events by date using a Map in CalendarView to
replace O(n) filter operations with O(1) lookups.
This commit is contained in:
2026-05-10 03:39:30 +02:00
parent 28c25c32ab
commit 7abfddd607
7 changed files with 91 additions and 45 deletions
View File