-
Notifications
You must be signed in to change notification settings - Fork 363
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
fix: [M3-8975] - Object Storage object uploader spinner spinning backwards #11384
fix: [M3-8975] - Object Storage object uploader spinner spinning backwards #11384
Conversation
@@ -51,7 +51,7 @@ export const StyledRightWrapper = styled('div', { | |||
export const StyledUploadPending = styled(UploadPending, { | |||
label: 'StyledUploadPending', | |||
})(({ theme }) => ({ | |||
animation: `${rotate360} 2s linear infinite`, | |||
animation: `${rotate360CounterClockwise} 2s linear infinite`, |
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 think the goal was for the arrows to point and spin clockwise. Imo, we should either use the mui AutorenewIcon
similar to the NotificationMenu
component or horizontally flip the UploadPending
svg so that the arrows are pointing the right way
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.
Noted. I've pushed the changes!
Coverage Report: β
|
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.
Looks good! Since we don't use the UploadPending
svg anywhere else, we can remove that as well
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.
Thanks for the fix! Approved pending @hana-akamai's suggestion.
Cloud Manager UI test resultsπ 469 passing tests on test run #5 βοΈ
|
Description π
Object Storage object uploader spinner spins backwards
Changes π
The spinner spins in the same direction the arrows point
Target release date ποΈ
N/A
Preview π·
Screen.Recording.2024-12-10.at.10.47.05.PM.mov
How to test π§ͺ
Verification steps
Author Checklists
As an Author, to speed up the review process, I considered π€
π Doing a self review
β Our contribution guidelines
π€ Splitting feature into small PRs
β Adding a changeset
π§ͺ Providing/improving test coverage
π Removing all sensitive information from the code and PR description
π© Using a feature flag to protect the release
π£ Providing comprehensive reproduction steps
π Providing or updating our documentation
π Scheduling a pair reviewing session
π± Providing mobile support
βΏ Providing accessibility support
As an Author, before moving this PR from Draft to Open, I confirmed β