Tighten search-box types, expand test prefix, drop stale CSS comment

- chooseFromApi is now generic over the response shape; each caller
  declares a typed *SearchResponse, removing four `any` annotations
- e2e test prefix: rc- → repo-collab- for legibility in the test DB
- web_src/css/modules/search.css: drop the stale leading comment

Co-Authored-By: Claude (Opus 4.7) <noreply@anthropic.com>
This commit is contained in:
silverwind
2026-04-26 21:16:32 +02:00
co-authored by Claude
parent 4fd1adee5f
commit 26cdb902c9
5 changed files with 10 additions and 6 deletions
-2
View File
@@ -1,5 +1,3 @@
/* Styles for the first-party search-box autocomplete (web_src/js/modules/fomantic/search.ts) */
.ui.search {
position: relative;
}