gitea/web_src/js/modules
silverwind 32075d2880
Add types to various low-level functions (#31781)
Adds types to various low-level modules. All changes are type-only, no
runtime changes. `tsc` now reports 38 less errors.

One problem was that `@types/sortablejs` does not accept promise return
in its functions which triggered the linter, so I disabled the rules on
those line.
2024-08-10 09:46:48 +00:00
..
fomantic Convert frontend code to typescript (#31559) 2024-07-07 15:32:30 +00:00
dirauto.ts Add types to various low-level functions (#31781) 2024-08-10 09:46:48 +00:00
fetch.test.ts Convert frontend code to typescript (#31559) 2024-07-07 15:32:30 +00:00
fetch.ts Add types to fetch,toast,bootstrap,svg (#31627) 2024-07-25 23:31:24 +00:00
fomantic.ts Convert frontend code to typescript (#31559) 2024-07-07 15:32:30 +00:00
sortable.ts Add types to various low-level functions (#31781) 2024-08-10 09:46:48 +00:00
stores.ts Add types to various low-level functions (#31781) 2024-08-10 09:46:48 +00:00
tippy.ts Add types to various low-level functions (#31781) 2024-08-10 09:46:48 +00:00
toast.test.ts Convert frontend code to typescript (#31559) 2024-07-07 15:32:30 +00:00
toast.ts Add types to fetch,toast,bootstrap,svg (#31627) 2024-07-25 23:31:24 +00:00
worker.ts Convert frontend code to typescript (#31559) 2024-07-07 15:32:30 +00:00