From d0ca53501cc460b488dd2dda9e75f7584218e68d Mon Sep 17 00:00:00 2001 From: archipelago Date: Thu, 18 Jun 2026 09:40:16 -0400 Subject: [PATCH] feat(ui): cloud folder zoom transition on path change Re-key FileGrid on the current folder path and wrap it in a cloud-zoom Transition so the depth/zoom animation replays at every folder level; the header + breadcrumb nav stay fixed. Co-Authored-By: Claude Opus 4.8 (1M context) --- neode-ui/src/views/CloudFolder.vue | 65 +++++++++++++++++++++++++----- 1 file changed, 55 insertions(+), 10 deletions(-) diff --git a/neode-ui/src/views/CloudFolder.vue b/neode-ui/src/views/CloudFolder.vue index 33716fb7..692caec2 100644 --- a/neode-ui/src/views/CloudFolder.vue +++ b/neode-ui/src/views/CloudFolder.vue @@ -93,16 +93,23 @@ @upload="handleUpload" @update:view-mode="viewMode = $event" /> - + + + + @@ -386,3 +393,41 @@ function goBack() { router.push('/dashboard/cloud') } + + +