meetup events filters added

This commit is contained in:
Benjamin Takats
2022-12-12 20:23:43 +01:00
parent e18c352f7b
commit 3b11af3d40
15 changed files with 180 additions and 16 deletions

View File

@@ -0,0 +1 @@
<x-button amber wire:click="meetupEventSearch({{ $row->id }})">Termine anzeigen ({{ $row->meetup_events_count }})</x-button>

View File

@@ -0,0 +1,5 @@
<div>
<a href="{{ $row->link }}" target="_blank">
<x-badge>{{ $row->link }}</x-badge>
</a>
</div>

View File

@@ -0,0 +1,6 @@
<div class="flex items-center space-x-2">
<img class="h-12" src="{{ $row->getFirstMediaUrl('logo', 'thumb') }}" alt="{{ $row->name }}">
<div>
{{ $row->name }}
</div>
</div>