feat: configurable default view + widget-aware back navigation #35
Reference in New Issue
Block a user
Delete Branch "feat/view-back-stack"
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?
Closes the two Codeberg reports from @devinside.
#1 — Option to set a default view
New Default view setting (Settings → Appearance) picks the view shown on launch (Month/Week/Day/Agenda). Defaults to Week, so existing users see no change until they choose otherwise.
#2 — Widget UX / back navigation
Replaces CalendarHost's single global view slot with a top-level view back stack rooted at the default (home) view:
Notes
ViewBackStackTestcovers the pure stack rules; full unit suite +assembleDebuggreen.Refs: codeberg.org/jlmakiola/calendula/issues/1, /issues/2
🤖 Generated with Claude Code