Quiet month-picker colors and stage shortcut hints - #3453
Merged
Conversation
The cyan week fill and today color were pulling attention off the grid. Selected days use text-on-background, today is a muted circle, and the week capsule stays the same quiet hover mix as the in-view band. Co-authored-by: Tyler Dane <tyler-dane@users.noreply.github.com>
Hover only advertises I. Focusing the picker shows up and down arrow keycaps, and using an arrow then adds Enter as the same kind of keycap. Co-authored-by: Tyler Dane <tyler-dane@users.noreply.github.com>
Updating the caption from MonthPicker re-rendered react-datepicker and reset its keyboard cursor. Hint focus and arrow stages now live in the wrapper so the grid keeps its tab stop. Co-authored-by: Tyler Dane <tyler-dane@users.noreply.github.com>
tyler-dane
marked this pull request as ready for review
September 7, 2026 15:47
tyler-dane
enabled auto-merge
September 7, 2026 15:48
Hardcoded 2026-09-07 10:00 UTC slots become SLOT_UNAVAILABLE once that Monday afternoon starts. Drive the suite from the next UTC Monday so availability stays in the future. Co-authored-by: Tyler Dane <tyler-dane@users.noreply.github.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.
What and why
The sidebar month picker was painting today and the selected week with accent (cyan on Dark Abyss), which pulled attention off the calendar grid. Selection now uses ink (
--texton--background), unselected today is a muted circle, and the week capsule stays the same quiet mix as the in-view band.The caption under the grid was also showing every shortcut at once. Hover now only advertises
Ito focus. Focusing the picker reveals up/down arrow keycaps (not the word "Arrows"). After the user presses an arrow,Enterappears as the same kind of keycap so they know to press it. Hint state lives in the caption wrapper so updating it does not reset react-datepicker's keyboard cursor.Verify