containers / podman-desktop

Podman Desktop is the best free and open source tool to work with Containers and Kubernetes for developers. Get an intuitive and user-friendly interface to effortlessly build, manage, and deploy containers and Kubernetes — all from your desktop.
https://podman-desktop.io
Apache License 2.0
4.75k stars 299 forks source link

QuickPick svelte component does not scale well #7188

Closed axel7083 closed 5 months ago

axel7083 commented 5 months ago

Bug description

Let's have too many kubecontext

image

Operating system

Windows 11

Installation Method

Installer from website/GitHub releases

Version

next (development version)

Steps to reproduce

Have a lot of kubecontext

Relevant log output

No response

Additional context

No response

axel7083 commented 5 months ago

We need to add two thing, a max-height and an overflow-y: scroll.

The max height will be added by https://github.com/containers/podman-desktop/pull/7180

Waiting to be merged to open pull request with overflow-y added

axel7083 commented 5 months ago

Fixed by https://github.com/containers/podman-desktop/pull/7180#event-12801925820