uselagoon / lagoon-ui

Apache License 2.0
6 stars 2 forks source link

Improve search on projects page load #201

Closed anothertobi closed 6 months ago

anothertobi commented 7 months ago

When opening the projects page, the text entered in the search field will be reset after the projects have been loaded. This is very noticeable as a member of many projects, since it takes some time to load them. Ideally the search is usable from when the page renders the first time (while projects are loading). An alternative solution that would still improve the UX would be to only enable the search field after all projects have been loaded (avoids input reset).