Horizontal scrollable row of text pills
-A single row of pill buttons below the search input. Scrolls horizontally. Compact, leaves maximum space for the GIF grid. Like how Threads does it.
-diff --git a/.superpowers/brainstorm/71603-1776195983/content/category-design.html b/.superpowers/brainstorm/71603-1776195983/content/category-design.html deleted file mode 100644 index cb75e508b5..0000000000 --- a/.superpowers/brainstorm/71603-1776195983/content/category-design.html +++ /dev/null @@ -1,167 +0,0 @@ -
Horizontal scrollable pill row on the idle GIF picker screen
- -These appear on the idle/featured GIF screen, before the user starts typing
- - - -Matches the Threads pattern exactly. Pills provide quick category access, the featured GIF grid fills the space below. "Trending" is the default selected pill, tapping another pill swaps the grid to that category's results. When the user starts typing, the pills hide and the search takes over.
-Continuing in terminal...
-Inline search suggestions powered by Klipy's autocomplete endpoint
- -GIF_KLIPY_AUTOCOMPLETE endpointuseKlipyAutocompleteQuery hook
- ARIA: input gets role="combobox" + aria-controls, list gets role="listbox",
- items get role="option" + aria-selected. ~30 lines of onKeyDown handling on web only.
-
As you type in the GIF search box, where do completion suggestions show up?
- - - -Continuing in terminal...
-