3 Commits
Author SHA1 Message Date
stefwill d1b18c5296 feat: add day detail screen with swipe-to-delete and undo
Adds DayDetailScreen showing all entries for a selected day with
swipe-to-delete and an undo snackbar. CalendarScreen gains a tappable
day header (Today / Yesterday / Month Day) that pushes the detail screen.
2026-04-26 14:29:00 +10:00
stefwill 10c15e5c90 feat: implement history screen with calendar heatmap and day detail
Adds a month grid heatmap (colour-coded by daily mood average), prev/next
month navigation, and a scrollable entry list below for the selected day
showing mood, time, note, and metric chips (sleep, energy, positivity,
self-worth).
2026-04-26 14:25:20 +10:00
stefwill fefb61ffae feat: add bottom navigation shell with four tabs
Introduces AppShell with an IndexedStack-backed NavigationBar (Today,
History, Insights, Settings). Stub screens added for Calendar, Insights,
and Settings; app.dart now routes to AppShell instead of LogMoodScreen directly.
2026-04-26 14:21:12 +10:00