From 95cfa19889139bef99442d368ea1e514846e5c41 Mon Sep 17 00:00:00 2001 From: Franziska Bath Date: Mon, 16 Sep 2024 19:42:17 +0200 Subject: [PATCH] feat(files): replace NavigationQuota with SidebarQuota Signed-off-by: Franziska Bath --- apps/files/src/components/NavigationQuota.vue | 176 ------------------ apps/files/src/views/Navigation.vue | 6 +- 2 files changed, 3 insertions(+), 179 deletions(-) delete mode 100644 apps/files/src/components/NavigationQuota.vue diff --git a/apps/files/src/components/NavigationQuota.vue b/apps/files/src/components/NavigationQuota.vue deleted file mode 100644 index 8f96481232d95..0000000000000 --- a/apps/files/src/components/NavigationQuota.vue +++ /dev/null @@ -1,176 +0,0 @@ - - - - - diff --git a/apps/files/src/views/Navigation.vue b/apps/files/src/views/Navigation.vue index 7df1b70b1a49b..43ce63c315f4b 100644 --- a/apps/files/src/views/Navigation.vue +++ b/apps/files/src/views/Navigation.vue @@ -55,7 +55,7 @@