feat(nav): jump-to-date action in the navigation drawer #3
Reference in New Issue
Block a user
Delete Branch "feat/jump-to-date"
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?
Adds a Jump to date row to the navigation drawer (under the View switcher). It opens an M3 date picker and navigates the active view to the chosen day, sliding in from the correct side.
Changes
ui/common/CalendarDatePickerDialog— shared M3 date picker, extracted from the event form's private copy so the form and drawer share one picker.CalendarDrawergains acurrentDateseed +onJumpToDatecallback and the new row.MonthViewModel/WeekViewModelgetgoToDate()(Day already had it).drawer_jump_to_date).Verification
compileDebugKotlin+testDebugUnitTestgreen.No release cut — holding per the usual UI-review gate.
🤖 Generated with Claude Code