panel navigator refactoring

This commit is contained in:
Peter Papp
2021-08-20 18:07:26 +02:00
parent b23259309c
commit a99cbc2841
5 changed files with 42 additions and 48 deletions
@@ -1,5 +1,5 @@
<template>
<div>
<div v-if="user">
<!--Empty storage warning-->
<ContentGroup v-if="config.storageLimit && storage.used > 95">
<UpgradeSidebarBanner/>
+2 -11
View File
@@ -1,9 +1,8 @@
<template>
<div id="application-wrapper">
<!--File preview window-->
<!--On Top of App Components-->
<FilePreview />
<Spotlight />
<!--Popups-->
@@ -38,7 +37,7 @@
<!--Sidebar-->
<ContentSidebar>
<NavigationPanel v-if="user" />
<NavigationPanel />
</ContentSidebar>
<div @contextmenu.prevent.capture="contextMenu($event, undefined)" id="files-view">
@@ -98,14 +97,6 @@
Spotlight,
DragUI,
},
computed: {
...mapGetters([
'currentFolder',
'clipboard',
'config',
'user',
]),
},
data() {
return {
isScaledDown: false