UI improvements

This commit is contained in:
Liyas Thomas
2020-06-30 07:39:28 +05:30
parent 2dce318a17
commit c223b251d6
5 changed files with 10 additions and 17 deletions

View File

@@ -62,7 +62,7 @@ TODO:
</div>
</div>
<p v-if="collections.length === 0" class="info">
Create new collection
<i class="material-icons">help_outline</i> Create new collection
</p>
<div class="virtual-list">
<ul>
@@ -76,9 +76,6 @@ TODO:
@edit-request="editRequest($event)"
/>
</li>
<li v-if="collections.length === 0">
<label>Collections are empty</label>
</li>
</ul>
</div>
<nuxt-link :to="localePath('doc')" :aria-label="$t('documentation')">