feat: add calendar visibility picker
Derive session calendars from event metadata and apply one visibility contract to month rendering, appointment focus, and search without filtering persistence writes. Add keyboard picker coverage, full-model save regression tests, documentation, warning-clean builds, sanitizer verification, and live PTY terminal restoration checks.
This commit is contained in:
@@ -72,6 +72,7 @@ The full terminal is treated as a responsive canvas:
|
||||
| Return to month/unfocus | `Esc` |
|
||||
| Search appointments | `/`, then type and press `Enter` |
|
||||
| Choose search result | arrows, `j` / `k`, then `Enter` |
|
||||
| Toggle calendar visibility | `c`, arrows or `j` / `k`, then `Enter` |
|
||||
| Help | `?` |
|
||||
| Quit | `q` |
|
||||
|
||||
@@ -85,8 +86,10 @@ recurring instances appear throughout the month, preserve civil time across
|
||||
daylight-saving changes, and expose their source zone and whole-series mutation
|
||||
semantics in the reader. `/` searches occurrence-aware title, description,
|
||||
location, and calendar-ID matches in a finite ten-year window centered on the
|
||||
selected date. The next local-data work adds agenda and calendar visibility
|
||||
views, then advanced recurrence overrides and rule editing.
|
||||
selected date. `c` toggles session-only calendar visibility consistently across
|
||||
the grid, appointment focus, and search without filtering the model supplied to
|
||||
persistence. The next local-data work adds an agenda view, then advanced
|
||||
recurrence overrides and rule editing.
|
||||
|
||||
## Accessibility
|
||||
|
||||
|
||||
Reference in New Issue
Block a user