- fix to empty states (#163)
* #150 - changed the default colour for empty states * #150 - added empty states for user requests * #31 - amended text for empty states - employee
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div class="text-center my-5">
|
||||
<div class="text-center my-5 text-gray-500">
|
||||
<slot name="head">
|
||||
<SearchIcon class="mx-auto w-12 h-12" />
|
||||
</slot>
|
||||
@@ -8,7 +8,7 @@
|
||||
No search result
|
||||
</slot>
|
||||
</h3>
|
||||
<p class="text-sm text-gray-500">
|
||||
<p class="text-sm">
|
||||
<slot name="text">
|
||||
Try a different search query
|
||||
</slot>
|
||||
|
@@ -52,7 +52,7 @@
|
||||
</div>
|
||||
</li>
|
||||
<li v-if="! requests.length">
|
||||
<EmptyState class="text-gray-700">
|
||||
<EmptyState>
|
||||
<template #head>
|
||||
<CollectionIcon class="mx-auto w-12 h-12" />
|
||||
</template>
|
||||
|
@@ -38,7 +38,7 @@
|
||||
</li>
|
||||
<li v-if="! requests.length">
|
||||
<p class="py-2">
|
||||
<EmptyState class="text-gray-700">
|
||||
<EmptyState>
|
||||
<template #head>
|
||||
<CollectionIcon class="mx-auto w-12 h-12" />
|
||||
</template>
|
||||
@@ -46,7 +46,7 @@
|
||||
Brak wniosków
|
||||
</template>
|
||||
<template #text>
|
||||
Nie ma oczekujących wniosków
|
||||
Nie utworzono jeszcze wniosku
|
||||
</template>
|
||||
</EmptyState>
|
||||
</p>
|
||||
|
Reference in New Issue
Block a user