No-contacts state

This commit is contained in:
Jose Olarte III
2023-07-14 21:33:56 +08:00
parent 47ade49e31
commit 32125133f0

View File

@@ -35,6 +35,13 @@
>
Show More Contacts…
</router-link>
<!-- If there are no contacts, show this instead: -->
<div
class="rounded border border-dashed border-slate-300 bg-slate-100 px-4 py-3 text-center italic text-slate-500"
>
(No contacts to show.)
</div>
</div>
<GiftedDialog