From 0cf91136f918e7414ca6d0cb3fa48c79b8e9e3fc Mon Sep 17 00:00:00 2001 From: Dorian Date: Wed, 15 Jul 2026 10:01:36 +0100 Subject: [PATCH 1/2] feat(cloud): Apps-style tabs, categories and federated file search MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cloud gets the same header layout as Apps: All Files / My Files / Peer Files tabs, Photos & Video / Music / Documents category filter, and a search bar that queries your own FileBrowser sections (depth-limited walk) plus every federation peer's shared catalog (content.browse-peer fan-out, cached), with a loader while it runs. Peer Files lists the actual files from all peers with attribution. Mobile uses the Apps category-pill strips (which already opt out of the page-switch swipe) with search below — no fixed top tabs. Co-Authored-By: Claude Fable 5 --- neode-ui/src/views/Cloud.vue | 529 ++++++++++++++++++++++++++++++----- 1 file changed, 457 insertions(+), 72 deletions(-) diff --git a/neode-ui/src/views/Cloud.vue b/neode-ui/src/views/Cloud.vue index 0e9d0065..cd3dbe31 100644 --- a/neode-ui/src/views/Cloud.vue +++ b/neode-ui/src/views/Cloud.vue @@ -1,10 +1,163 @@ -
+
{{ loadError }}
-
+

Install File Browser from the App Store to get started with your cloud storage.

Open App Store @@ -141,7 +297,7 @@