From 438f5f2fc4bc3aff924eb92ab37a2618edd6ae59 Mon Sep 17 00:00:00 2001 From: GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> Date: Fri, 21 Apr 2023 17:20:04 +0200 Subject: refactor: Reorder DevView elements (#276) * refactor: Move release note generator to bottom It takes up a lot of space and generally isn't used as often as other buttons * refactor: Move mod install further down Generally isn't used as often as other buttons --- src-vue/src/views/DeveloperView.vue | 76 +++++++++++++++++++------------------ 1 file changed, 39 insertions(+), 37 deletions(-) (limited to 'src-vue/src/views') diff --git a/src-vue/src/views/DeveloperView.vue b/src-vue/src/views/DeveloperView.vue index d9e268e3..7e11bd11 100644 --- a/src-vue/src/views/DeveloperView.vue +++ b/src-vue/src/views/DeveloperView.vue @@ -5,38 +5,6 @@ This page is designed for developers. Some of the buttons here can break your Northstar install if you do not know what you're doing! - - Get tags - - - - - - - - - - - Compare Tags - - - -

Basic:

@@ -63,6 +31,16 @@ Launch Northstar via Steam +

Repair:

+ + + + Get installed mods + + +

Testing

+ +

Mod install:

@@ -71,15 +49,39 @@ Install mod -

Repair:

+

Release management

+ + + Get tags + + + + + + + - - Get installed mods + + Compare Tags -

Testing

- + -- cgit v1.2.3