mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-app.git
synced 2025-12-13 23:56:47 +00:00
✨ Display attendee counts on meetup popups
- Added attendee and "maybe" attendee counts to the `meetup-popup` component for better event insights.
This commit is contained in:
@@ -31,6 +31,12 @@
|
||||
{{ $meetup->nextEvent['location'] }}
|
||||
</flux:text>
|
||||
@endif
|
||||
|
||||
<flux:text class="flex items-center gap-2 mt-2">
|
||||
<span class="text-xs text-zinc-200">{{ $meetup->nextEvent['attendees'] }} {{ __('Zusagen') }}</span>
|
||||
<flux:separator vertical/>
|
||||
<span class="text-xs text-zinc-200">{{ $meetup->nextEvent['might_attendees'] }} {{ __('Vielleicht') }}</span>
|
||||
</flux:text>
|
||||
</div>
|
||||
@endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user