-
Notifications
You must be signed in to change notification settings - Fork 368
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
feat: [M3-9231] - Improve Node Pool Collapsing UX #11619
base: develop
Are you sure you want to change the base?
feat: [M3-9231] - Improve Node Pool Collapsing UX #11619
Conversation
d9e8184
to
3abecdd
Compare
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.
...anager/src/features/Kubernetes/KubernetesClusterDetail/NodePoolsDisplay/NodePoolsDisplay.tsx
Outdated
Show resolved
Hide resolved
@bnussman-akamai I initially had it outlined, but Daniel didn't want the |
Cloud Manager UI test results🎉 501 passing tests on test run #8 ↗︎
|
@hana-akamai I see where he's coming from and am okay with non-outlined because of it, but I do think we should switch the order of the status filter and the collapse/expand button so that all the buttons are at least grouped together, as Banks had in his suggested screenshot. |
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 now with those changes!
The only other thing I'm wondering about is this row of CTAs as a whole, especially in mobile view. I do think we have a ticket for adjusting the spacing here (update: it's M3-9061; just updated the AC to include improving mobile view). Wondering if we should use it to reevaluate how/if all these are displayed on small screens.
Description 📝
Improve UX of collapsible Node Pools
Changes 🔄
Preview 📷
Preview
1.node.pool.mov
Screen.Recording.2025-02-11.at.12.29.18.PM.mov
4.node.pools.mov
Expand/Collapse
Screen.Recording.2025-02-10.at.12.15.32.PM.mov
How to test 🧪
Prerequisites
(How to setup test environment)
Verification steps
(How to verify changes)
You can use the legacy MSW and update the get function in line 836 of
serverHandlers.ts
to something like: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 ✅