Added check for "Unnamed" giver

Pass string "Unnamed" to select unnamed giver and skip contact selection step of dialog.
This commit is contained in:
Jose Olarte III
2025-05-16 20:22:09 +08:00
parent 51787f154c
commit 51fcaf1f62
4 changed files with 73 additions and 28 deletions

View File

@@ -9,7 +9,10 @@
<ul
class="grid grid-cols-4 sm:grid-cols-5 md:grid-cols-6 gap-x-2 gap-y-4 text-center mb-4"
>
<li @click="selectGiver()">
<li
@click="selectGiver()"
class="cursor-pointer"
>
<font-awesome icon="circle-question" class="text-slate-400 text-5xl mb-1" />
<h3
class="text-xs text-slate-500 font-medium italic text-ellipsis whitespace-nowrap overflow-hidden"