From 189c52dd4d5aad93fdb903387c03299646e57f97 Mon Sep 17 00:00:00 2001 From: ccbikai Date: Sun, 11 May 2025 17:49:27 +0800 Subject: [PATCH] chore: remove realtime dashboard tab Temporarily disables the realtime dashboard navigation option by commenting out its TabsTrigger component in the navigation menu. This indicates a planned feature or work in progress. --- app/components/dashboard/Nav.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/components/dashboard/Nav.vue b/app/components/dashboard/Nav.vue index 1f74333..87871a0 100644 --- a/app/components/dashboard/Nav.vue +++ b/app/components/dashboard/Nav.vue @@ -18,9 +18,9 @@ const route = useRoute() {{ $t('nav.analysis') }} - +