]> source.dussan.org Git - gitea.git/commit
Split `index.js` to separate files (#17315)
authorwxiaoguang <wxiaoguang@gmail.com>
Sat, 16 Oct 2021 17:28:04 +0000 (01:28 +0800)
committerGitHub <noreply@github.com>
Sat, 16 Oct 2021 17:28:04 +0000 (01:28 +0800)
commit1a7473ff459479a7fd3ba62a0b7b04b237565bed
tree518aab9c14f36ed012831b389c0370adef2ab738
parent3728f1daa08e4c228db212844612555e9e2904df
Split `index.js` to separate files (#17315)

* split `index.js` to separate files

* tune clipboard

* fix promise

* fix document

* remove intermediate empty file

* fix async event listener

* use `export function` instead of `export {}`, add more comments

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: 6543 <6543@obermui.de>
42 files changed:
docs/content/doc/developers/guidelines-frontend.md
templates/repo/branch/list.tmpl
web_src/js/code/linebutton.js [deleted file]
web_src/js/components/DashboardRepoList.js
web_src/js/components/RepoActivityTopAuthors.vue
web_src/js/components/RepoBranchTagDropdown.js
web_src/js/components/VueComponentLoader.js
web_src/js/features/admin-common.js [new file with mode: 0644]
web_src/js/features/admin-emails.js [new file with mode: 0644]
web_src/js/features/clipboard.js
web_src/js/features/common-global.js [new file with mode: 0644]
web_src/js/features/common-issue.js [new file with mode: 0644]
web_src/js/features/common-organization.js [new file with mode: 0644]
web_src/js/features/comp/ColorPicker.js [new file with mode: 0644]
web_src/js/features/comp/CommentSimpleMDE.js [new file with mode: 0644]
web_src/js/features/comp/ImagePaste.js [new file with mode: 0644]
web_src/js/features/comp/LabelEdit.js [new file with mode: 0644]
web_src/js/features/comp/MarkupContentPreview.js [new file with mode: 0644]
web_src/js/features/comp/ReactionSelector.js [new file with mode: 0644]
web_src/js/features/comp/SearchUserBox.js [new file with mode: 0644]
web_src/js/features/comp/WebHookEditor.js [new file with mode: 0644]
web_src/js/features/install.js [new file with mode: 0644]
web_src/js/features/org-team.js [new file with mode: 0644]
web_src/js/features/repo-branch.js [new file with mode: 0644]
web_src/js/features/repo-code.js [new file with mode: 0644]
web_src/js/features/repo-commit.js [new file with mode: 0644]
web_src/js/features/repo-common.js [new file with mode: 0644]
web_src/js/features/repo-diff.js [new file with mode: 0644]
web_src/js/features/repo-editor.js [new file with mode: 0644]
web_src/js/features/repo-home.js [new file with mode: 0644]
web_src/js/features/repo-issue.js [new file with mode: 0644]
web_src/js/features/repo-legacy.js [new file with mode: 0644]
web_src/js/features/repo-migrate.js [new file with mode: 0644]
web_src/js/features/repo-release.js [new file with mode: 0644]
web_src/js/features/repo-settings.js [new file with mode: 0644]
web_src/js/features/repo-template.js [new file with mode: 0644]
web_src/js/features/repo-wiki.js [new file with mode: 0644]
web_src/js/features/sshkey-helper.js [new file with mode: 0644]
web_src/js/features/user-auth-u2f.js [new file with mode: 0644]
web_src/js/features/user-auth.js [new file with mode: 0644]
web_src/js/features/user-settings.js [new file with mode: 0644]
web_src/js/index.js