scylladb / argus

Apache License 2.0
4 stars 11 forks source link

feature(WorkArea.svelte): Add global search to the Workspace #487

Closed k0machi closed 2 weeks ago

k0machi commented 1 month ago

This commit adds a global search bar to the Workspace page. This bar allows user to search Argus for any test, group or release names, as well as specific run ids. The following hapens for each:

k0machi commented 1 month ago

Needs #459 to be merged first.

k0machi commented 1 month ago

Demo:

https://github.com/user-attachments/assets/e522d888-29d8-4996-83c2-1717e859f3b1

soyacz commented 1 month ago

would be nice to show hint how it can be searched. E.g. in demo you used release:5.4 - let's have a small legend on how to search (e.g maybe when clicking on search bar, before typing anything could show help?)

k0machi commented 1 month ago

would be nice to show hint how it can be searched. E.g. in demo you used release:5.4 - let's have a small legend on how to search (e.g maybe when clicking on search bar, before typing anything could show help?)

image

Added.