0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-12-19 12:54:34 +01:00
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
2024-11-26 15:36:55 +00:00
..
components Fix some places which doesn't repsect org full name setting (#32243) 2024-11-18 06:24:49 +00:00
features Refactor some frontend problems (#32646) 2024-11-26 15:36:55 +00:00
markup Fix race condition in mermaid observer (#32599) 2024-11-26 06:37:24 +00:00
modules Fix some typescript issues (#32586) 2024-11-21 13:57:42 +00:00
render
standalone
utils Refactor some frontend problems (#32646) 2024-11-26 15:36:55 +00:00
vendor Remove jQuery import from some files (#32512) 2024-11-15 02:48:41 +08:00
webcomponents
bootstrap.test.ts
bootstrap.ts
globals.d.ts Fix some typescript issues (#32586) 2024-11-21 13:57:42 +00:00
globals.ts
htmx.ts
index.ts Refactor some frontend problems (#32646) 2024-11-26 15:36:55 +00:00
svg.test.ts
svg.ts
types.ts Fix some typescript issues (#32586) 2024-11-21 13:57:42 +00:00
utils.test.ts Add avif image file support (#32508) 2024-11-15 00:55:50 +00:00
utils.ts Add avif image file support (#32508) 2024-11-15 00:55:50 +00:00
vitest.setup.ts