🎨 UI tweaks, added empty state prompts in Collections

This commit is contained in:
Liyas Thomas
2019-10-23 12:34:28 +05:30
parent 635c82c316
commit 94364f0dad
5 changed files with 43 additions and 45 deletions

View File

@@ -41,6 +41,9 @@
v-on:edit-folder="editFolder"
/>
</li>
<li v-if="collection.folders.length === 0">
<label>Collection is empty</label>
</li>
</ul>
<ul>