feat(calendar): show notes on calendar with day dots and hover summary#667
Merged
Conversation
Add a "show notes on calendar" setting (on by default) that plots notes on the calendar by their created date via the range projection, without writing any date to the note. - surface a notes dot on the journal-tab day calendar alongside journal activity - render calendar-projection dots and journal-activity dots together (no longer either/or) - add a 200ms hover summary on day cells: notes / journal / tasks / events / reminders - refetch the calendar range when calendar settings change
|
React Doctor found no issues. 🎉 Reviewed by React Doctor for commit |
h4yfans
added a commit
that referenced
this pull request
Jul 3, 2026
Desktop tests (Unit coverage step) had accumulated pre-existing failures masked behind the CLI-test red (which skipped the desktop step): - crdt-provider: add repairEmptyBlockIds to blocknote-converter mock (#679) - date rendering (date-grouping, format-task-due, tab-preview-card, missing-small-components, component-major-surfaces): expect DD.MM.YYYY default from configurable date format (#671) - general-section.i18n: tabCloseButton is selects[3] after the added dateFormat select (#671) - settings-sections: editor/journal switch indices shift +1 after the calendar notes-on-calendar switch (#667) - missing-small-components: add getI18n to react-i18next mock (fixes an unhandled rejection that failed the whole run) E2E auth-state-machine: recovery-phrase words are semantic <li> after the React Doctor a11y pass (#639) dropped explicit role=listitem; query by 'li'.
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.
What
Adds a Show notes on calendar setting (on by default) and surfaces notes across the calendar surfaces.
Setting + calendar chips
showNotesOnCalendarcalendar setting (Settings → Calendar), default on.Day dots
Day-cell hover summary
Implementation notes
buildDaySummaries/buildDayDotsroll up projection items per local day; journal is 0/1 from the heatmap level.HoverCardand thecommon:count.*ICU plural keys.calendar-handlers.tsadded to the existing IPC-handlersmax-lineseslint exemption (peer of notes-/settings-handlers, same Phase-2 split debt).Tests