feat: new Search Bar for the Job Monitor#366
Merged
Merged
Conversation
aldbr
reviewed
Jun 23, 2025
c87d35b to
9479147
Compare
aldbr
reviewed
Jul 11, 2025
Contributor
aldbr
left a comment
There was a problem hiding this comment.
Very nice work, thank you 🙂
Could you add some documentation please? May be in /docs/user/monitor_jobs.md about how to best use the search bar.
Contributor
|
Just one last comment, do we still need |
9479147 to
5534bea
Compare
aldbr
reviewed
Jul 15, 2025
8fa2b2a to
db1d498
Compare
db1d498 to
8c759ae
Compare
aldbr
approved these changes
Jul 16, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
With this PR, I introduce a new component: the
SearchBar.It’s a search bar similar to the one on the GitLab website.
It provides suggestions as the user types and supports free-text input.
I’ve integrated this bar into the Job Monitor, replacing the old form.
Filters can now be applied directly through this new interface.
The same component will also be used in the
Bookkeeping Browserand thePilot Monitor, and possibly elsewhere in the future.The
SearchBaris fully configurable.