feat(ui): calendar view for frontmatter dates#65
Open
advancedresearcharray wants to merge 7 commits into
Open
Conversation
Add Calendar toolbar view with monthly grid, mobile week layout, DQL-backed date-field discovery, day popovers, and /view/calendar deep links. Closes kiwifs#427.
Rebased branch to main-only calendar scope after prior PR mixed unrelated MCP kiwifs#424 commits. Episodic log updated with verification steps. Co-authored-by: Cursor <cursoragent@cursor.com>
Record 2026-07-03 cherry-pick and test run after restoring calendar-only commits onto main. Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Record hands-on takeover test results; prior fleet publish did not create the PR. Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
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
Adds a calendar toolbar view that displays pages with date-based frontmatter on a monthly grid (desktop) or week row (mobile). Closes kiwifs#427.
<768px) for responsive layoutdate,due,created, etc.)/view/calendarwith browser back/forward support[ui.features] calendar = true(default on)Mod+Shift+Ctoggles calendar viewTest plan
cd ui && npm test -- --run— 35 files, 222 passedcd ui && npm test -- --run calendarView appViewRoutes uiFeatures kiwiKeybindings overlayDismiss— 5 files, 50 passedgo test ./internal/config/... ./internal/keybindings/... -count=1— okMade with Cursor