Lots of style clean up for buttons in Novi. Various bug fixes. Clean up of initial recovery meeting loading.

This commit is contained in:
Scott Idem
2024-12-24 11:18:37 -05:00
parent 47394d67ca
commit f89183685a
17 changed files with 92 additions and 122 deletions

View File

@@ -29,9 +29,9 @@ export async function load({ params, parent }) { // route
api_cfg: ae_acct.api,
for_obj_type: 'account',
for_obj_id: account_id,
order_by_li: {'priority': 'DESC', 'sort': 'DESC', 'updated_on': 'DESC', 'created_on': 'DESC', 'name': 'ASC'},
qry_conference: false,
params: {qry__enabled: 'enabled', qry__hidden: 'not_hidden', qry__limit: 25},
limit: 25,
order_by_li: {'priority': 'DESC', 'sort': 'DESC', 'updated_on': 'DESC', 'created_on': 'DESC', 'name': 'ASC'},
try_cache: true,
log_lvl: log_lvl
});