sarub0b0 / kubetui

An intuitive Terminal User Interface (TUI) tool for real-time monitoring and exploration of Kubernetes resources
MIT License
215 stars 6 forks source link

Can not reset filter in `YAML` view #356

Closed wangeguo closed 1 year ago

wangeguo commented 1 year ago

In the YAML view, press F to enter the filter criteria, and when the filtered content is empty, i want to go back to the initial state, but the criteria typed in the input box cannot be reset.

kubetui: 1.3.0 MacOS Arm64 13.3.1

sarub0b0 commented 1 year ago

@wangeguo Thank you for reporting this issue. Currently, if you encounter empty filtered content in the YAML view after pressing F to enter the filter criteria, you are required to close the popup by pressing ESC or Ctrl+[, and then press F again to start a fresh filter. I believe that this temporary solution is less than ideal and may disrupt your workflow.

In the upcoming update, I plan to implement a feature that will allow you to return directly to the filter input, eliminating the need for these extra steps.