Commit Graph

4 Commits

Author SHA1 Message Date
c4d971ea2c FIX: Consistent search shortcuts (#32099)
We now have 3 search UX variations:

* Header search
* Welcome banner search
* Icon search

And within each of these there is a `<SearchMenu />`
component with an input that needs to be focused based
on either Ctrl+F or `/` shortcuts. This commit makes
sure that each has a unique ID, and moves the functionality
of determining the "current" input ID and focusing the
input to the search service.

This fixes issues like where pressing Ctrl+F twice on
the header search would not reveal the regular browser
search.
2025-04-04 11:54:46 +10:00
b00dbaa6c9 DEV: Remove flaky spec (#24641) 2023-11-30 11:06:27 +08:00
e34d2cfde4 DEV: Remove unnecessary fab! blocks (#24419) 2023-11-16 13:22:08 -05:00
f08e5c897e UX: Apply decorators to small action posts (#24397) 2023-11-16 08:52:07 -05:00