mirror of
https://github.com/go-gitea/gitea.git
synced 2026-06-25 00:38:53 +02:00
Drops the 1565-line vendored Fomantic UI search jQuery plugin in favor of a small first-party TypeScript module covering the three call sites (repo, user, and team autocomplete). Adds an e2e regression suite that exercises each search box. Also fixes input/button vertical alignment in the four forms that wrap a search box: the fomantic-era `tw-align-middle` workaround is replaced by `flex-text-block` on the form, which is the codebase's standard flex helper for this layout. 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"
|