aboutsummaryrefslogtreecommitdiffstats
path: root/web_src/js/features/imagediff.ts
Commit message (Collapse)AuthorAgeFilesLines
* Drop fomantic build (#33845)wxiaoguang2025-03-111-1/+1
| | | | | | | | | | | | 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.
* Enable Typescript `noImplicitAny` (#33322)silverwind2025-01-221-9/+9
| | | | | | | Enable `noImplicitAny` and fix all issues. --------- Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
* Refactor language menu and dom utils (#32450)wxiaoguang2024-11-081-15/+17
| | | | | 1. Make `queryElem*` functions could correctly handle TS types 2. Remove some legacy jQuery $ calls (introduce fomanticQuery for Fomantic UI only) 3. Fix some TS typing problems
* Convert frontend code to typescript (#31559)silverwind2024-07-071-0/+284
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.