gitea/routers/web/admin
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
..
admin.go Move admin routers from /admin to /-/admin (#32189) 2024-10-10 04:56:49 +00:00
admin_test.go Improve reverse proxy documents and clarify the AppURL guessing behavior (#31003) 2024-05-19 14:56:08 +00:00
applications.go Move admin routers from /admin to /-/admin (#32189) 2024-10-10 04:56:49 +00:00
auths.go Move admin routers from /admin to /-/admin (#32189) 2024-10-10 04:56:49 +00:00
config.go Move admin routers from /admin to /-/admin (#32189) 2024-10-10 04:56:49 +00:00
diagnosis.go
emails.go Refactor some frontend problems (#32646) 2024-11-26 15:36:55 +00:00
hooks.go Move admin routers from /admin to /-/admin (#32189) 2024-10-10 04:56:49 +00:00
main_test.go
notice.go Move admin routers from /admin to /-/admin (#32189) 2024-10-10 04:56:49 +00:00
orgs.go Update misspell to 0.5.1 and add `misspellings.csv` (#30573) 2024-04-27 08:03:49 +00:00
packages.go Move admin routers from /admin to /-/admin (#32189) 2024-10-10 04:56:49 +00:00
queue.go Move admin routers from /admin to /-/admin (#32189) 2024-10-10 04:56:49 +00:00
queue_tester.go
repos.go Move admin routers from /admin to /-/admin (#32189) 2024-10-10 04:56:49 +00:00
runners.go Move admin routers from /admin to /-/admin (#32189) 2024-10-10 04:56:49 +00:00
stacktrace.go Move admin routers from /admin to /-/admin (#32189) 2024-10-10 04:56:49 +00:00
users.go Move admin routers from /admin to /-/admin (#32189) 2024-10-10 04:56:49 +00:00
users_test.go