Fix: Synchronize SvelteKit relay and enhance native command testing

- Updated electron_relay.ts with full Phase 3 command set (run_cmd_sync, kill_processes, get_device_info).
- Fixed 500 error in Event Location by standardizing enabled/hidden flags.
- Hardened native environment detection in root layout.
- Added Manual OS Command input to Launcher Configuration for Phase 3 testing.
This commit is contained in:
Scott Idem
2026-01-23 17:23:35 -05:00
parent efdf1188a6
commit f9f6d7f4f0
4 changed files with 61 additions and 65 deletions

View File

@@ -188,8 +188,8 @@ async function _handle_nested_loads(location_obj: any, { api_cfg, inc_file_li, i
inc_all_file_li: inc_all_file_li,
inc_presentation_li: true,
inc_presenter_li: true,
enabled: 'all',
hidden: 'all',
enabled: 'enabled',
hidden: 'not_hidden',
limit: 150,
log_lvl
});