Skip to content

Add bot filter search to sidebar#312

Open
mateodurante wants to merge 2 commits intocerttools:developfrom
mateodurante:feature/bot-filter-sidebar
Open

Add bot filter search to sidebar#312
mateodurante wants to merge 2 commits intocerttools:developfrom
mateodurante:feature/bot-filter-sidebar

Conversation

@mateodurante
Copy link

This pull request adds a new filtering feature to the bot side menu in the intelmq_manager interface, making it easier for users to quickly find specific bots. The changes introduce a filter input with search and clear buttons, and implement logic to dynamically show or hide bot groups and bots based on the filter text.

image

Bot filtering UI and logic:

  • Added a filter input box above the side menu with a search button (magnifying glass) and a clear button (X), improving usability for finding bots.
  • Implemented dynamic filtering logic: as the user types in the filter box, bot groups and individual bots are shown or hidden based on whether their names match the filter text. The clear button resets the filter and focuses the input.

Copilot AI review requested due to automatic review settings February 19, 2026 19:37
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds a filtering feature to the bot side menu in the intelmq_manager interface, allowing users to quickly search for specific bots by name. The implementation includes a filter input box with search and clear buttons, and dynamic show/hide logic for bot groups and individual bots based on the filter text.

Changes:

  • Added a filter input container with search and clear buttons above the side menu
  • Implemented real-time filtering logic that shows/hides bots and groups based on user input
  • Added automatic expansion of bot groups when filtering to display matching bots

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
mateodurante

This comment was marked as duplicate.

@einar-lanfranco
Copy link
Contributor

Yes Yes Yes, we need this! Great idea @mateodurante

@sebix
Copy link
Member

sebix commented Feb 25, 2026

Thank you, that will be a great improvement! I will have a look at it on the weekend or next week.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants