show report attachments in admin ui
All checks were successful
deploy / build-and-deploy (/testvaro, /opt/website-test, website-test) (push) Successful in 22s
deploy / build-and-deploy (/varo, /opt/website, website) (push) Successful in 15s

This commit is contained in:
2025-06-22 16:29:48 +02:00
parent 1a81b5fb06
commit 9a6e44b2d5
8 changed files with 133 additions and 10 deletions

View File

@@ -3,7 +3,6 @@
import { allowedImageTypes, allowedVideoTypes } from '@util/media.ts';
// bindings
let containerElem: HTMLDivElement;
let hiddenFileInputElem: HTMLInputElement;
let previewDialogElem: HTMLDialogElement;
@@ -123,7 +122,6 @@
<!-- svelte-ignore a11y_no_static_element_interactions -->
<!-- svelte-ignore a11y_click_events_have_key_events -->
<div
bind:this={containerElem}
class="h-12 rounded border border-dashed flex cursor-pointer"
class:h-26={uploadFiles.length > 0}
dropzone="copy"