From 98576ac2983aef58ca17e37e8385a49014cb0ec3 Mon Sep 17 00:00:00 2001 From: curo1305 Date: Fri, 29 May 2026 08:33:33 +0200 Subject: [PATCH] feat(05-08): add Cloud Storage collapsible section to AppSidebar - Import CloudProviderTreeItem and useCloudConnectionsStore - Add cloudExpanded ref (default true) and activeCloudConnections/loadingCloudConnections computed - Insert Cloud Storage section between Folders and Topics sections - Fetch connections on mount; render one CloudProviderTreeItem per ACTIVE connection - Empty state: 'No cloud storage connected'; loading state: 'Loading...' --- frontend/src/components/layout/AppSidebar.vue | 58 ++++++++++++++++++- 1 file changed, 57 insertions(+), 1 deletion(-) diff --git a/frontend/src/components/layout/AppSidebar.vue b/frontend/src/components/layout/AppSidebar.vue index 2cfbf25..2f911f2 100644 --- a/frontend/src/components/layout/AppSidebar.vue +++ b/frontend/src/components/layout/AppSidebar.vue @@ -110,6 +110,52 @@ + +
+
+ + + + + + + + + Cloud Storage + +
+ + + +
+

Topics

@@ -186,18 +232,21 @@