feat: recent searches history in SearchScreen (U3) #47

Merged
guettlibot merged 1 commits from task/u3-recent-searches into main 2026-05-14 08:51:29 +00:00
guettlibot commented 2026-05-14 08:50:45 +00:00 (Migrated from codeberg.org)

Summary

  • New search_history_entries table (schema v27) stores the last 10 distinct search queries
  • SearchHistoryRepository interface + SearchHistoryRepositoryImpl backed by Drift
  • SearchScreen shows history chips when the field is focused and empty; tapping a chip re-runs the search
  • "Clear" button wipes all history; chips are kept deduplicated (same query bumps to top)
  • Existing search widget tests updated with FakeSearchHistoryRepository; migration tests cover v27 upgrade

Closes part of #19 (U3).

## Summary - New `search_history_entries` table (schema v27) stores the last 10 distinct search queries - `SearchHistoryRepository` interface + `SearchHistoryRepositoryImpl` backed by Drift - `SearchScreen` shows history chips when the field is focused and empty; tapping a chip re-runs the search - "Clear" button wipes all history; chips are kept deduplicated (same query bumps to top) - Existing search widget tests updated with `FakeSearchHistoryRepository`; migration tests cover v27 upgrade Closes part of #19 (U3).
Sign in to join this conversation.