Skip to content

[UI & UX] Increase component size for namespaces dropdown #6405

Open
@rmeloca

Description

@rmeloca
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

Activity

added
kind/featureCategorizes issue or PR as related to a new feature.
on Aug 28, 2021
floreks

floreks commented on Aug 28, 2021

@floreks
Member

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.

rmeloca

rmeloca commented on Aug 28, 2021

@rmeloca
Author

I do not disagree with you,
but it is just annoying to me having to leave my mouse just go to the keyboard to type the namespace I want and then switch back to my mouse.

nneul

nneul commented on Nov 14, 2021

@nneul

image

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.

.mat-select-panel {
   max-height: 600px;
}

by itself is a huge improvement in usability. Absent a code change - is there any good/easy way to add custom CSS during deployment?

k8s-triage-robot

k8s-triage-robot commented on Feb 12, 2022

@k8s-triage-robot

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:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Mark this issue or PR as fresh with /remove-lifecycle stale
  • Mark this issue or PR as rotten with /lifecycle rotten
  • Close this issue or PR with /close
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale

added
lifecycle/staleDenotes an issue or PR has remained open with no activity and has become stale.
on Feb 12, 2022
added
good first issueDenotes an issue ready for a new contributor, according to the "help wanted" guidelines.
on Feb 15, 2022
maciaszczykm

maciaszczykm commented on Feb 15, 2022

@maciaszczykm
Member

/lifecycle frozen

added
lifecycle/frozenIndicates that an issue or PR should not be auto-closed due to staleness.
and removed
lifecycle/staleDenotes an issue or PR has remained open with no activity and has become stale.
on Feb 15, 2022
ashutosh887

ashutosh887 commented on Mar 17, 2023

@ashutosh887

/assign

Deepsresthi

Deepsresthi commented on Jun 3, 2024

@Deepsresthi

/assign

removed their assignment
on Jun 3, 2024

3 remaining items

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

good first issueDenotes an issue ready for a new contributor, according to the "help wanted" guidelines.kind/featureCategorizes issue or PR as related to a new feature.lifecycle/frozenIndicates that an issue or PR should not be auto-closed due to staleness.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

    Development

    Participants

    @nneul@floreks@maciaszczykm@rmeloca@k8s-ci-robot

    Issue actions

      [UI & UX] Increase component size for namespaces dropdown · Issue #6405 · kubernetes/dashboard