More work on the posters and Websockets

This commit is contained in:
Scott Idem
2025-10-13 17:19:32 -04:00
parent de071dae49
commit 8f7c1bf428
7 changed files with 108 additions and 52 deletions

View File

@@ -382,7 +382,10 @@ let events_session_data_struct: key_val = {
event_file_open: {}, // This is from the older Launcher.
native: {
},
modal__open: false,
modal__title: '',
modal__open_event_file_id: false,
modal__event_file_obj: null,
loading__session_li_status: null,
loading__session_id_status: null,

View File

@@ -23,12 +23,12 @@ interface Props {
let {
log_lvl = 0,
ws_connect = false,
ws_connect = $bindable(false),
ws_connect_status = $bindable(null),
ws_server = 'dev-api.oneskyit.com',
base_url = `wss://${ws_server}/ws`,
group_id = $bindable('ae-grp-99'),
client_id = Date.now(),
client_id = $bindable(Date.now()),
cmd = $bindable(null),
msg = $bindable(null),
type = null,