From 28d845168b3e92726aa2fdb5f73e9de2e1eb4050 Mon Sep 17 00:00:00 2001 From: Peter Ringelmann Date: Wed, 13 May 2026 15:37:45 +0200 Subject: [PATCH] feat(core): app menu polish for NC34 Signed-off-by: Peter Ringelmann --- core/src/components/AppMenu.vue | 33 ++++++++++++- core/src/tests/components/AppMenu.spec.ts | 60 +++++++++++++++++++++++ 2 files changed, 91 insertions(+), 2 deletions(-) diff --git a/core/src/components/AppMenu.vue b/core/src/components/AppMenu.vue index 09e63b9982ba0..116a311fdaf98 100644 --- a/core/src/components/AppMenu.vue +++ b/core/src/components/AppMenu.vue @@ -49,13 +49,14 @@ v-if="currentApp" class="app-menu__current-app" variant="tertiary-no-background" - :aria-label="t('core', 'Open apps menu')" + :aria-label="currentAppLabel" aria-haspopup="menu" :aria-expanded="opened ? 'true' : 'false'" @click="onTriggerClick('currentApp')">