mirror of
https://github.com/go-gitea/gitea.git
synced 2026-08-27 18:10:26 +02:00
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:
@@ -1,5 +1,3 @@
|
||||
/* Styles for the first-party search-box autocomplete (web_src/js/modules/fomantic/search.ts) */
|
||||
|
||||
.ui.search {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user