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>
2023-09-02 14:59:07 +00:00
..
css Make it posible to customize nav text color via css var (#26807) 2023-09-02 05:10:41 +02:00
fomantic Remove fomantic text module (#26777) 2023-08-30 10:37:17 +00:00
js Reorder blocks in vue SFCs (#26874) 2023-09-02 14:59:07 +00:00
svg Use inline SVG for built-in OAuth providers (#25171) 2023-06-13 10:51:02 +00:00