More work on the posters and Websockets
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user