MAPPS-346: collapse global search to an icon + top bar/sidebar polish #405
Loading…
Reference in a new issue
No description provided.
Delete branch "feat/MAPPS-346-collapsible-search"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
WIP: top bar + sidebar chrome polish. Minimal-functionality, cosmetic-leaning changes to the app shell for a cleaner, more modern look. Please review the interaction before merge.
What changed
GlobalSearch) no longer sits as an always-open bar next to the page title. It now collapses to a magnifier icon in the right-side action cluster, immediately to the left of the theme picker. Clicking the icon expands the text entry leftward (absolutely positioned off the fixed icon, so neither the icon nor the other action chips move). The entry autofocuses and shows the same hint (placeholder) text.Escapeis an explicit cancel that always clears and collapses. Selecting a result still navigates to the entity detail page.border-r) between the brand block and the rest of the bar.Implementation notes
Inputcomponent with two opt-in, backward-compatible props:autofocus: bool(attaches anonmountedset_focus, mirroring the modal focus pattern) andonkeydown: EventHandler<KeyboardEvent>passthrough. Both default off, so existing call sites are unchanged.GET /search?q=exactly as before.Scope is deliberately limited to the top bar and sidebar per direction; nothing else in the UI was touched.
#MAPPS-346
WIP: MAPPS-346 collapse global search to an icon + top bar/sidebar polishto MAPPS-346: collapse global search to an icon + top bar/sidebar polish