From 26b6b6b32f0673dd1afb00772c571bd90813a218 Mon Sep 17 00:00:00 2001 From: cproudlock Date: Fri, 17 Jul 2026 08:38:57 -0400 Subject: [PATCH] printedparts: Parts Kiosk link in the sidebar Displays section Beside Shopfloor Dashboard and TV Slideshow, opening in a new tab and shown only while the plugin is enabled - kiosk-style pages get launched from the Displays group, not the Information nav. --- frontend/src/views/AppLayout.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frontend/src/views/AppLayout.vue b/frontend/src/views/AppLayout.vue index 0159b3b..530584b 100644 --- a/frontend/src/views/AppLayout.vue +++ b/frontend/src/views/AppLayout.vue @@ -27,6 +27,8 @@ Shopfloor Dashboard TV Slideshow + Parts Kiosk Settings @@ -108,6 +110,7 @@ import { currentTheme, toggleTheme } from '../stores/theme' import { dashboardApi, notificationsApi } from '../api' import { getFacilityName, getSiteLogo, getServicenowUrls } from '../utils/siteSettings' import { withBase } from '../utils/basePath' +import { isPluginEnabled } from '../composables/enabledPlugins' const router = useRouter() const route = useRoute()