My-Weekly-ToDo-List/src
mARTin 5bcf281502 fix: mobile sync icon no longer shifts date; selected day tracks last clicked column
- Mobile header: removed spinner/error from inside the date button,
  placed as a fixed-width (24px) sibling slot after the button — date
  text position is now stable regardless of sync state
- Selected day: added selectedDay state tracking the last day column
  the user clicked; passed to getSelectedDay() so "Selektierter Tag"
  in the header reflects the actual cursor position, not just visibleDays[0]
- getSelectedDay() priority: explicit selection → today if visible → first visible day
- Navigating to a new week resets selectedDay so the header stays accurate

v1.81.1
2026-03-31 09:31:36 +02:00
..
app feat: overhaul header display options with mobile portrait/landscape settings 2026-03-31 09:14:16 +02:00
components fix: mobile sync icon no longer shifts date; selected day tracks last clicked column 2026-03-31 09:31:36 +02:00
lib feat: overhaul header display options with mobile portrait/landscape settings 2026-03-31 09:14:16 +02:00
types feat: add task actions (notes/delete) and refine animation logic 2026-02-01 12:25:53 +01:00
middleware.ts feat: add push notifications for calendar event reminders 2026-03-16 21:38:15 +01:00