From b9360d1dff13e5fde8d6073fc47ce6af5bccdecf Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Mon, 10 Feb 2025 03:08:22 +0100 Subject: [PATCH] UX(menu drawer): add extra category, reorder buttons --- langs/en.json | 1 + langs/themes/en.json | 2 +- src/UI/BigComponents/MenuDrawer.svelte | 91 ++++++++++++++------------ 3 files changed, 52 insertions(+), 42 deletions(-) diff --git a/langs/en.json b/langs/en.json index cf86f4bc10..83b1916f78 100644 --- a/langs/en.json +++ b/langs/en.json @@ -292,6 +292,7 @@ "aboutCurrentThemeTitle": "About this map", "aboutMapComplete": "About MapComplete", "filter": "Filter data", + "legal": "Legal notices", "moreUtilsTitle": "Discover more", "openHereDifferentApp": "Open the current location in other applications", "showIntroduction": "Show introduction", diff --git a/langs/themes/en.json b/langs/themes/en.json index e3b1f45a81..0b14e7c892 100644 --- a/langs/themes/en.json +++ b/langs/themes/en.json @@ -788,7 +788,7 @@ "11": { "options": { "0": { - "quesiton": "All platforms" + "question": "All platforms" }, "1": { "question": "Made with Android" diff --git a/src/UI/BigComponents/MenuDrawer.svelte b/src/UI/BigComponents/MenuDrawer.svelte index 73767bf41e..13b7c6cbeb 100644 --- a/src/UI/BigComponents/MenuDrawer.svelte +++ b/src/UI/BigComponents/MenuDrawer.svelte @@ -160,11 +160,20 @@ +
+ + + + + + + +
+
- @@ -261,6 +270,15 @@ + + + + + + @@ -274,46 +292,13 @@ -
- - - - - - - -
- - - - - - - - - - - - - - - - - @@ -325,6 +310,30 @@ + + + + + + + + + + + + + + + + + +

+ +

@@ -332,7 +341,6 @@ - @@ -349,11 +357,12 @@ -
- {Constants.vNumber} - {#if $isAndroid} - Android - {/if} -
+ +
+ {Constants.vNumber} + {#if $isAndroid} + Android + {/if} +