refactor: lint + minor ui fixes

This commit is contained in:
liyasthomas
2021-11-27 19:59:28 +05:30
parent da8c446ad7
commit 0bf856291c
68 changed files with 363 additions and 1691 deletions

View File

@@ -4,17 +4,7 @@
:class="{ 'rounded border border-divider': savingMode }"
>
<div
class="
flex
divide-dividerLight
border-dividerLight
sticky
top-0
z-10
flex-col
border-b
divide-y
"
class="divide-dividerLight border-dividerLight sticky top-0 z-10 flex flex-col border-b divide-y"
:class="{ 'bg-primary': !savingMode }"
>
<input
@@ -72,7 +62,7 @@
</div>
<div
v-if="collections.length === 0"
class="flex flex-col items-center justify-center p-4 text-secondaryLight"
class="text-secondaryLight flex flex-col items-center justify-center p-4"
>
<img
:src="`/images/states/${$colorMode.value}/pack.svg`"
@@ -91,9 +81,9 @@
</div>
<div
v-if="!(filteredCollections.length !== 0 || collections.length === 0)"
class="flex flex-col items-center justify-center p-4 text-secondaryLight"
class="text-secondaryLight flex flex-col items-center justify-center p-4"
>
<i class="pb-2 opacity-75 material-icons">manage_search</i>
<i class="material-icons pb-2 opacity-75">manage_search</i>
<span class="text-center">
{{ $t("state.nothing_found") }} "{{ filterText }}"
</span>