- navigator in shared folder page fix

- fixed trash in MobileNavigation.vue
- MobileMultiSelectMenu.vue refactor
- frontend build
This commit is contained in:
Peter Papp
2020-12-03 20:19:21 +01:00
parent aff2594ef2
commit 10090b474a
60 changed files with 736 additions and 853 deletions

View File

@@ -58,7 +58,7 @@
{
icon: 'trash',
title: this.$t('menu.trash'),
routeName: 'Trash',
routeName: 'Files',
isVisible: true,
},
{
@@ -94,6 +94,10 @@
this.$store.dispatch('getLatest')
}
if (name === 'trash') {
this.$store.dispatch('getTrash')
}
if (name === 'hard-drive') {
this.$store.dispatch('getFolder', [{folder: this.homeDirectory, back: false, init: true}])
}