You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/web_src/js/utils
wxiaoguang 0f4b0cf892
Refactor some frontend problems (#32646)
1. correct the modal usage on "admin email list" page (then
`web_src/js/features/admin/emails.ts` is removed)
2. use `addDelegatedEventListener` instead of `jQuery().on`
3. more jQuery related changes and remove jQuery from
`web_src/js/features/common-button.ts`
4. improve `confirmModal` to make it support header, and remove
incorrect double-escaping
5. fix more typescript related types
6. fine tune devtest pages and add more tests
3 months ago
..
color.test.ts Convert frontend code to typescript (#31559) 8 months ago
color.ts Fix a number of Typescript issues (#31877) 6 months ago
dom.test.ts Bypass vitest bug (#32647) 3 months ago
dom.ts Refactor some frontend problems (#32646) 3 months ago
image.test.ts Convert frontend code to typescript (#31559) 8 months ago
image.ts Fix a number of Typescript issues (#31877) 6 months ago
match.test.ts Convert frontend code to typescript (#31559) 8 months ago
match.ts Fix some typescript issues (#32586) 3 months ago
time.test.ts Convert frontend code to typescript (#31559) 8 months ago
time.ts Migrate vue components to setup (#32329) 4 months ago
url.test.ts Convert frontend code to typescript (#31559) 8 months ago
url.ts Fix a number of Typescript issues (#31877) 6 months ago