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
silverwind 9a3de436f4
Reorder blocks in vue SFCs (#26874)
The [recommended order](https://vuejs.org/guide/scaling-up/sfc.html) for
SFC blocks is script -> template -> style, which we were violating
because template and script were swapped. I do find script first also
easier to read because the imports are on top, letting me immideatly see
a component's dependencies.

This is a pure cut-paste refactor with some removal of some empty lines.

---------

Co-authored-by: Lauris BH <lauris@nix.lv>
2 years ago
..
.eslintrc.yaml Add `eslint-plugin-vue-scoped-css` (#26720) 2 years ago
ActionRunStatus.vue Reorder blocks in vue SFCs (#26874) 2 years ago
ActivityHeatmap.vue Reorder blocks in vue SFCs (#26874) 2 years ago
ContextPopup.vue Reorder blocks in vue SFCs (#26874) 2 years ago
DashboardRepoList.vue Reorder blocks in vue SFCs (#26874) 2 years ago
DiffCommitSelector.vue Reorder blocks in vue SFCs (#26874) 2 years ago
DiffFileList.vue Reorder blocks in vue SFCs (#26874) 2 years ago
DiffFileTree.vue Reorder blocks in vue SFCs (#26874) 2 years ago
DiffFileTreeItem.vue Reorder blocks in vue SFCs (#26874) 2 years ago
PullRequestMergeForm.vue Reorder blocks in vue SFCs (#26874) 2 years ago
RepoActionView.vue Reorder blocks in vue SFCs (#26874) 2 years ago
RepoActivityTopAuthors.vue Reorder blocks in vue SFCs (#26874) 2 years ago
RepoBranchTagSelector.vue Reorder blocks in vue SFCs (#26874) 2 years ago
ScopedAccessTokenSelector.vue Reorder blocks in vue SFCs (#26874) 2 years ago