mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-20 17:02:16 +00:00
file view refactoring
This commit is contained in:
@@ -1,9 +1,16 @@
|
||||
<template>
|
||||
<section id="viewport">
|
||||
<div class="sm:flex md:h-screen md:overflow-hidden">
|
||||
<!--On Top of App Components-->
|
||||
<FilePreview />
|
||||
<Spotlight />
|
||||
|
||||
<!--2FA popups-->
|
||||
<TwoFactorRecoveryCodesPopup />
|
||||
<TwoFactorSetupPopup />
|
||||
|
||||
<!--Access Token Popup-->
|
||||
<CreatePersonaTokenPopup />
|
||||
|
||||
<SidebarNavigation />
|
||||
<PanelNavigationUser />
|
||||
|
||||
@@ -61,14 +68,7 @@
|
||||
<Spinner></Spinner>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!--2FA popups-->
|
||||
<TwoFactorRecoveryCodesPopup />
|
||||
<TwoFactorSetupPopup />
|
||||
|
||||
<!--Access Token Popup-->
|
||||
<CreatePersonaTokenPopup />
|
||||
</section>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
||||
Reference in New Issue
Block a user