aboutsummaryrefslogtreecommitdiffstats
path: root/web_src/js/globals.d.ts
Commit message (Collapse)AuthorAgeFilesLines
* Fix various Fomantic UI and htmx problems (#33851)wxiaoguang2025-03-111-0/+1
| | | Also fix #31328, fix #33854
* Update TypeScript types (#33799)Kerwin Bryant2025-03-051-4/+6
| | | Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
* 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`
* Move RepoBranchTagSelector init outside the SFC (#32890)silverwind2024-12-181-1/+0
| | | | | SFCs shouldn't export anything besides their component, and this eliminates one issue with tsc, while apparently also solving a hack. It seems to work as before, also when multiples are on the same page.
* Fix remaining typescript issues, enable `tsc` (#32840)silverwind2024-12-161-2/+13
| | | | | | | | | | | | Fixes 79 typescript errors. Discovered at least two bugs in `notifications.ts`, and I'm pretty sure this feature was at least partially broken and may still be, I don't really know how to test it. After this, only like ~10 typescript errors remain in the codebase but those are harder to solve. --------- Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
* Fix a number of typescript errors (#32773)silverwind2024-12-111-0/+2
| | | | | | | Fixes 96 typescript errors. Behaviour changes are commented below. --------- Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
* Fix some typescript issues (#32586)silverwind2024-11-211-0/+4
| | | Fixes around 30 or so typescript errors. No runtime changes.
* Move web globals to `web_src/js/globals.d.ts` (#31943)silverwind2024-08-301-0/+61
This file serves exclusively to support `web_src/js`, so move it there.