feat: add user geolocation marker and auto-zoom to map based on search radius
Some checks failed
linter / quality (push) Has been cancelled
tests / ci (8.3) (push) Has been cancelled
tests / ci (8.4) (push) Has been cancelled
tests / ci (8.5) (push) Has been cancelled

This commit is contained in:
Ovidiu U
2026-04-07 20:21:31 +01:00
parent 0b26c4c257
commit 4e9b809a10
7 changed files with 883 additions and 36 deletions

View File

@@ -1,6 +1,6 @@
@props(['results' => []])
<div
x-data="stationMap(@entangle('results'))"
x-data="stationMap(@entangle('results'), @entangle('meta'), @entangle('radius'))"
class="h-56 w-full overflow-hidden border-y border-[#e5ded7] md:h-96"
></div>