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
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
..
components Fix some places which doesn't repsect org full name setting (#32243) 3 months ago
features Refactor some frontend problems (#32646) 3 months ago
markup Fix race condition in mermaid observer (#32599) 3 months ago
modules Fix some typescript issues (#32586) 3 months ago
render Fix a number of Typescript issues (#31877) 6 months ago
standalone Fix a number of Typescript issues (#31877) 6 months ago
utils Refactor some frontend problems (#32646) 3 months ago
vendor Remove jQuery import from some files (#32512) 3 months ago
webcomponents Fix a number of typescript issues (#32308) 4 months ago
bootstrap.test.ts Convert frontend code to typescript (#31559) 8 months ago
bootstrap.ts Add types to fetch,toast,bootstrap,svg (#31627) 7 months ago
globals.d.ts Fix some typescript issues (#32586) 3 months ago
globals.ts Convert frontend code to typescript (#31559) 8 months ago
htmx.ts Fix a number of Typescript issues (#31877) 6 months ago
index.ts Refactor some frontend problems (#32646) 3 months ago
svg.test.ts Fix a number of Typescript issues (#31877) 6 months ago
svg.ts Fix a number of typescript issues (#32459) 3 months ago
types.ts Fix some typescript issues (#32586) 3 months ago
utils.test.ts Add avif image file support (#32508) 3 months ago
utils.ts Add avif image file support (#32508) 3 months ago
vitest.setup.ts Fix a number of Typescript issues (#31877) 6 months ago