polish(settings): tidy the Updates section#144
Merged
Conversation
…ard, drop sm sizes The "update available" box stretched its Download button to a full-width gradient bar (the box was a stretch-column), and the result actions used ButtonSize.Sm + text-xs — cramped and heavy. - The available/downloaded/feed states share a new `UpdateActionCard`: the message (+ optional notes) on the LEFT, the action on the RIGHT at its natural control height (`flex-shrink:0`), not a full-bleed bar. DRYs the three copies into one. - Result buttons Sm → Md; `settings__updates-last` + `settings__updates-notes` text-xs → text-sm; the card gets `space-3 space-4` padding for breathing room. typecheck + 5 updates tests + css-tokens + lint clean. (Visual eyeball is real-shell.) Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.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.
The 'update available' box stretched Download into a full-width gradient bar, and result actions used
ButtonSize.Sm+text-xs. Restructured the available/downloaded/feed states into a sharedUpdateActionCard— message left, action right at natural width (not full-bleed) — bumped the result buttons toMdand the tiny text totext-sm, and gave the card real padding. typecheck + 5 tests + css-tokens + lint clean; visual eyeball is real-shell.🤖 Generated with Claude Code