You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/web_src/js/components
wxiaoguang ac8d71ff07
Refactor branch/tag selector to Vue SFC (#23421)
Follow #23394

There were many bad smells in old code. This PR only moves the code into
Vue SFC, doesn't touch the unrelated logic.

update: after
5f23218c85
, there should be no usage of the vue-rumtime-compiler anymore
(hopefully), so I think this PR could close #19851

---------

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
2 years ago
..
.eslintrc.yaml Fix eslint parsing errors, remove eslint-plugin-html (#20323) 3 years ago
ActionRunStatus.vue Add ActionRunStatus component (#23259) 2 years ago
ActivityHeatmap.vue Add pagination for dashboard and user activity feeds (#22937) 2 years ago
ContextPopup.vue Improve the frontend guideline (#23298) 2 years ago
DashboardRepoList.vue Refactor branch/tag selector to Vue SFC (#23421) 2 years ago
DiffFileList.vue Move helpers to be prefixed with `gt-` (#22879) 2 years ago
DiffFileTree.vue Refactor hiding-methods, remove jQuery show/hide, remove `.hide` class, remove inline style=display:none (#22950) 2 years ago
DiffFileTreeItem.vue Add `title` to PR file tree items (#22918) 2 years ago
PullRequestMergeForm.vue Refactor branch/tag selector to Vue SFC (#23421) 2 years ago
RepoActionView.vue Fix actions frontend bugs (pagination, long name alignment) and small simplify (#23370) 2 years ago
RepoActivityTopAuthors.vue Refactor dashboard repo list to Vue SFC (#23405) 2 years ago
RepoBranchTagSelector.vue Refactor branch/tag selector to Vue SFC (#23421) 2 years ago