-
Notifications
You must be signed in to change notification settings - Fork 367
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 ↗︎
|
Cloud Manager E2E Run #6956
Run Properties:
|
Project |
Cloud Manager E2E
|
Branch Review |
develop
|
Run status |
Failed #6956
|
Run duration | 31m 20s |
Commit |
977e32c686: fix: [M3-8975] - Object Storage object uploader spinner spinning backwards (#113...
|
Committer | Harsh Shankar Rao |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
1
|
Flaky |
1
|
Pending |
2
|
Skipped |
0
|
Passing |
468
|
View all changes introduced in this branch ↗︎ |
Tests for review
cypress/e2e/core/linodes/clone-linode.spec.ts • 1 failed test
Test | Artifacts | |
---|---|---|
clone linode > can clone a Linode from Linode details page |
Screenshots
Video
|
cypress/e2e/core/parentChild/account-switching.spec.ts • 1 flaky test
Test | Artifacts | |
---|---|---|
Parent/Child account switching > From Parent to Child > can switch from Parent account user to Proxy account user from Billing page |
Screenshots
Video
|
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 ✅