feat: edit page

This commit is contained in:
2025-06-11 17:53:55 +01:00
parent 2eceee2889
commit e2795ff257
5 changed files with 182 additions and 33 deletions

View File

@@ -8,9 +8,17 @@
minHeight?: string;
files?: FileList;
required?: boolean;
scrollPosition?: number;
}
let { name, height, minHeight, files = $bindable(), ...rest }: Props = $props();
let {
name,
height,
minHeight,
files = $bindable(),
scrollPosition = $bindable(),
...rest
}: Props = $props();
</script>
<label
@@ -34,6 +42,7 @@
}
files = dt.files;
}}
bind:scrollPosition
/>
{:else}
<div class="message">