feat: manual upload

This commit is contained in:
Arman
2025-02-11 17:02:35 +01:00
parent 6ee1294de9
commit 3426721f65
@@ -154,7 +154,7 @@
<Label>Files or folder</Label>
<Upload.Dropzone
bind:files
extensions={['.tar', '.zip', '.tar.gzip', '.tar.gz']}
extensions={['tar', 'zip', 'gzip', 'gz']}
on:change={handleChange}>
<Layout.Stack alignItems="center" gap="s">
<Layout.Stack
@@ -168,7 +168,7 @@
<Tooltip>
<Icon icon={IconInfo} size="s" />
<svelte:fragment slot="tooltip">
Only PNG, JPEG, PDF files allowed
Only zipped files allowed
</svelte:fragment>
</Tooltip>
</Layout.Stack>