Enhance UI and functionality: Update main page layout, add contribution options in join form, and improve member dashboard display. Refactor API endpoints for member creation and login.

This commit is contained in:
Jennie Robinson Faber 2025-08-26 18:21:52 +01:00
parent 3ad127ed78
commit 6e7e27ac4e
8 changed files with 885 additions and 44 deletions

View file

@ -6,7 +6,7 @@
<template #title> Welcome back, {{ member?.name }}! </template>
</UDashboardHeader>
<UGrid :cols="2" class="gap-4">
<div class="grid grid-cols-1 md:grid-cols-2 gap-4">
<UCard>
<template #header>Your Circle</template>
<p class="text-xl font-semibold">{{ member?.circle }}</p>
@ -25,7 +25,7 @@
Adjust Contribution
</UButton>
</UCard>
</UGrid>
</div>
<UCard class="mt-6">
<template #header>Quick Links</template>