Minor changes to style and related for IDAA recovery meeting status

This commit is contained in:
Scott Idem
2025-02-04 12:34:49 -05:00
parent 75d7a502f0
commit ed89776a60
3 changed files with 11 additions and 3 deletions

View File

@@ -678,7 +678,7 @@ export class MySubClassedDexie extends Dexie {
constructor() {
super('ae_events_db');
this.version(4).stores({
this.version(5).stores({
events: `
id, event_id, event_id_random,
code,

View File

@@ -400,7 +400,7 @@ if (browser) {
<svelte:fragment slot="header">
<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}
<button
on:click={() => {
@@ -420,6 +420,14 @@ if (browser) {
<span class="fas fa-calendar-day m-1"></span>
{$lq__event_obj?.name ?? '-- not set'}
</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>
</svelte:fragment>

View File

@@ -54,7 +54,7 @@ onMount(() => {
</h3>
{#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>
Not Confirmed by IDAA
<!-- Unknown Status -->