comment anon

This commit is contained in:
Benjamin Takats
2022-12-21 14:58:41 +01:00
parent 50d65ad5e4
commit 38161bd19e
9 changed files with 135 additions and 92 deletions

View File

@@ -18,12 +18,17 @@
<div class="w-1/2">
<div class="rounded" wire:ignore>
@if($markers[0] ?? false)
<style>
.gnw-map-service {
z-index: 0 !important;
}
</style>
<div>
@map([
'lat' => $markers[0]['lat'],
'lng' => $markers[0]['lng'],
'zoom' => 12,
'markers' => $markers
'lat' => $markers[0]['lat'],
'lng' => $markers[0]['lng'],
'zoom' => 12,
'markers' => $markers
])
</div>
@endif

View File

@@ -41,10 +41,12 @@
<x-datetime-picker
label="{{ __('Date') }}"
placeholder="{{ __('Date') }}"
display-format="DD.MM.YYYY"
wire:model.defer="orangepill.date"
without-time
timezone="UTC"
user-timezone="{{ config('app.user-timezone') }}"
corner-hint="{{ __('When did you put bitcoin books in?') }}"
without-time
display-format="DD.MM.YYYY"
/>
</div>
<div class="col-span-6 sm:col-span-4">