-
Notifications
You must be signed in to change notification settings - Fork 361
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-8802] - Object Storage landing page UI bugs #11187
fix: [M3-8802] - Object Storage landing page UI bugs #11187
Conversation
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.
|
||
return data?.map((eachKey: ObjectStorageKey, index) => ( | ||
<AccessKeyTableRow | ||
key={index} |
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.
key={index} | |
key={eachKey.id} |
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.
Great catch. Thank you!
👋🏼 It's me, hi, my PR just caused merge conflict problems. Thanks for resolving and I'll review this PR in after I take lunch. Looks like solid clean up! |
Cloud Manager UI test results🎉 445 passing tests on test run #10 ↗︎
|
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 looked really good! Styling at various screen sizes checked out and no regressions that I could find in functionality. Great attention to detail here - I don't know that I would have noticed the different background colors in hostnames copyable text field on my own. 🚀
Cloud Manager E2E Run #6776
Run Properties:
|
Project |
Cloud Manager E2E
|
Branch Review |
develop
|
Run status |
Passed #6776
|
Run duration | 28m 06s |
Commit |
293c6771f1: fix: [M3-8802] - Object Storage landing page UI bugs (#11187)
|
Committer | Banks Nussman |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
2
|
Pending |
2
|
Skipped |
0
|
Passing |
445
|
View all changes introduced in this branch ↗︎ |
Description 📝
Changes with Preview 📷
Fixed inconstant table background color on the Buckets landing page
Fixed broken loading state on Access Key landing page
Improved Access Keys landing page for small screen sizes 📱
I hid the "Hostnames" column on small screens, but added an action menu item so the user can still open and view the hostnames drawer
Removed "Actions" text in table column header
Fixed broken action menu spacing
Fixed multiple background colors in hostnames drawer
How to test 🧪
As an Author I have considered 🤔