feat(ui): calendar view for frontmatter dates#48
Open
advancedresearcharray wants to merge 1 commit into
Open
Conversation
Add Calendar toolbar view with monthly grid (week strip on mobile), configurable date-field selector, day popover, and DQL month/week queries. Wire App shell integration, toggle_calendar (Mod+Shift+C), overlay dismiss, /view/calendar deep links, and [ui.features] calendar flag. Closes kiwifs#427 Signed-off-by: advancedresearcharray <advancedresearcharray@github.com> Co-authored-by: Cursor <cursoragent@cursor.com>
4b3599a to
cd45cc7
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
date,due,created, etc.) and displays them on a monthly grid (week strip on mobile).Mod+Shift+C, overlay dismiss, browser history sync for/view/calendar.[ui.features] calendar(default enabled) and registertoggle_calendarin keybindings config.Test plan
cd ui && npm test -- --run(35 files, 215 passed)go test ./internal/config/... ./internal/keybindings/... -count=1/view/calendardirectly; verify view opens[ui.features] calendar = falsein config; verify toolbar button hiddenUpstream: kiwifs#427
Closes kiwifs#427
Made with Cursor