···27272828## M6 — Search
29293030-- [ ] Search screen with text input, sort toggle (`top` / `latest`), and result tabs (posts / actors)
3131-- [ ] `SearchBloc` — events: `QuerySubmitted`, `TypeaheadRequested`, `HistoryCleared`, `HistoryEntryDeleted`
3232-- [ ] Post search via `searchPosts` with paginated results
3333-- [ ] Actor search via `searchActors` with paginated results
3434-- [ ] Typeahead autocomplete via `searchActorsTypeahead`
3535-- [ ] Drift migration: add `search_history` table (query, type, searched_at, account_did)
3636-- [ ] Persisted search history — display recent queries, tap to re-execute, swipe to delete, cap at 50 per account
3737-- [ ] Search with `@` should autocomplete with avatars + handles (debounced)
3030+- [x] Search screen with text input, sort toggle (`top` / `latest`), and result tabs (posts / actors)
3131+- [x] `SearchBloc` — events: `QuerySubmitted`, `TypeaheadRequested`, `HistoryCleared`, `HistoryEntryDeleted`
3232+- [x] Post search via `searchPosts` with paginated results
3333+- [x] Actor search via `searchActors` with paginated results
3434+- [x] Typeahead autocomplete via `searchActorsTypeahead`
3535+- [x] Drift migration: add `search_history` table (query, type, searched_at, account_did)
3636+- [x] Persisted search history — display recent queries, tap to re-execute, swipe to delete, cap at 50 per account
3737+- [x] Search with `@` should autocomplete with avatars + handles (debounced)
38383939## M7 — Dev Tools (PDS Explorer)
4040