From 46437d975ef501ebc1b1a2f5de7115bba67626a8 Mon Sep 17 00:00:00 2001 From: itsrubberduck Date: Fri, 10 Jul 2026 07:03:40 +0200 Subject: [PATCH] =?UTF-8?q?feat(pm):=20trim=20nav=20bar=20=E2=80=94=20remo?= =?UTF-8?q?ve=20Feedback,=20move=20Theme=20into=20Settings?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Remove the Feedback link from /pm's nav entirely - Theme (dark/light/system) now lives as a segmented control at the top of the Settings dialog instead of its own nav menu - Help and Logout become icon-only and move to the far right, separated by a divider from Bug/Settings --- app/pages/pm.vue | 128 ++++++++++++++++++----------------------------- 1 file changed, 48 insertions(+), 80 deletions(-) diff --git a/app/pages/pm.vue b/app/pages/pm.vue index aa848e2..fce546b 100644 --- a/app/pages/pm.vue +++ b/app/pages/pm.vue @@ -519,74 +519,6 @@ - - - - - - - mdi-message-draw - Feedback - - + + + mdi-logout - Logout @@ -1253,6 +1189,39 @@ +
+ +
+ + + +
+
+