From 1a056ce63c80a71a00c30d9e8e9c49e18a4d1d92 Mon Sep 17 00:00:00 2001 From: itskovacs Date: Thu, 31 Jul 2025 19:23:55 +0200 Subject: [PATCH] :lipstick: Change Settings tabs order --- .../dashboard/dashboard.component.html | 82 +++++++++---------- 1 file changed, 41 insertions(+), 41 deletions(-) diff --git a/src/src/app/components/dashboard/dashboard.component.html b/src/src/app/components/dashboard/dashboard.component.html index 1dee356..20f37fa 100644 --- a/src/src/app/components/dashboard/dashboard.component.html +++ b/src/src/app/components/dashboard/dashboard.component.html @@ -157,20 +157,55 @@ - Settings + About - Categories + Settings - Data + Categories - About + Data +
+

About

+ +
+ + +
+
+ +
+ Buy me + a + coffee + Coffee and contributions are greatly appreciated! +
+ +
+ @if (this.info?.update) { + + TRIP {{ this.info?.update }} + available on + Github + } @else { + + TRIP {{ info?.version }} + } +
+ +
Made with ❤️ in BZH
+
+

Low Network Mode

You can disable Low Network Mode. Default is true. @@ -244,7 +279,7 @@
- +
@@ -271,7 +306,7 @@ }
- +

Data

You can import/export your data @@ -283,41 +318,6 @@
- -
-

About

- -
- - -
-
- -
- Buy me - a - coffee - Coffee and contributions are greatly appreciated! -
- -
- @if (this.info?.update) { - - TRIP {{ this.info?.update }} - available on - Github - } @else { - - TRIP {{ info?.version }} - } -
- -
Made with ❤️ in BZH
-