Cleaned up the menus. Added new options for max qry limits.
This commit is contained in:
@@ -64,7 +64,7 @@ let person_id_random_li: string[] = [];
|
||||
console.log('Edit the POC person for the session.');
|
||||
|
||||
let params = {
|
||||
qry__limit: $ae_sess.person.qry_max__people,
|
||||
qry__limit: $ae_sess.person.qry_limit__people,
|
||||
}
|
||||
|
||||
// $slct.person_obj_li = await core_func.handle_load_ae_obj_li__person({api_cfg: $ae_api, account_id: $slct.account_id, params: params});
|
||||
@@ -177,11 +177,11 @@ let person_id_random_li: string[] = [];
|
||||
|
||||
<label
|
||||
class="text-sm"
|
||||
for="qry_max__people">Max results:
|
||||
for="qry_limit__people">Max results:
|
||||
|
||||
<select
|
||||
id="qry_max__people"
|
||||
bind:value={$ae_sess.person.qry_max__people}
|
||||
id="qry_limit__people"
|
||||
bind:value={$ae_sess.person.qry_limit__people}
|
||||
on:change={() => {
|
||||
core_func.handle_load_ae_obj_li__person({
|
||||
api_cfg: $ae_api,
|
||||
@@ -189,7 +189,7 @@ let person_id_random_li: string[] = [];
|
||||
params: {
|
||||
'qry__enabled': 'enabled',
|
||||
'qry__hidden': 'not_hidden',
|
||||
'qry__limit': $ae_sess.person.qry_max__people,},
|
||||
'qry__limit': $ae_sess.person.qry_limit__people,},
|
||||
log_lvl: 1,
|
||||
})
|
||||
.then(function (load_results) {
|
||||
|
||||
@@ -69,7 +69,7 @@ $ae_loc.person.show_content__person_page_help = false;
|
||||
|
||||
<div
|
||||
class="core__person_view_menu {ae_snip.classes__core_menu}"
|
||||
class:border-none={!$ae_loc.person.show_content__person_page_help}
|
||||
class:border-gray-100={!$ae_loc.person.show_content__person_page_help}
|
||||
>
|
||||
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user