0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-02-10 02:52:46 +01:00
gitea/web_src/js
wxiaoguang f7f68e4cc0
Refactor RepoActionView.vue, add ::group:: support (#32713)
1. make it able to "force reload", then the previous pending request
won't block the new request
2. make it support `::group::`
3. add some TS types (but there are still many variables untyped, this
PR is large enough, the remaining types could be added in the future)
2024-12-06 12:04:16 +08:00
..
components Refactor RepoActionView.vue, add ::group:: support (#32713) 2024-12-06 12:04:16 +08:00
features Issue time estimate, meaningful time tracking (#23113) 2024-12-05 13:07:53 +00:00
markup Fix race condition in mermaid observer (#32599) 2024-11-26 06:37:24 +00:00
modules Allow cropping an avatar before setting it (#32565) 2024-11-28 02:15:59 +00:00
render
standalone
utils Make frontend unit test code could know it is in testing (#32656) 2024-11-28 01:40:32 +08:00
vendor Fix file editor & preview (#32706) 2024-12-04 09:26:54 +00:00
webcomponents
bootstrap.test.ts
bootstrap.ts
globals.d.ts
globals.ts
htmx.ts
index.ts Issue time estimate, meaningful time tracking (#23113) 2024-12-05 13:07:53 +00:00
svg.test.ts
svg.ts Improve diff file tree (#32658) 2024-11-28 12:25:21 +00:00
types.ts Refactor RepoBranchTagSelector (#32681) 2024-12-02 01:41:32 +00:00
utils.test.ts
utils.ts
vitest.setup.ts