design: upgrade app grid pagination dots to modern horizontal one's - #4464
Open
devcodeww1 wants to merge 3 commits into
Open
design: upgrade app grid pagination dots to modern horizontal one's#4464devcodeww1 wants to merge 3 commits into
devcodeww1 wants to merge 3 commits into
Conversation
|
I like the idea of making the pagination indicators more prominent. One question: is there a reason to use a hardcoded |
Author
|
oops! I've updated the code to swap out the hardcoded #E95420 hex value for the $orange palette variable. This ensures everything stays completely consistent with future accent color changes. Thanks for the review! |
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.
Design Proposal
This patch modernizes the application overview layout by upgrading the small, generic circular pagination indicator dots into sleek, modern horizontal indicators.
Key Modifications
.page-indicator-icondimension template from uniform bounding squares to a flexible layout (16px width by 6px height).3pxborder radius to maintain matching smooth, rounded contours across the design system.:checked,:active) to dynamically widen to32pxusing the official vibrant Ubuntu Orange hex code accent (#E95420).Verified locally against running desktop environments to ensure crisp rendering, accurate alignment, and optimal UI accessibility.

BTW: this is my first time committing to Ubuntu and my goal is for this to make it into the next upgrade if not, i will try until i will make it. thank you for checking my work - devcodeww1