From 738c82f49fa9c5bd1bff2a424fdc58f8d8c15ede Mon Sep 17 00:00:00 2001
From: "Jan C. Borchardt" <925062+jancborchardt@users.noreply.github.com>
Date: Thu, 6 Aug 2026 11:37:42 +0200
Subject: [PATCH 1/3] fix(core): show the app management page as Apps in the
app menu header
Assisted-by: ClaudeCode:claude-opus-5
Signed-off-by: Jan C. Borchardt <925062+jancborchardt@users.noreply.github.com>
---
core/src/components/AppMenu.vue | 64 +++++++++++++++++------
core/src/tests/components/AppMenu.spec.ts | 25 +++++++--
2 files changed, 71 insertions(+), 18 deletions(-)
diff --git a/core/src/components/AppMenu.vue b/core/src/components/AppMenu.vue
index e7aef02d42b35..66e5582c595bc 100644
--- a/core/src/components/AppMenu.vue
+++ b/core/src/components/AppMenu.vue
@@ -54,19 +54,19 @@
:aria-expanded="opened ? 'true' : 'false'"
@click="onTriggerClick('currentApp')">
-
-
+
+