Lot of updates to Svelte 5 syntax
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user