refactoring part 4

This commit is contained in:
Peter Papp
2021-08-23 17:49:28 +02:00
parent 527a0790e3
commit fd313e3d83
15 changed files with 231 additions and 151 deletions

View File

@@ -17,7 +17,7 @@
<!-- Mobile components -->
<FileSortingMobile />
<MultiSelectToolbar />
<MobileMultiSelectToolbar />
<!--Others-->
<Vignette />
@@ -34,7 +34,7 @@
</template>
<script>
import MultiSelectToolbar from '/resources/js/components/FilesView/MultiSelectToolbar'
import MobileMultiSelectToolbar from '/resources/js/components/FilesView/MobileMultiSelectToolbar'
import FileSortingMobile from '/resources/js/components/FilesView/FileSortingMobile'
import CreateFolderPopup from '/resources/js/components/Others/CreateFolderPopup'
import ProcessingPopup from '/resources/js/components/FilesView/ProcessingPopup'
@@ -55,7 +55,7 @@
name: 'Shared',
components: {
NavigationSharePanel,
MultiSelectToolbar,
MobileMultiSelectToolbar,
CreateFolderPopup,
FileSortingMobile,
ProcessingPopup,