Could not sleep. Working on the search for badges.

This commit is contained in:
Scott Idem
2025-10-07 03:25:02 -04:00
parent e1a04d5eda
commit b24262b4ab
6 changed files with 193 additions and 77 deletions

View File

@@ -90,7 +90,11 @@ let events_local_data_struct: key_val = {
// 'theme_name': 'wintry',
'fulltext_search_qry_str': null,
'search_badge_type_code': null,
'status_qry__search': null,
'use_id_li': true,
'search_status': null,
'search_complete': false,
'classes__form': 'border border-surface-200 p-4 space-y-4 rounded-container',
},
@@ -346,7 +350,11 @@ let events_session_data_struct: key_val = {
// Badge Printing
'badges': {
'fulltext_search_qry_str': null,
'search_badge_type_code': null,
'status_qry__search': null,
'use_id_li': true,
'search_status': null,
'search_complete': true,
show_form__search: true,
show_form__search_results: true,