Mostly style improvements in general and for LCI

This commit is contained in:
Scott Idem
2025-06-24 11:48:56 -04:00
parent d86558caa0
commit c47019ddba
8 changed files with 41 additions and 23 deletions

View File

@@ -363,10 +363,16 @@ html.trusted_access #appShell {
/* .ae_container_module_main { /* .ae_container_module_main {
@apply container; @apply container;
} */ } */
.ae_container_module_header { .ae_module_header {
/* LCI request 3a5997 */ /* LCI request 3a5997 */
/* bg-gray-300 */ /* bg-gray-300 */
@apply h2 text-center preset-tonal-primary rounded-md flex flex-row gap-0.25 items-center justify-between w-full p-1 px-2; @apply preset-tonal-surface rounded-md flex flex-row gap-0.25 items-center justify-between w-full p-1 px-2;
}
[data-theme='AE_c_LCI'] .ae_module_header {
/* LCI request 3a5997 */
/* bg-gray-300 */
@apply preset-tonal-primary;
} }
[data-theme='AE_c_LCI'] .ae_obj__event_presenter { [data-theme='AE_c_LCI'] .ae_obj__event_presenter {
@apply preset-filled-success-500; @apply preset-filled-success-500;

View File

@@ -126,7 +126,7 @@ const ae_app_local_data_defaults: key_val = {
primary_email: null, // The primary email of the logged-in person/user primary_email: null, // The primary email of the logged-in person/user
user_id: null, // The user ID of the logged-in user user_id: null, // The user ID of the logged-in user
qry_limit__people: 149, qry_limit__people: 150,
show_content__person_page_help: false, show_content__person_page_help: false,
}, },
@@ -368,7 +368,7 @@ let ae_app_session_data_defaults: key_val = {
'person': { 'person': {
show_report__person_li: false, show_report__person_li: false,
qry_limit__people: 99, qry_limit__people: 100,
}, },
show__modal_change_password: false, show__modal_change_password: false,

View File

@@ -42,6 +42,9 @@ if (log_lvl) {
<title>Core - {$ae_loc.title ?? 'Æ loading...'}</title> <title>Core - {$ae_loc.title ?? 'Æ loading...'}</title>
</svelte:head> </svelte:head>
<div
class="ae_core h-full max-h-full max-w-6xl overflow-auto flex flex-col gap-1 m-auto"
>
{#if $ae_loc?.manager_access === 'test-new-submenu'} {#if $ae_loc?.manager_access === 'test-new-submenu'}
<section <section
@@ -83,7 +86,12 @@ if (log_lvl) {
</section> </section>
{/if} {/if}
<section
class="main_content grow px-1 md:px-2 pb-28"
>
<!-- <div class="container m-auto"> -->
{@render children?.()}
<!-- </div> -->
</section>
<!-- <div class="container m-auto"> --> </div>
{@render children?.()}
<!-- </div> -->

View File

@@ -36,7 +36,7 @@ let person_id_random_li: string[] = [];
</script> </script>
<section class="ae_core md:container h-full mx-auto"> <section class="ae_core md:container mx-auto">
<h2 class="h3">Æ Core for {$ae_loc.account_name ?? 'Æ loading...'}</h2> <h2 class="h3">Æ Core for {$ae_loc.account_name ?? 'Æ loading...'}</h2>
@@ -205,14 +205,17 @@ let person_id_random_li: string[] = [];
<option value={50}>50</option> <option value={50}>50</option>
<option value={75}>75</option> <option value={75}>75</option>
<option value={100}>100</option> <option value={100}>100</option>
<option value={150}>150</option>
<option value={200}>200</option>
<option value={250}>250</option> <option value={250}>250</option>
<option value={400}>400</option>
<option value={500}>500</option> <option value={500}>500</option>
<option value={750}>750</option>
<option value={1000}>1000</option>
</select> </select>
</label> </label>
<div class=""> <div class="outline">
<!-- Count: {person_id_random_li?.length} --> <!-- Count: {person_id_random_li?.length} -->
<Comp_person_obj_tbl <Comp_person_obj_tbl
bind:person_id_random_li={person_id_random_li} bind:person_id_random_li={person_id_random_li}
@@ -224,7 +227,3 @@ let person_id_random_li: string[] = [];
</section> </section>
<style lang="postcss">
</style>

View File

@@ -421,7 +421,7 @@ max-w-max -->
{:else if $lq__event_obj?.enable || $ae_loc.trusted_access} {:else if $lq__event_obj?.enable || $ae_loc.trusted_access}
<!-- <header> --> <!-- <header> -->
<h2 class="ae_container_module_header"> <h2 class="ae_module_header h3">
<span <span
class="flex flex-row gap-1 items-center" class="flex flex-row gap-1 items-center"
> >

View File

@@ -121,9 +121,9 @@ let lq__auth__event_presenter_obj = $derived(liveQuery(async () => {
{:else if $lq__event_presenter_obj?.enable || $ae_loc.trusted_access} {:else if $lq__event_presenter_obj?.enable || $ae_loc.trusted_access}
<h2 class="h2 text-center rounded-md p-1 px-2 bg-gray-300 flex flex-row flex-wrap gap-0.25 items-center justify-between w-full"> <h2 class="ae_module_header h4">
<span <span
class="flex flex-row gap-1 items-center" class="flex flex-row flex-wrap gap-1 items-center justify-center"
> >
<span class="fas fa-user m-1"></span> <span class="fas fa-user m-1"></span>
<!-- Button to toggle between the regular presenter view and managing presenter files --> <!-- Button to toggle between the regular presenter view and managing presenter files -->

View File

@@ -176,9 +176,9 @@ onMount(() => {
{:else if $lq__event_session_obj?.enable || $ae_loc.trusted_access} {:else if $lq__event_session_obj?.enable || $ae_loc.trusted_access}
<h2 class="h2 text-center rounded-md p-1 px-2 bg-gray-300 flex flex-row flex-wrap gap-0.25 items-center justify-between w-full"> <h2 class="ae_module_header h4">
<span <span
class="flex flex-row gap-1 items-center" class="flex flex-row flex-wrap gap-1 items-center justify-center"
> >
<!-- <span class="fas fa-calendar-day m-1"></span> --> <!-- <span class="fas fa-calendar-day m-1"></span> -->
<span class="fas fa-chalkboard-teacher m-1"></span> <span class="fas fa-chalkboard-teacher m-1"></span>
@@ -216,11 +216,14 @@ onMount(() => {
</button> </button>
</span> </span>
<span class="flex flex-row flex-wrap gap-1 items-center justify-end text-right">
<span class="max-w-xs sm:max-w-lg md:max-w-2xl">
{@html $lq__event_session_obj?.name ?? ae_snip.html__not_set} {@html $lq__event_session_obj?.name ?? ae_snip.html__not_set}
</span>
{#if !$events_loc.pres_mgmt?.hide__session_code && $lq__event_session_obj.code || $ae_loc.edit_mode} {#if !$events_loc.pres_mgmt?.hide__session_code && $lq__event_session_obj.code || $ae_loc.edit_mode}
<span <span
class="badge text-sm preset-tonal-tertiary flex flex-col gap-0.25" class="badge text-sm preset-tonal-tertiary flex flex-col gap-0.25 max-w-fit"
title="Session code {$lq__event_session_obj.code}" title="Session code {$lq__event_session_obj.code}"
> >
<span> <span>
@@ -230,6 +233,7 @@ onMount(() => {
{$lq__event_session_obj.code} {$lq__event_session_obj.code}
</span> </span>
{/if} {/if}
</span>
</h2> </h2>
<Element_data_store <Element_data_store

View File

@@ -199,6 +199,7 @@ let ae_triggers: key_val = $state({});
{ae_util.iso_datetime_formatter(session_obj?.start_datetime,'date_long_month_day')} {ae_util.iso_datetime_formatter(session_obj?.start_datetime,'date_long_month_day')}
</span> </span>
</span> </span>
</td>
<td> <td>
<span class="flex flex-col items-center md:flex-row md:items-start md:text-center max-w-36 text-xs lg:text-sm"> <span class="flex flex-col items-center md:flex-row md:items-start md:text-center max-w-36 text-xs lg:text-sm">
{#if session_obj?.start_datetime} {#if session_obj?.start_datetime}
@@ -271,14 +272,14 @@ let ae_triggers: key_val = $state({});
<span class="flex flex-col items-start lg:flex-row lg:items-center lg:justify-between text-xs lg:text-sm"> <span class="flex flex-col items-start lg:flex-row lg:items-center lg:justify-between text-xs lg:text-sm">
{#if session_obj?.poc_person_full_name} {#if session_obj?.poc_person_full_name}
<span style="break-inside: avoid;" class=""> <span style="break-inside: avoid;" class="">
<span class="fas fa-user mx-1"></span> <span class="fas fa-user m-0.25 text-xs text-surface-800-200"></span>
{session_obj?.poc_person_full_name} {session_obj?.poc_person_full_name}
</span> </span>
<!-- <br> --> <!-- <br> -->
{#if $ae_loc.trusted_access && session_obj?.poc_person_primary_email} {#if $ae_loc.trusted_access && session_obj?.poc_person_primary_email}
<span style="break-inside: avoid;" class="text-xs"> <span style="break-inside: avoid;" class="text-xs">
<a href="mailto:{session_obj?.poc_person_primary_email}" class="hover:underline"> <a href="mailto:{session_obj?.poc_person_primary_email}" class="hover:underline">
<span class="fas fa-envelope mx-1"></span> <span class="fas fa-envelope m-0.25 text-xs text-surface-800-200"></span>
{session_obj?.poc_person_primary_email} {session_obj?.poc_person_primary_email}
</a> </a>
</span> </span>
@@ -287,7 +288,7 @@ let ae_triggers: key_val = $state({});
{@html ae_snip.html__not_set} {@html ae_snip.html__not_set}
{/if} {/if}
{#if $ae_loc.trusted_access} {#if $ae_loc.administrator_access}
{#if session_obj?.event_session_id_random == $events_slct.event_session_id && ae_tmp[$events_slct.event_session_id] && ae_tmp[$events_slct.event_session_id].show__edit_poc_person} {#if session_obj?.event_session_id_random == $events_slct.event_session_id && ae_tmp[$events_slct.event_session_id] && ae_tmp[$events_slct.event_session_id].show__edit_poc_person}
<Element_ae_crud <Element_ae_crud