]> source.dussan.org Git - gitea.git/commit
Refactor repo legacy (#32404)
authorwxiaoguang <wxiaoguang@gmail.com>
Sun, 3 Nov 2024 11:00:12 +0000 (19:00 +0800)
committerGitHub <noreply@github.com>
Sun, 3 Nov 2024 11:00:12 +0000 (11:00 +0000)
commitf2a6df03d953d608a5cac19cb9fa2c6d62dbe0e3
tree53efcdb9619af2ff2c47d8550b6b89cffe70c640
parent259811617ba15c77ddd89360178a59251d611af2
Refactor repo legacy (#32404)

Only move code, no unnecessary logic change. (There are many problems in
old code, but changing them is not in this PR's scope)

Co-authored-by: Giteabot <teabot@gitea.io>
web_src/js/features/repo-common.ts
web_src/js/features/repo-issue-list.ts
web_src/js/features/repo-issue-sidebar.ts [new file with mode: 0644]
web_src/js/features/repo-issue.ts
web_src/js/features/repo-legacy.ts
web_src/js/features/repo-milestone.ts [new file with mode: 0644]
web_src/js/features/repo-new.ts [new file with mode: 0644]
web_src/js/features/repo-settings.ts
web_src/js/index.ts