From 3e79423cfdbf7785da08c949380f23050577fbb5 Mon Sep 17 00:00:00 2001 From: curo1305 Date: Mon, 15 Jun 2026 20:27:00 +0200 Subject: [PATCH] feat(10-08): BreadcrumbBar in remaining admin views + SettingsView; EmptyState in SharedView + CloudStorageView - AdminQuotasView: BreadcrumbBar (Quotas, showRoot=false) - AdminAiView: BreadcrumbBar (AI Config, showRoot=false) - AdminOverviewView: BreadcrumbBar (empty segments, showRoot=false) above existing h2 - SettingsView: BreadcrumbBar with breadcrumbSegments computed (Settings > activeTabLabel) - SharedView: BreadcrumbBar (Shared with me) + EmptyState (icon=inbox) - CloudStorageView: BreadcrumbBar in toolbar + EmptyState (icon=cloud) with Settings router-link CTA - Full test suite: 178 passed, 0 failures --- frontend/src/views/CloudStorageView.vue | 22 +++++++++++++------ frontend/src/views/SettingsView.vue | 10 ++++++++- frontend/src/views/SharedView.vue | 14 ++++++++---- frontend/src/views/admin/AdminAiView.vue | 3 +++ .../src/views/admin/AdminOverviewView.vue | 3 +++ frontend/src/views/admin/AdminQuotasView.vue | 3 +++ 6 files changed, 43 insertions(+), 12 deletions(-) diff --git a/frontend/src/views/CloudStorageView.vue b/frontend/src/views/CloudStorageView.vue index 9e28ac4..6728e68 100644 --- a/frontend/src/views/CloudStorageView.vue +++ b/frontend/src/views/CloudStorageView.vue @@ -4,7 +4,7 @@
- Cloud Storage +
@@ -20,12 +20,18 @@
Loading…
-
-

No cloud storage connected.

- - Add a connection in Settings - -
+ + +
+ +

Settings

Account-level options for your DocuVault workspace.

@@ -84,12 +86,13 @@