Files
OwnCord/Client
jevb 90b6244d2a feat: wire search bar to server FTS5 search API (T-065)
Connect the dead search input in ChatHeader to the existing
GET /api/v1/search endpoint via a new SearchOverlay component.

- SearchOverlay: debounced input (300ms), 2-char minimum,
  AbortSignal cancellation, keyboard nav, ARIA roles
- SearchOverlayController in OverlayManagers: error handling
  with toast + re-throw for overlay status display
- ChatHeader: onSearchFocus callback opens overlay, blurs input
- MainPage: wires controller with channel-scoped search and
  jump-to-message via scrollToMessage
- CSS: result item styles for header/content/time
- 16 unit tests covering debounce, results, keyboard nav,
  error states, min-length guard, backdrop close
2026-03-20 02:00:29 +01:00
..