feat: migration to Svelte 5

This commit is contained in:
Scott Idem
2025-11-19 12:38:03 -05:00
parent d99e9ee1b0
commit f25b9ccd8f
46 changed files with 9578 additions and 9095 deletions

View File

@@ -637,19 +637,21 @@ max-w-max -->
link_to_type="event"
link_to_id={$lq__event_obj?.event_id}
>
<span slot="label">
<div class="text-lg">
<span class="fas fa-upload"></span>
<strong class="">Upload global event files only!</strong>
</div>
<div class="text-sm text-gray-600 dark:text-gray-400 italic">
<strong>Global event files only</strong><br />
Recommended: PowerPoint (pptx) or Keynote (key)<br />
Media: Audio and videos files should be directly embedded in PowerPoint (PPTX)
files<br />
Supplemental files: mp4, PDF, Word Doc, Excel, txt, etc
</div>
</span>
{#snippet label()}
<span >
<div class="text-lg">
<span class="fas fa-upload"></span>
<strong class="">Upload global event files only!</strong>
</div>
<div class="text-sm text-gray-600 dark:text-gray-400 italic">
<strong>Global event files only</strong><br />
Recommended: PowerPoint (pptx) or Keynote (key)<br />
Media: Audio and videos files should be directly embedded in PowerPoint (PPTX)
files<br />
Supplemental files: mp4, PDF, Word Doc, Excel, txt, etc
</div>
</span>
{/snippet}
</Comp_event_files_upload>
<div class="overflow-x-auto w-max max-w-full">