Wire top-bar date navigation controls (prev/next/date picker) #10
Labels
No labels
area:backend
area:cf-integration
area:flutter-ui
priority:blocking-v1
priority:v1-polish
type:docs
type:epic
type:feature
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: eva/focus-flow#10
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
Part of #6. Top bar date navigation callbacks (
onDatePressed/onPreviousDate/onNextDate) are already passed through as named params but not connected to app state. Backend date-scoped queries (GetTodayStateQuery) already support this per MVP-AC-06.Scope
Out of scope
Week/month views (explicitly deferred to V2).
Acceptance criteria
Previous/next/date-picker controls in the top bar change which day's Today state is displayed.
Related
#6
Verified against current code: date navigation is already fully wired end-to-end.
FocusFlowHome._selectPreviousDate/_selectNextDate/_chooseDate(lib/app/home/focus_flow_home_state.dart) call intoSelectedDateController_TodayScreenScaffoldasonPreviousDate/onNextDate/onChooseDateTopBar(lib/widgets/top_bar.dart) wires all three to real_IconButton/date-picker controls, not no-opsThis is a case where the original UI-completeness audit was stale (likely reflecting an earlier snapshot before this wiring landed). Closing as already-satisfied — no code change needed.