Minor changes to style and related for IDAA recovery meeting status
This commit is contained in:
@@ -678,7 +678,7 @@ export class MySubClassedDexie extends Dexie {
|
|||||||
|
|
||||||
constructor() {
|
constructor() {
|
||||||
super('ae_events_db');
|
super('ae_events_db');
|
||||||
this.version(4).stores({
|
this.version(5).stores({
|
||||||
events: `
|
events: `
|
||||||
id, event_id, event_id_random,
|
id, event_id, event_id_random,
|
||||||
code,
|
code,
|
||||||
|
|||||||
@@ -400,7 +400,7 @@ if (browser) {
|
|||||||
<svelte:fragment slot="header">
|
<svelte:fragment slot="header">
|
||||||
|
|
||||||
<div class="flex flex-row items-center justify-between w-full">
|
<div class="flex flex-row items-center justify-between w-full">
|
||||||
<h3 class="text-lg font-semibold">
|
<h3 class="text-lg font-semibold text-center">
|
||||||
{#if $ae_loc.trusted_access || $lq__event_obj?.external_person_id === $idaa_loc.novi_uuid || $lq__event_obj?.contact_li_json[0].email === $idaa_loc.novi_email}
|
{#if $ae_loc.trusted_access || $lq__event_obj?.external_person_id === $idaa_loc.novi_uuid || $lq__event_obj?.contact_li_json[0].email === $idaa_loc.novi_email}
|
||||||
<button
|
<button
|
||||||
on:click={() => {
|
on:click={() => {
|
||||||
@@ -420,6 +420,14 @@ if (browser) {
|
|||||||
<span class="fas fa-calendar-day m-1"></span>
|
<span class="fas fa-calendar-day m-1"></span>
|
||||||
{$lq__event_obj?.name ?? '-- not set'}
|
{$lq__event_obj?.name ?? '-- not set'}
|
||||||
</h3>
|
</h3>
|
||||||
|
{#if $lq__event_obj?.status == 'unknown'}
|
||||||
|
<span class="badge badge-warning variant-glass-error" title="This meeting has not been confirmed by IDAA Central Office. Please reach out to the chair for current meeting list info. Meeting attendees can reach out to info@idaa.org if they know this is information is accurate and this meeting is still taking place.">
|
||||||
|
<span class="fas fa-exclamation-triangle m-1"></span>
|
||||||
|
Not Confirmed by IDAA
|
||||||
|
<!-- Unknown Status -->
|
||||||
|
<span class="fas fa-exclamation-triangle m-1"></span>
|
||||||
|
</span>
|
||||||
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
</svelte:fragment>
|
</svelte:fragment>
|
||||||
|
|
||||||
|
|||||||
@@ -54,7 +54,7 @@ onMount(() => {
|
|||||||
</h3>
|
</h3>
|
||||||
|
|
||||||
{#if idaa_event_obj?.status == 'unknown'}
|
{#if idaa_event_obj?.status == 'unknown'}
|
||||||
<span class="badge badge-warning" title="This meeting has not been confirmed by IDAA Central Office. Please reach out to the chair for current meeting list info. Meeting attendees can reach out to info@idaa.org if they know this is information is accurate and this meeting is still taking place.">
|
<span class="badge badge-warning variant-glass-error" title="This meeting has not been confirmed by IDAA Central Office. Please reach out to the chair for current meeting list info. Meeting attendees can reach out to info@idaa.org if they know this is information is accurate and this meeting is still taking place.">
|
||||||
<span class="fas fa-exclamation-triangle m-1"></span>
|
<span class="fas fa-exclamation-triangle m-1"></span>
|
||||||
Not Confirmed by IDAA
|
Not Confirmed by IDAA
|
||||||
<!-- Unknown Status -->
|
<!-- Unknown Status -->
|
||||||
|
|||||||
Reference in New Issue
Block a user