Fix RSVP API calls and compact MemberCard UI design
All checks were successful
Build And Push Image / docker (push) Successful in 4m2s

This commit is contained in:
2025-08-13 14:02:29 +02:00
parent d215dfedc7
commit 3620bd8b53
5 changed files with 92 additions and 84 deletions

View File

@@ -1,5 +1,5 @@
<template>
<v-container fluid>
<v-container fluid class="pa-4">
<!-- Dues Payment Banner -->
<DuesPaymentBanner />
@@ -146,8 +146,9 @@
:key="member.Id"
cols="12"
sm="6"
md="4"
lg="3"
md="6"
lg="4"
xl="3"
>
<MemberCard
:member="member"