unxsist / jet-pilot

JET Pilot is an open-source Kubernetes desktop client that focuses on less clutter, speed and good looks.

Home Page:https://jet-pilot.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kube Context search bar not functional and lacks Fuzzy search feature

seifrajhi opened this issue · comments

The search bar for selecting a Kubernetes context is not functioning correctly.

Even when the full name of the kube context is typed, it does not work.

Right now, I have to manually scroll through the list to select the context.
Additionally, the search bar does not support fuzzy search, which would allow us to type partial names and still find the relevant context.

Steps to Reproduce:

  • Open the kube context selection interface.
  • Type the full name of an existing kube context.
  • Observe that the search bar does not return any results.
  • Manually scroll through the list to select the context.

Expected Behavior: The search bar should:

  • Function correctly when the full name of the kube context is entered.
  • Support fuzzy search, allowing users to type partial names and still find the relevant kube context.

Thanks for reporting! I am aware the command palette is a bit wonky and I plan on re-implementing this soon. I'll make sure fuzzy search is part of it as well!