-
-
Notifications
You must be signed in to change notification settings - Fork 221
Description
Issue submitter TODO list
- I've searched for an already existing issues here
- I'm running a supported version of the application which is listed here and the feature is not present there
Is your proposal related to a problem?
Currently, when investigating message flows—particularly in systems where one topic triggers or interacts with another—users often need to switch between multiple related topics. In the Search component, this requires retyping topic names repeatedly, which can be inconvenient, especially when dealing with long or similar topic names.
To improve navigation efficiency, I would like to propose a feature that stores recent topic search queries and shows them in a small dropdown when the search input is focused. This would make it easier for users to quickly return to previously searched topics and streamline the process of analyzing message flows.
Describe the feature you're interested in
I’m interested in a feature that allows the Search component to store and display recent search queries for quick reuse. The idea is to save search terms to localStorage (scoped by context—for example, per cluster when searching topics) and present them in a dropdown when the search input is focused and empty. Users would be able to click a history item to instantly reuse it, as well as remove individual entries or clear the entire list.
I have already implemented and tested a working version of this feature locally.
Describe alternatives you've considered
No response
Version you're running
Additional context
No response