mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-28 11:00:39 +00:00
panel navigator refactoring
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user