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>
1 year ago
..
.eslintrc.yaml Add `eslint-plugin-vue-scoped-css` (#26720) 1 year ago
ActionRunStatus.vue Reorder blocks in vue SFCs (#26874) 1 year ago
ActivityHeatmap.vue Reorder blocks in vue SFCs (#26874) 1 year ago
ContextPopup.vue Reorder blocks in vue SFCs (#26874) 1 year ago
DashboardRepoList.vue Reorder blocks in vue SFCs (#26874) 1 year ago
DiffCommitSelector.vue Reorder blocks in vue SFCs (#26874) 1 year ago
DiffFileList.vue Reorder blocks in vue SFCs (#26874) 1 year ago
DiffFileTree.vue Reorder blocks in vue SFCs (#26874) 1 year ago
DiffFileTreeItem.vue Reorder blocks in vue SFCs (#26874) 1 year ago
PullRequestMergeForm.vue Reorder blocks in vue SFCs (#26874) 1 year ago
RepoActionView.vue Reorder blocks in vue SFCs (#26874) 1 year ago
RepoActivityTopAuthors.vue Reorder blocks in vue SFCs (#26874) 1 year ago
RepoBranchTagSelector.vue Reorder blocks in vue SFCs (#26874) 1 year ago
ScopedAccessTokenSelector.vue Reorder blocks in vue SFCs (#26874) 1 year ago