aboutsummaryrefslogtreecommitdiffstats
path: root/web_src/js/svg.ts
Commit message (Collapse)AuthorAgeFilesLines
* Fix incomplete Actions status aggregations (#32859)wxiaoguang2024-12-161-0/+2
| | | fix #32857
* Improve diff file tree (#32658)silverwind2024-11-281-0/+2
| | | | | | | | - Unfolded directories now show a "open" icon - Prevent accidential text selection while toggling directories - Increase vertical item padding from 3px to 6px <img width="257" alt="image" src="https://github.com/user-attachments/assets/d5372306-a666-4732-827e-3ddeee3c711e">
* Add priority to protected branch (#32286)65432024-11-271-0/+2
| | | | | | | | | | | | | | | | | | | ## Solves Currently for rules to re-order them you have to alter the creation date. so you basicly have to delete and recreate them in the right order. This is more than just inconvinient ... ## Solution Add a new col for prioritization ## Demo WebUI Video https://github.com/user-attachments/assets/92182a31-9705-4ac5-b6e3-9bb74108cbd1 --- *Sponsored by Kithara Software GmbH*
* Fix a number of typescript issues (#32459)silverwind2024-11-111-1/+1
| | | | | | | Fixes 69 typescript errors found in the `admin` and `markup` folders. --------- Co-authored-by: Giteabot <teabot@gitea.io>
* Fix suggestions for issues (#32380)wxiaoguang2024-10-301-1/+2
|
* Add types to fetch,toast,bootstrap,svg (#31627)silverwind2024-07-251-4/+6
| | | | Reduce `tsc` error count by 53. None of the changes has any runtime effect.
* Convert frontend code to typescript (#31559)silverwind2024-07-071-0/+226
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.