aboutsummaryrefslogtreecommitdiffstats
path: root/web_src/js/utils.test.ts
Commit message (Collapse)AuthorAgeFilesLines
* Make issue suggestion work for new PR page (#33035)wxiaoguang2024-12-311-0/+1
| | | Fix #33026
* Add avif image file support (#32508)wxiaoguang2024-11-151-1/+1
| | | | | | | | | Most modern browsers support it now ` Update ALLOWED_TYPES #96 ` https://gitea.com/gitea/docs/pulls/96 --------- Co-authored-by: silverwind <me@silverwind.io>
* Fix suggestions for issues (#32380)wxiaoguang2024-10-301-16/+22
|
* Fix a number of Typescript issues (#31877)silverwind2024-08-281-9/+6
| | | | Typescript error count is reduced from 633 to 540 with this. No runtime changes except in test code.
* Convert frontend code to typescript (#31559)silverwind2024-07-071-0/+130
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.