aboutsummaryrefslogtreecommitdiffstats
path: root/web_src/js/modules/fomantic.ts
Commit message (Collapse)AuthorAgeFilesLines
* Fix various Fomantic UI and htmx problems (#33851)wxiaoguang2025-03-111-2/+0
| | | Also fix #31328, fix #33854
* Drop fomantic build (#33845)wxiaoguang2025-03-111-2/+2
| | | | | | | | | | | | We would never update or build fomantic again, we have forked it as a private library long time ago. So just put the JS and CSS files in "fomantic/build" into git. And use "import" to use them. Remove "form.js", rewrite "tab" component. All source code is from official Fomantic UI build. Will apply patches in separate PRs.
* Refactor repo-new.ts (#33070)wxiaoguang2025-01-011-1/+2
| | | | | 1. merge `repo-template.ts` into `repo-new.ts` (they are all for "/repo/create") 2. remove jquery 3. fix an anonying fomantic dropdown bug, see the comment of `onResponseKeepSelectedItem`
* Fix some typescript issues (#32586)silverwind2024-11-211-1/+1
| | | Fixes around 30 or so typescript errors. No runtime changes.
* Convert frontend code to typescript (#31559)silverwind2024-07-071-0/+36
None of the frontend js/ts files was touched besides these two commands (edit: no longer true, I touched one file in https://github.com/go-gitea/gitea/pull/31559/commits/61105d0618e285d97e95044bfb64415f364a4526 because of a deprecation that was not showing before the rename). `tsc` currently reports 778 errors, so I have disabled it in CI as planned. Everything appears to work fine.