-
Notifications
You must be signed in to change notification settings - Fork 3
feat: update progress bar default fill to horizontal gradient #2143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
camsimony
wants to merge
37
commits into
develop
Choose a base branch
from
devin/1755183938-progress-bar-gradient
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+41
−23
Draft
Changes from 3 commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
040bffd
feat: adds "...rest" to components (#2122)
anechol c39e768
feat: update dropdown shadow to match Pine's visual prominence (#2142)
camsimony 5a00d27
feat: update progress bar default fill to horizontal gradient
devin-ai-integration[bot] c4805bc
fix: convert hex colors to lowercase for linting compliance
devin-ai-integration[bot] 3115af5
chore: next version bump (#2125)
anechol fcc41e0
chore(ci): updating rails gem version [ci skip]
kajabi-bot 6d27997
chore(release): publish [skip ci]
kajabi-bot e2ecda9
chore(deps): bump @pine-ds/icons from 9.4.3 to 9.5.0 (#2130) (#2131)
QuintonJason 4e60d91
fix: adjust footer
pixelflips e690bff
chore(ci): updating rails gem version [ci skip]
kajabi-bot 9abee1b
chore(release): publish [skip ci]
kajabi-bot 7d2eecf
Next Version Bump (#2137)
pixelflips d869293
chore(ci): updating rails gem version [ci skip]
kajabi-bot a7d98a0
chore(release): publish [skip ci]
kajabi-bot 988e7f4
fix(button): update comment for empty string handling in button compo…
pixelflips eed1fdb
chore(ci): updating rails gem version [ci skip]
kajabi-bot 2e7d0af
chore(release): publish [skip ci]
kajabi-bot 867280f
chore: next version bump
QuintonJason 2579be9
feat: update dropdown shadow to match Pine's visual prominence (#2142)
camsimony d973cca
fix: update progress bar gradient implementation after rebase
devin-ai-integration[bot] 6765e5b
feat: replace hex values with Pine design tokens for gradient
devin-ai-integration[bot] dfacdf7
feat: replace hex values with Pine design tokens for gradient
devin-ai-integration[bot] 6b90f9f
fix: correct CSS selector logic for progress bar gradient override
devin-ai-integration[bot] cb75af8
fix: use CSS class approach to allow #ff3e15 as legitimate custom color
devin-ai-integration[bot] 8b15481
fix: use CSS class approach to allow #ff3e15 as legitimate custom color
devin-ai-integration[bot] 754fce2
fix: resolve merge conflict for progress bar gradient implementation
devin-ai-integration[bot] 93c6846
fix: correct color prop detection logic to distinguish explicit vs de…
devin-ai-integration[bot] 0015567
fix: use Object.prototype.hasOwnProperty.call to satisfy ESLint rule
devin-ai-integration[bot] e83b55e
fix: update gradient colors to red-300 → mercury-500
devin-ai-integration[bot] 2a0feb2
fix: use var(--pine-color-brand) for gradient end color
devin-ai-integration[bot] 9fab205
fix: correct React component logic to show gradient by default
devin-ai-integration[bot] 577d7e6
fix: resolve React component gradient and CI lint issues
devin-ai-integration[bot] d132aa4
fix: use hasOwnProperty to detect explicit color props
devin-ai-integration[bot] 57136ab
fix: resolve React component regression for gradient display
devin-ai-integration[bot] 8b54760
fix: update ProgressBar component to handle color prop correctly
pixelflips 4073a35
feat: implement system-wide gradient tokens for progress bar
devin-ai-integration[bot] 6c53007
Revert "feat: implement system-wide gradient tokens for progress bar"
devin-ai-integration[bot] File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This approach would prevent #ff3e15 from being used as a custom color.