argoproj / argo-cd

Declarative Continuous Deployment for Kubernetes
https://argo-cd.readthedocs.io
Apache License 2.0
17.97k stars 5.47k forks source link

Preserve application search bar content #5655

Open jutley opened 3 years ago

jutley commented 3 years ago

Summary

In the web UI's applications list, the search bar's content should be preserved between visits.

Motivation

When I need to find a group of applications, I often combine filters and the search bar to find the appropriate applications. If I click on an application, then go back to the list of applications, the filters are still there but the search content is gone. I have to retype this each time I go back.

If I use my browser's back button to go back, the search bar's content is preserved, but the implementation of the application view means that often I need to click "back" a dozen times until I finally go back to the application list.

Proposal

The implementation to preserve the filters should also be used to preserve the search bar contents.

Rishabhraghwendra18 commented 3 years ago

Hi @jannfis . I like to work on this issue