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.
forgejo/web_src
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>
10 months ago
..
css Make it posible to customize nav text color via css var (#26807) 10 months ago
fomantic Remove fomantic `text` module (#26777) 10 months ago
js Reorder blocks in vue SFCs (#26874) 10 months ago
svg Use inline SVG for built-in OAuth providers (#25171) 1 year ago