Saving more notes.
This commit is contained in:
@@ -125,7 +125,7 @@
|
||||
<p>This location is currently disabled. Please contact the event organizer for more information.</p>
|
||||
</div>
|
||||
{:else}
|
||||
<div class="bg-surface-50-950 p-4 rounded-container-token shadow-sm border border-surface-200-800">
|
||||
<div class="bg-surface-50-950 p-4 rounded-xl shadow-sm border border-surface-200-800">
|
||||
<Location_view {lq__event_location_obj} />
|
||||
</div>
|
||||
|
||||
|
||||
@@ -206,7 +206,7 @@
|
||||
on_success={() => events_func.load_ae_obj_id__event_location({ api_cfg: $ae_api, event_location_id: $lq__event_location_obj?.event_location_id, log_lvl: 1 })}
|
||||
>
|
||||
<span
|
||||
class="text-sm text-gray-500 bg-yellow-100 p-1 rounded-md border border-yellow-200"
|
||||
class="text-xs preset-tonal-warning px-2 py-0.5 rounded-md leading-none"
|
||||
title="Location code {$lq__event_location_obj.code}"
|
||||
>
|
||||
<strong class="text-sm">code:</strong>
|
||||
@@ -298,7 +298,7 @@
|
||||
</button>
|
||||
|
||||
<pre
|
||||
class="whitespace-pre-wrap p-2 bg-gray-100 rounded-md"
|
||||
class="whitespace-pre-wrap p-3 bg-surface-100-900 rounded-lg text-sm"
|
||||
class:hidden={!$events_loc.pres_mgmt
|
||||
.show_content__location_description}>{$lq__event_location_obj.description}</pre>
|
||||
{:else}
|
||||
|
||||
@@ -591,20 +591,20 @@
|
||||
</h3>
|
||||
|
||||
<Comp_event_files_upload
|
||||
class_li="border border-gray-300 rounded-md p-2 bg-gray-100 hover:bg-gray-200"
|
||||
class_li="border border-surface-200-800 rounded-xl p-4 bg-surface-50-900 hover:bg-surface-100-900 transition-colors duration-200"
|
||||
link_to_type="event"
|
||||
link_to_id={$lq__event_obj?.event_id}
|
||||
>
|
||||
{#snippet label()}
|
||||
<span>
|
||||
<div class="text-lg">
|
||||
<span class="fas fa-upload"></span>
|
||||
<span class="fas fa-upload" aria-hidden="true"></span>
|
||||
<strong class=""
|
||||
>Upload global event files only!</strong
|
||||
>
|
||||
</div>
|
||||
<div
|
||||
class="text-sm text-gray-600 dark:text-gray-400 italic"
|
||||
class="text-sm opacity-60 italic"
|
||||
>
|
||||
<strong>Global event files only</strong><br />
|
||||
Recommended: PowerPoint (pptx) or Keynote (key)<br
|
||||
|
||||
@@ -428,21 +428,21 @@
|
||||
|
||||
{#if $ae_loc.public_access || $events_loc.auth__kv.presenter[$lq__event_presenter_obj?.event_presenter_id]}
|
||||
<Comp_event_files_upload
|
||||
class_li="border border-gray-300 rounded-md p-2 bg-gray-100 hover:bg-gray-200"
|
||||
class_li="border border-surface-200-800 rounded-xl p-4 bg-surface-50-900 hover:bg-surface-100-900 transition-colors duration-200"
|
||||
link_to_type="event_presenter"
|
||||
link_to_id={$lq__event_presenter_obj.event_presenter_id}
|
||||
>
|
||||
{#snippet label()}
|
||||
<span>
|
||||
<div class="text-lg">
|
||||
<span class="fas fa-upload"></span>
|
||||
<span class="fas fa-upload" aria-hidden="true"></span>
|
||||
<strong class=""
|
||||
>Upload presenter (speaker) specific
|
||||
files</strong
|
||||
>
|
||||
</div>
|
||||
<div
|
||||
class="text-sm text-gray-600 dark:text-gray-400 italic"
|
||||
class="text-sm opacity-60 italic"
|
||||
>
|
||||
<strong
|
||||
>Presentation related files only</strong
|
||||
@@ -516,7 +516,7 @@
|
||||
bind:open={$events_sess.pres_mgmt.show_modal__presenter_agree}
|
||||
autoclose={false}
|
||||
placement="top-center"
|
||||
class="bg-white dark:bg-gray-800 text-gray-800 dark:text-gray-200 rounded-lg border-gray-200 dark:border-gray-700 divide-gray-200 dark:divide-gray-700 shadow-md relative flex flex-col mx-auto w-full divide-y"
|
||||
class="shadow-md relative flex flex-col mx-auto w-full divide-y"
|
||||
>
|
||||
<Comp_event_presenter_form_agree {lq__event_presenter_obj} />
|
||||
|
||||
|
||||
@@ -176,7 +176,7 @@
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
<div class="bg-gray-100 p-4 border border-gray-200 rounded-md space-y-4">
|
||||
<div class="bg-surface-100-900 p-4 border border-surface-200-800 rounded-lg space-y-4">
|
||||
<Element_data_store
|
||||
ds_code="event_presenter_agree_text"
|
||||
ds_type="html"
|
||||
@@ -188,7 +188,7 @@
|
||||
class="text-lg border border-red-200 rounded-md bg-red-100 space-y-2"
|
||||
>
|
||||
<!-- Highlight the persons name, email, and that whole line. -->
|
||||
<p class="text-lg bg-yellow-100 p-2">
|
||||
<p class="text-lg preset-tonal-warning p-2 rounded-t-md">
|
||||
<strong
|
||||
>{$lq__event_presenter_obj.full_name} ({$lq__event_presenter_obj.email})</strong
|
||||
>
|
||||
|
||||
@@ -85,16 +85,7 @@
|
||||
</div>
|
||||
|
||||
<section
|
||||
class="
|
||||
ae_comp event_presenter_obj_li
|
||||
border-1 border-dashed border-y-transparent border-r-transparent
|
||||
sm:border-l-red-400 md:border-l-yellow-400 lg:border-l-gray-100
|
||||
sm:dark:border-l-red-600 md:dark:border-l-yellow-600 lg:dark:border-l-gray-700
|
||||
px-0.5 py-2 space-y-2
|
||||
min-w-full
|
||||
w-full
|
||||
container overflow-x-scroll {container_class_li}
|
||||
"
|
||||
class="ae_comp event_presenter_obj_li px-0.5 py-2 space-y-2 min-w-full w-full container overflow-x-auto {container_class_li}"
|
||||
>
|
||||
<h3
|
||||
class:hidden={$lq__event_presenter_obj_li?.length < 2 &&
|
||||
@@ -123,7 +114,7 @@
|
||||
</h3>
|
||||
|
||||
<!-- Show presenters for this LiveQuery -->
|
||||
<ul class="space-y-1 px-4 m-2 bg-gray-100 rounded-md">
|
||||
<ul class="space-y-1 px-4 m-2">
|
||||
{#each $lq__event_presenter_obj_li ?? [] as event_presenter_obj (event_presenter_obj.event_presenter_id)}
|
||||
<!-- This is a hack. I can not get the LiveQuery to work with specific presentation IDs. It only works with the session ID. I need to figure out how to get the presenters for the specific presentation. -->
|
||||
<!-- {#if event_presenter_obj.event_presentation_id == event_presentation_obj.event_presentation_id} -->
|
||||
|
||||
@@ -155,7 +155,7 @@
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
<div class="bg-gray-100 p-4 border border-gray-200 rounded-md space-y-4">
|
||||
<div class="bg-surface-100-900 p-4 border border-surface-200-800 rounded-lg space-y-4">
|
||||
<Element_data_store
|
||||
ds_code="event_session_poc_agree_text"
|
||||
ds_type="html"
|
||||
@@ -167,7 +167,7 @@
|
||||
class="text-lg border border-red-200 rounded-md bg-red-100 space-y-2"
|
||||
>
|
||||
<!-- Highlight the persons name, email, and that whole line. -->
|
||||
<p class="text-lg bg-yellow-100 p-2">
|
||||
<p class="text-lg preset-tonal-warning p-2 rounded-t-md">
|
||||
<strong
|
||||
>{$lq__event_session_obj.poc_person_full_name} ({$lq__event_session_obj.poc_person_primary_email})</strong
|
||||
> agrees to the following terms and conditions for the presentation:
|
||||
|
||||
Reference in New Issue
Block a user