Palette: richer session rows + tinted command icons#69
Merged
Conversation
Refined mockup §06 (deferred from the #59-#66 stack). Session rows in the ⌘K palette swap the bare liveness dot for the project-identity colour square (the same hashed proj-N class as the sidebar and board) and a labeled state pill in the shared status-chip vocabulary — same word and tone as everywhere else, via a new stateChipInfo export from status.ts. Command rows get per-action glyphs in tinted rounded squares (green +, red ⌦, blue ↻/◈/▤, dim ⚙/◐) instead of the uniform ⌥. The row label remains the row's first <span> (page-object contract); the squares and icons stay non-<span> elements. humanState() lost its last caller with the pill change and is removed. PalettePageObject gains projSquare/statePill/commandIcon; palette.iwft.ts adds two scenarios covering both row types. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Merged
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.
Third Refined-redesign deferred item (mockup §06 — "project-color squares + labeled state pills, tinted action icons, and clear group headers make the two result types instantly distinct").
What changed
proj-Nclass as sidebar/board), and the plain state text becomes a labeled pill using the shared status-chip markup — identical word and tone to the sidebar row and board card (newstateChipInfoexport fromstatus.ts).<span>; squares/icons are<i>elements..palette-stateCSS was trimmed to positioning-only so it can't override chip tones.humanState()lost its last caller and is removed.Tests
PalettePageObjectgainsprojSquare/statePill/commandIcon; 2 new palette scenarios (session square + Idle/cyan pill + first-span contract; tinted command icons).npm run typecheckclean · vitest 62/62 · iwft 106/106.🤖 Generated with Claude Code