ui:big ui update

refreshed the ui by making the map full screen and adding the finds as a
side-sheet on top of the map.
This commit is contained in:
2025-11-17 10:46:17 +01:00
parent ae339d68e1
commit 08f7e77a86
10 changed files with 90 additions and 439 deletions

View File

@@ -13,7 +13,7 @@
bind:ref
data-slot="sheet-overlay"
class={cn(
'fixed inset-0 z-50 bg-black/50 data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:animate-in data-[state=open]:fade-in-0',
'fixed inset-0 z-[9998] bg-black/50 data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:animate-in data-[state=open]:fade-in-0',
className
)}
{...restProps}