I should have committed this earlier. Lots of changes to use LiveQuery and better menus.

This commit is contained in:
Scott Idem
2024-09-18 16:45:49 -04:00
parent fd152cc27e
commit 04b549b874
25 changed files with 654 additions and 619 deletions

View File

@@ -177,9 +177,10 @@ let events_local_data_struct: key_val = {
},
// Presentation Management (Distributing)
'pres_mgmt': {
// Presentation Management
pres_mgmt: {
sync_local_config: true,
lock_config: false,
datetime_format: 'datetime_12_long',
time_format: 'time_12_short',
@@ -203,7 +204,7 @@ let events_local_data_struct: key_val = {
show_content__launcher_link: false,
show_content__location_link: false,
show_content__location_qr: false,
show_content__presentation_description: false,
show_content__presentation_description: false, // Note that this is for *all* presentations in the user interface. It is a global setting.
show_content__presenter_page_help: true,
// show_content__presenter_start: false,
show_content__presenter_view: null,
@@ -379,8 +380,17 @@ let events_session_data_struct: key_val = {
'btn_10_license_rental': 'buy_btn_1OvrPs2gJkNsDuiN1nPkjPOM',
},
// Presentation Management (Distributing)
'pres_mgmt': {
// Presentation Management
pres_mgmt: {
// link: {
// ae_core: true,
// pres_mgmt__launcher_id: null, // event_location_id
// pres_mgmt__location_id: null, // event_location_id
// pres_mgmt__presenter_id: null, // event_presenter_id
// pres_mgmt__reports: null, // event_id
// pres_mgmt__session_id: null, // event_session_id
// pres_mgmt__session_search: null, // event_id
// },
// presenter__url_str: null,
presenter__updated_on: null,
session_updated_on: null,
@@ -397,6 +407,8 @@ let events_session_data_struct: key_val = {
show_content__agree_text: false,
show_content__presenter_start: false,
show_content__presentation_description: false, // Note that this is per presentation. The event_presentation_id_random should match.
show_report__presenters_agree: false,
show_report__recent_files: false,