refactor: separate folders for team and personal collections

This commit is contained in:
Liyas Thomas
2021-05-11 05:49:36 +00:00
committed by GitHub
parent 8a30d3ed42
commit 3bbf334f99
8 changed files with 432 additions and 506 deletions

View File

@@ -52,7 +52,7 @@
</v-popover>
</div>
<div v-show="showChildren || isFiltered">
<ul v-if="folder.folders && folder.folders.length" class="flex-col">
<ul class="flex-col">
<li
v-for="(subFolder, subFolderIndex) in folder.folders"
:key="subFolder.name"