Implemented design of Contact Gifting List view

This commit is contained in:
Jose Olarte III
2023-07-14 19:42:13 +08:00
parent 3e52b504b0
commit 47ce91cca1
2 changed files with 65 additions and 29 deletions

View File

@@ -36,6 +36,14 @@
</h3>
</li>
</ul>
<!-- Ideally, this button should only be visible when the active account has more than 7 or 11 contacts in their list (we want to limit the grid count above to 8 or 12 accounts to keep it compact) -->
<router-link
:to="{ name: 'contact-gives' }"
class="block text-center text-md font-bold uppercase bg-slate-500 text-white px-2 py-3 rounded-md"
>
Show More Contacts&hellip;
</router-link>
</div>
<GiftedDialog