Updates to show/hide some reports

This commit is contained in:
Scott Idem
2025-05-16 11:46:04 -04:00
parent 49139b3a1f
commit cc354100ae

View File

@@ -566,8 +566,8 @@ async function handle_qry__event_session(
})
$events_loc.pres_mgmt.show_report = 'sessions_poc_agree';
}}
class="btn btn-sm variant-ghost-success hover:variant-filled-success transition-all m-1"
class:hidden={!$events_loc.pres_mgmt?.require__session_agree}
class="btn btn-sm variant-ghost-success hover:variant-filled-success transition-all m-1"
title="Show POCs who have agreed to session terms and conditions."
>
{#if $events_sess.pres_mgmt?.show_report == 'sessions_poc_agree' && $events_sess.pres_mgmt.status_rpt[$events_sess.pres_mgmt?.show_report] == 'loading'}
@@ -597,6 +597,7 @@ async function handle_qry__event_session(
});
$events_loc.pres_mgmt.show_report = 'session_no_bio';
}}
class:hidden={$lq__event_obj?.mod_pres_mgmt_json?.hide__report_kv.session_no_bio}
class="btn btn-sm variant-ghost-success hover:variant-filled-success transition-all m-1"
title="Show sessions without POC bios."
>
@@ -643,6 +644,7 @@ async function handle_qry__event_session(
});
$events_loc.pres_mgmt.show_report = 'presenters_agree';
}}
class:hidden={!$events_loc.pres_mgmt?.require__presenter_agree}
class="btn btn-sm variant-ghost-success hover:variant-filled-success transition-all m-1"
title="Show presenters who have agreed to present."
>
@@ -676,6 +678,7 @@ async function handle_qry__event_session(
});
$events_loc.pres_mgmt.show_report = 'presenters_biography';
}}
class:hidden={$lq__event_obj?.mod_pres_mgmt_json?.hide__report_kv.presenter_no_bio}
class="btn btn-sm variant-ghost-success hover:variant-filled-success transition-all m-1"
title="NOT READY YET: Show presenters with bios."
>