aboutsummaryrefslogtreecommitdiffstats
path: root/web_src/js/standalone/devtest.ts
Commit message (Collapse)AuthorAgeFilesLines
* Refactor time tracker UI (#34983)wxiaoguang2025-07-081-0/+1
| | | | | | | | | | Although we decided to "reduce the button amount" on the side bar, not only one user reported that the "time tracker dropdown" is not easy to use. So the best we can do at the moment is: move the buttons to the sidebar again. Fix #34979
* Enable Typescript `noImplicitAny` (#33322)silverwind2025-01-221-1/+1
| | | | | | | Enable `noImplicitAny` and fix all issues. --------- Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
* Convert frontend code to typescript (#31559)silverwind2024-07-071-0/+14
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.