Add dynamic meetup popup component and enrich map with detailed data

- Added `meetup-popup` Blade component to display detailed meetup information.
- Updated map markers to show custom popup HTML with event and contact links.
- Enhanced map query with additional fields and upcoming event details.
- Styled Leaflet popups for better appearance.
This commit is contained in:
HolgerHatGarKeineNode
2025-11-23 16:44:28 +01:00
parent af7a05e44c
commit ab32a4626f
3 changed files with 146 additions and 3 deletions

View File

@@ -64,3 +64,11 @@ select:focus[data-flux-control] {
/* \[:where(&)\]:size-4 {
@apply size-4;
} */
.leaflet-popup-content-wrapper {
background-color: #404040!important;
}
.leaflet-container a {
color: unset!important;
}