Skip to content

Commit

Permalink
feat(files): replace NavigationQuota with SidebarQuota
Browse files Browse the repository at this point in the history
Signed-off-by: Franziska Bath <[email protected]>
  • Loading branch information
fracado authored and bromiesTM committed Sep 19, 2024
1 parent a434382 commit 95cfa19
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 179 deletions.
176 changes: 0 additions & 176 deletions apps/files/src/components/NavigationQuota.vue

This file was deleted.

6 changes: 3 additions & 3 deletions apps/files/src/views/Navigation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<template #footer>
<ul class="app-navigation-entry__settings">
<!-- User storage usage statistics -->
<NavigationQuota />
<SidebarQuota />

<!-- Files settings modal toggle-->
<NcAppNavigationItem :aria-label="t('files', 'Open the files app settings')"
Expand Down Expand Up @@ -85,7 +85,7 @@ import IconCog from 'vue-material-design-icons/Cog.vue'
import NcAppNavigation from '@nextcloud/vue/dist/Components/NcAppNavigation.js'
import NcAppNavigationItem from '@nextcloud/vue/dist/Components/NcAppNavigationItem.js'
import NcIconSvgWrapper from '@nextcloud/vue/dist/Components/NcIconSvgWrapper.js'
import NavigationQuota from '../components/NavigationQuota.vue'
import SidebarQuota from '../components/SidebarQuota.vue'
import SettingsModal from './Settings.vue'
import { useNavigation } from '../composables/useNavigation'
Expand All @@ -98,11 +98,11 @@ export default defineComponent({
components: {
IconCog,
NavigationQuota,
NcAppNavigation,
NcAppNavigationItem,
NcIconSvgWrapper,
SettingsModal,
SidebarQuota,
},
setup() {
Expand Down

0 comments on commit 95cfa19

Please sign in to comment.