Lot of updates to Svelte 5 syntax

This commit is contained in:
Scott Idem
2025-07-23 16:21:27 -04:00
parent 8504f4b79a
commit 4861ae0499
41 changed files with 998 additions and 1079 deletions

View File

@@ -667,31 +667,6 @@ async function handle_delete_event_presenter_obj({event_presenter_id, hosted_fil
</button>
</header>
<!-- {#if $slct.event_presenter_id && $ae_loc.mod.events.presenter_link}
<div class="flex justify-center">
<button
class="btn variant-soft-secondary"
use:clipboard={$ae_loc.mod.events.presenter_link}
>
<span class="fas fa-copy mx-1"></span>
Copy link for {$slct.event_presenter_id}
</button>
<button
class="btn variant-soft-secondary mx-1"
on:click={() => {
if (!confirm(`Are you sure you want to send this email to ${$slct.event_presenter_obj.email}?`)) {return false;}
}}
>
<span class="fas fa-paper-plane mx-1"></span>
Send Email
</button>
</div>
{/if} -->
<Tabs
justify="justify-center"
active="preset-tonal-primary border border-primary-500"