fix(ui): normalize button sizing and update icons#13118
Merged
PavelLaptev merged 5 commits intomasterfrom Apr 5, 2026
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. 1 Skipped Deployment
|
15ce459 to
c384421
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates shared UI icon SVGs and adjusts button/icon sizing rules so icon buttons and tag-sized buttons render with more consistent dimensions across the UI.
Changes:
- Updated several SVG icon definitions (
stack-plus,push,push-all,branch-tick) to new stroke-based shapes. - Normalized
Buttonicon sizing by deriving icon size from the buttonsizeprop and wiring it through all internal icon renders. - Tweaked a few desktop UI layout styles (sidebar square button padding, commit list item right padding, branch header icon size) to align with the updated button sizing.
Reviewed changes
Copilot reviewed 5 out of 9 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| packages/ui/src/lib/icons/svg/stack-plus.svg | Replaced icon path to updated design. |
| packages/ui/src/lib/icons/svg/push.svg | Simplified/updated push icon path. |
| packages/ui/src/lib/icons/svg/push-all.svg | Updated push-all icon geometry and strokes. |
| packages/ui/src/lib/icons/svg/branch-tick.svg | Switched to stroked branch/tick icon style. |
| packages/ui/src/lib/components/KebabButton.svelte | Set explicit icon size for the minimal/hover kebab button. |
| packages/ui/src/lib/components/Button.svelte | Derived icon size from size and adjusted size CSS variables/padding/gap. |
| apps/desktop/src/components/views/AppSidebar.svelte | Removed padding inside sidebar square buttons for consistent sizing. |
| apps/desktop/src/components/commit/CommitListItem.svelte | Slightly increased right padding to match new spacing. |
| apps/desktop/src/components/branch/BranchHeaderIcon.svelte | Standardized branch header icon size to 14. |
to match button styles for small sizes.
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.
Before:
After: