Saving slow but steady progress

This commit is contained in:
Scott Idem
2025-06-19 16:06:21 -04:00
parent 38e88d7b27
commit f68a64b1f8
2 changed files with 6 additions and 6 deletions

View File

@@ -310,7 +310,7 @@ async function handle_search__event_presenter(
'qry__hidden': $events_loc.pres_mgmt.qry_hidden ?? 'not_hidden', 'qry__hidden': $events_loc.pres_mgmt.qry_hidden ?? 'not_hidden',
'qry__limit': $events_loc.pres_mgmt.qry_limit__presenters ?? 200, 'qry__limit': $events_loc.pres_mgmt.qry_limit__presenters ?? 200,
}, },
try_cache = true, // try_cache = true,
log_lvl = 0, log_lvl = 0,
}: { }: {
agree?: null|boolean, agree?: null|boolean,
@@ -321,7 +321,7 @@ async function handle_search__event_presenter(
// search_delay?: number, // In milliseconds // search_delay?: number, // In milliseconds
// max_tries?: number, // max_tries?: number,
params?: key_val, params?: key_val,
try_cache?: boolean, // try_cache?: boolean,
log_lvl?: number, log_lvl?: number,
} }
) { ) {
@@ -347,7 +347,7 @@ async function handle_search__event_presenter(
// external_event_id: $events_loc.pres_mgmt.default__external_registration_id, // external_event_id: $events_loc.pres_mgmt.default__external_registration_id,
order_by_li: order_by_li, order_by_li: order_by_li,
params: params, params: params,
try_cache: try_cache, // try_cache: try_cache,
log_lvl: log_lvl, log_lvl: log_lvl,
}) })
.then(function (search_results) { .then(function (search_results) {
@@ -642,7 +642,7 @@ async function handle_qry__event_session(
agree: $events_loc.pres_mgmt.rpt__presenter_agree ?? false, agree: $events_loc.pres_mgmt.rpt__presenter_agree ?? false,
ft_search_str: '', ft_search_str: '',
lk_search_str: '', lk_search_str: '',
log_lvl: log_lvl, log_lvl: 2,
}); });
$events_loc.pres_mgmt.show_report = 'presenters_agree'; $events_loc.pres_mgmt.show_report = 'presenters_agree';
}} }}

View File

@@ -127,14 +127,14 @@ let clipboard_success = $state(false);
Copy Biography Text Copy Biography Text
</button> --> </button> -->
<Clipboard <!-- <Clipboard
value={ae_tmp.biography?.trim()} value={ae_tmp.biography?.trim()}
bind:success={clipboard_success} bind:success={clipboard_success}
class="btn btn-sm preset-tonal-warning text-warning-500 float-right m-1" class="btn btn-sm preset-tonal-warning text-warning-500 float-right m-1"
title="Copy the session POC biography text to the clipboard." title="Copy the session POC biography text to the clipboard."
> >
{#if clipboard_success}Copied!{:else}Copy Biography Text{/if} {#if clipboard_success}Copied!{:else}Copy Biography Text{/if}
</Clipboard> </Clipboard> -->
<MyClipboard <MyClipboard
value={ae_tmp.biography?.trim()} value={ae_tmp.biography?.trim()}