-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Static progress followup #5125
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
Merged
Merged
Static progress followup #5125
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
373e7b4
Fix HCM barloader style
iamwillpowell ea8b2cd
Fix High Contrast Mode for circle loader
iamwillpowell ebbd543
Update packages/@adobe/spectrum-css-temp/components/barloader/skin.css
snowystinger 5d3f03a
Fix edge case where variant is overbackground and static color is black
iamwillpowell b7c06ac
Merge branch 'static-progress-followup' of https://github.com/adobe/r…
iamwillpowell fc3e15a
Merge branch 'main' into static-progress-followup
iamwillpowell 6455308
barloader fix and reoder circloader vars
iamwillpowell fc6179d
Merge branch 'static-progress-followup' of https://github.com/adobe/r…
iamwillpowell 2847daa
Merge branch 'main' into static-progress-followup
iamwillpowell c5b0185
Deprecate `variant` prop for overBackground
iamwillpowell 9fe2d27
Merge branch 'static-progress-followup' of https://github.com/adobe/r…
iamwillpowell 5bafa6c
story tweaks
iamwillpowell 0413e5b
Add border color to isPending button mode for WHCM Forced Colors
iamwillpowell 5cd61e4
Merge branch 'main' into static-progress-followup
iamwillpowell 12df65d
Merge branch 'main' into static-progress-followup
iamwillpowell 845b44e
Update Accessibility docs for progress
iamwillpowell e1294d2
Merge branch 'static-progress-followup' of https://github.com/adobe/r…
iamwillpowell 928398f
Merge branch 'main' into static-progress-followup
iamwillpowell f636ae3
Update packages/@react-spectrum/progress/docs/ProgressBar.mdx
LFDanLu 27231d1
Merge branch 'main' into static-progress-followup
iamwillpowell 441d6b0
Merge branch 'main' into static-progress-followup
iamwillpowell c245d63
Merge branch 'main' into static-progress-followup
iamwillpowell 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
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
iamwillpowell marked this conversation as resolved.
Show resolved
Hide resolved
|
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
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
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.
I tried to just update the custom property value for HCM, but there were a couple of problems, so I needed to add a whole rule inside the media query.
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.
any reason this is in a separate media block from the other forced-colors block just above it?
Just notes for a future discussion of disabled buttons in HCM - I don't think it needs to be addressed in this PR:
I think all buttons with outline should get the green ring, floating green text isn't all that helpful either.
Then we wouldn't be dependent on the isPending state either, so it'd simplify this little bit
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.
I just wanted it to be separated from the variable settings block. Could go either way.