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.
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>
11 months ago
..
components Reorder blocks in vue SFCs (#26874) 11 months ago
features Remove "TODO" tasks from CSS file (#26835) 11 months ago
markup Fix task list checkbox toggle to work with YAML front matter (#25184) 1 year ago
modules Refactor toast module (#26677) 12 months ago
render Update JS dependencies (#26586) 12 months ago
standalone Add toasts to UI (#25449) 1 year ago
test rename tributeValues to mentionValues (#25375) 1 year ago
utils Avoiding accessing undefined mentionValues (#26461) 12 months ago
webcomponents Add minimum polyfill to support "relative-time-element" in PaleMoon (#26575) 12 months ago
bootstrap.js Remove joinPaths function (#26833) 11 months ago
index.js Show branches and tags that contain a commit (#25180) 1 year ago
jquery.js Upgrade jQuery to 3.5.0, remove jQuery-Migrate, fix deprecations (#11055) 4 years ago
svg.js Add commits dropdown in PR files view and allow commit by commit review (#25528) 1 year ago
svg.test.js Improve `<SvgIcon>` to make it output `svg` node and optimize performance (#23570) 1 year ago
utils.js Remove joinPaths function (#26833) 11 months ago
utils.test.js Remove joinPaths function (#26833) 11 months ago