mirror of
https://github.com/go-gitea/gitea.git
synced 2026-05-19 11:31:05 +00:00
- Replace fomantic `search` code with minimal first-party code - Added a small fix to vertically align search box and search button - Manually tested all search forms. - Add `errorName` helper, similar to `errorMessage`. Signed-off-by: silverwind <me@silverwind.io> Co-authored-by: Claude (Opus 4.7) <noreply@anthropic.com>
6 lines
178 B
JavaScript
6 lines
178 B
JavaScript
import './components/api.js';
|
|
import './components/dropdown.js';
|
|
import './components/modal.js';
|
|
|
|
// Hard-forked from Fomantic UI 2.8.7, patches are commented with "GITEA-PATCH"
|