-
Notifications
You must be signed in to change notification settings - Fork 4.2k
[UI & UX] Increase component size for namespaces dropdown #6405
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
Comments
That's basically why the input field works as a filter, so that user don't have to scroll forever to find the namespace. It is also the default size defined by the material design. We really don't like to override their defaults if this isn't absolutely necessary. |
I do not disagree with you, |
The material design "defaults" are broken in my view if they result in something this badly formatted. The height of the alarm panel isn't anywhere near that short - why is the namespace list so short - and why so much excessive padding around every line.
by itself is a huge improvement in usability. Absent a code change - is there any good/easy way to add custom CSS during deployment? |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/lifecycle frozen |
/assign |
/assign |
Hi folks, Apologies for posting a link to my own repo, but this has been bothering me too, so I decided to do something about it myself, and created my own container to update the dropdown to 700px. This may be useful for others so I am sharing This is currently hard coded but if there's sufficient interest, and this current issue does not become resolved, I may look at adding a couple more options. Currently I am only targeting the latest dashboard-web image. If there's interest for me to target specific tags, I may consider this also. https://github.com/nh-mike/kubernetes-dashboard-tall-namespace Cheers. |
What would you like to be added
For a large cluster with many namespaces is quite painful to switch between namespaces due to the really tiny size of the component.
It would be nice IMO to have it three times larger.
Why is this needed
To enhance User Experience when switching between namespaces
The text was updated successfully, but these errors were encountered: