I should have committed this earlier. Lots of changes to use LiveQuery and better menus.
This commit is contained in:
@@ -553,8 +553,8 @@ async function handle_search__event_session(
|
||||
{/if}
|
||||
{/await} -->
|
||||
|
||||
count: {$lq_kv__event_session_obj_li?.length}???
|
||||
count ids: {event_session_id_random_li?.length ?? 'nothing???'}???
|
||||
<!-- count: {$lq_kv__event_session_obj_li?.length}???
|
||||
count ids: {event_session_id_random_li?.length ?? 'nothing???'}??? -->
|
||||
|
||||
<!-- {#if $events_slct.event_session_obj_li?.length && $events_slct.event_session_obj_li?.length == event_session_id_random_li?.length} -->
|
||||
{#if $lq_kv__event_session_obj_li && $lq_kv__event_session_obj_li?.length > 0 && event_session_id_random_li && event_session_id_random_li?.length > 0}
|
||||
@@ -562,12 +562,12 @@ count ids: {event_session_id_random_li?.length ?? 'nothing???'}???
|
||||
<div class="sm:bg-red-200 md:bg-yellow-200 lg:bg-white">
|
||||
<Comp_event_session_obj_li
|
||||
lq__event_session_obj_li={lq_kv__event_session_obj_li}
|
||||
event_session_id_random_li={event_session_id_random_li}
|
||||
hide__session_location={$events_loc.pres_mgmt.hide__session_location}
|
||||
hide__session_poc={$events_loc.pres_mgmt.hide__session_poc}
|
||||
show__launcher_link={$ae_loc.manager_access || $ae_loc.administrator_access && $events_loc.pres_mgmt.show__launcher_link}
|
||||
show__launcher_link_legacy={$ae_loc.manager_access || $ae_loc.trusted_access && $events_loc.pres_mgmt.show__launcher_link_legacy}
|
||||
show__location_link={$events_loc.pres_mgmt.show_content__location_link}
|
||||
log_lvl={log_lvl}
|
||||
/>
|
||||
</div>
|
||||
{:else}
|
||||
|
||||
Reference in New Issue
Block a user