Time to wrap up. More style improvements.

This commit is contained in:
Scott Idem
2026-06-15 18:17:21 -04:00
parent 2f2e9d554a
commit 0954369ef0
2 changed files with 11 additions and 4 deletions

View File

@@ -46,6 +46,7 @@ import {
Archive, Archive,
FileText, FileText,
Info, Info,
Link,
ListChecks, ListChecks,
LoaderCircle, LoaderCircle,
Mail, Mail,
@@ -259,8 +260,13 @@ let presenter_is_authed = $derived(
)} )}
btn_text="Copy Access Link" btn_text="Copy Access Link"
btn_title="Copy the presenter access link to the clipboard." btn_title="Copy the presenter access link to the clipboard."
btn_class="btn btn-sm preset-tonal-warning hover:preset-filled-warning-500 border border-warning-500 hover:preset-filled-warning-500" btn_class="btn btn-sm preset-tonal-secondary hover:preset-filled-secondary-500 border border-secondary-500 hover:preset-filled-secondary-500"
></MyClipboard> hide_icon={true}
hide_text={true}
>
<Link size="1em" class="" />
Copy Link
</MyClipboard>
{/if} {/if}
{#if pres_mgmt_loc.current.show__email_access_link && ($lq__event_presenter_obj?.person_primary_email || $lq__event_presenter_obj?.email)} {#if pres_mgmt_loc.current.show__email_access_link && ($lq__event_presenter_obj?.person_primary_email || $lq__event_presenter_obj?.email)}
@@ -310,7 +316,8 @@ let presenter_is_authed = $derived(
}} }}
class="btn btn-sm preset-tonal-secondary border-secondary-500 hover:preset-filled-secondary-500 m-0.25 border" class="btn btn-sm preset-tonal-secondary border-secondary-500 hover:preset-filled-secondary-500 m-0.25 border"
title="Email the access link to the presenter"> title="Email the access link to the presenter">
<Mail size="1em" class="m-1" /> <Mail size="1em" class="" />
<Link size="1em" class="" />
Email Access Link Email Access Link
</button> </button>
{/if} {/if}

View File

@@ -465,7 +465,7 @@ async function send_poc_email_link() {
{#if $ae_loc.trusted_access && pres_mgmt_loc.current.show__copy_access_link && poc_sign_in_url} {#if $ae_loc.trusted_access && pres_mgmt_loc.current.show__copy_access_link && poc_sign_in_url}
<MyClipboard <MyClipboard
value={poc_sign_in_url} value={poc_sign_in_url}
btn_class="btn btn-sm preset-filled-surface-300-700 text-xs" btn_class="btn btn-sm preset-outlined-secondary-300-700 transition-all duration-200 preset-filled-secondary-50-950"
btn_text="" btn_text=""
btn_title="Copy the {pres_mgmt_loc.current.label__session_poc_name} sign-in link to the clipboard" btn_title="Copy the {pres_mgmt_loc.current.label__session_poc_name} sign-in link to the clipboard"
hide_icon={true} hide_icon={true}