From cd9feb6d09180da4b0ad661beffd8cee88e38012 Mon Sep 17 00:00:00 2001 From: Wilfred Asomani Date: Tue, 27 Jun 2023 13:39:57 +0000 Subject: [PATCH] web/satellite: split projects by whether user owns them This change groups the list of projects in ProjectSelection.vue into those owned by the current user and those that are not. Issue: https://github.com/storj/storj/issues/5972 Change-Id: I20f4e68f84e4ece230afa53e7e7eed507da625af --- .../navigation/MobileNavigation.vue | 124 ++++++++++++++---- .../navigation/ProjectSelection.vue | 124 +++++++++++++++--- 2 files changed, 206 insertions(+), 42 deletions(-) diff --git a/web/satellite/src/components/navigation/MobileNavigation.vue b/web/satellite/src/components/navigation/MobileNavigation.vue index cb51366cf..955456033 100644 --- a/web/satellite/src/components/navigation/MobileNavigation.vue +++ b/web/satellite/src/components/navigation/MobileNavigation.vue @@ -27,24 +27,59 @@
-
-
-
- +