Global Search - Toolbar Integration #16

Open
opened 2026-06-24 00:27:37 +00:00 by echo · 0 comments
Owner

Move search into a global toolbar widget accessible from any page.

Scope:

  • Add SearchEntry to the app's HeaderBar (global toolbar)
  • Wire .onChange or onSubmit to trigger performSearch()
  • Display results in an overlay/dropdown or navigate to a search results page
  • Results show poster thumbnail, title, year, type badge
  • Tapping a result navigates to its detail page
  • Debounce search input (300ms)

Done when:

  • Search entry is visible in the toolbar on every page
  • Typing and submitting shows search results
  • Tapping a result navigates to the appropriate detail page
Move search into a global toolbar widget accessible from any page. **Scope:** - Add `SearchEntry` to the app's `HeaderBar` (global toolbar) - Wire `.onChange` or `onSubmit` to trigger `performSearch()` - Display results in an overlay/dropdown or navigate to a search results page - Results show poster thumbnail, title, year, type badge - Tapping a result navigates to its detail page - Debounce search input (300ms) **Done when:** - Search entry is visible in the toolbar on every page - Typing and submitting shows search results - Tapping a result navigates to the appropriate detail page
echo added the
enhancement
feature
label 2026-06-24 00:28:21 +00:00
echo added this to the 0.1.0 alpha milestone 2026-06-24 00:28:32 +00:00
echo changed title from Global Search — Toolbar Integration to Global Search - Toolbar Integration 2026-06-24 00:30:27 +00:00
Sign in to join this conversation.
No description provided.