Recent searches under the All Messages search field - #3111
Open
ramonsmits wants to merge 2 commits into
Open
Conversation
This was referenced Sep 7, 2026
ramonsmits
force-pushed
the
ramon/audit-search-history
branch
from
September 7, 2026 12:40
b29dc57 to
c517a7f
Compare
ramonsmits
force-pushed
the
ramon/audit-search-history
branch
from
September 7, 2026 15:46
c517a7f to
717d38c
Compare
johnsimons
reviewed
Sep 8, 2026
johnsimons
approved these changes
Sep 8, 2026
ramonsmits
force-pushed
the
ramon/audit-search-history
branch
2 times, most recently
from
September 9, 2026 06:38
6610205 to
643c441
Compare
ramonsmits
force-pushed
the
ramon/audit-search-history
branch
4 times, most recently
from
September 9, 2026 07:43
8eddaa3 to
8f35c81
Compare
ramonsmits
force-pushed
the
ramon/audit-search-history
branch
3 times, most recently
from
September 9, 2026 10:19
7adf204 to
d76d13f
Compare
ramonsmits
force-pushed
the
ramon/audit-search-history
branch
from
September 9, 2026 12:20
93d232d to
c1ccb9b
Compare
Any query that used search text or an endpoint is remembered in this
browser (most recent first, capped, no duplicates) together with the
time-range expressions it ran with: the range is part of a search's
identity, entries show it worded like the picker ("now-1h", "start to
end"), and rerunning restores it so an entry is a true "run this exact
query again".
The history floats under the search field while it has focus, the way
a browser's address bar does; typing narrows the list to entries whose
search text or endpoint match, Escape dismisses it and a click in the
field brings it back. It is not a Popover API popover: light dismiss
would close it on a click in the very field it belongs to.
…ch is submitted The panel stayed open while results were on screen, and its entries were ordinary buttons after the field, so Tab walked into the history instead of leaving it. It now behaves like an address bar's suggestions: the entries are out of the tab order, Arrow Up/Down move a highlight, Enter reruns the highlighted entry, Escape and Tab close, and so does focus leaving the field and the panel. Submitting a search closes it as well, whether by Enter or by the debounced text reaching the store; typing again brings it back, filtered by the new text. The field announces itself as a combobox controlling the list, with the highlighted entry as its active descendant.
mauroservienti
force-pushed
the
ramon/audit-search-history
branch
from
September 9, 2026 13:01
c1ccb9b to
1f0f533
Compare
mauroservienti
approved these changes
Sep 9, 2026
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.
Stacked on:
Per-browser history of audit searches with one-click rerun.