navigation through public folders

This commit is contained in:
Peter Papp
2021-08-23 09:16:01 +02:00
parent 26e3194f21
commit a926545146
8 changed files with 285 additions and 201 deletions

View File

@@ -125,6 +125,10 @@
'clipboard',
]),
isLoadedFolder() {
if (this.sharedDetail && this.sharedDetail.item_id === this.$route.params.id) {
return false
}
return this.$route.params.id
},
hasCapacity() {