fix(launcher): resolve session selection hang and reactive header sync

- Optimized session navigation by switching from static data_url to reactive $page.url.\n- Fixed selection hang when entering the Launcher without an initial session ID.\n- Synchronized global header and idle logic with derived layout observables.\n- Streamlined prop passing to ensure clean state transitions during session switching.
This commit is contained in:
Scott Idem
2026-02-10 18:49:31 -05:00
parent d300825312
commit 72abd8034e
2 changed files with 1 additions and 2 deletions

View File

@@ -519,7 +519,6 @@
class:hidden={$events_loc.launcher.hide__launcher_menu}
>
<Launcher_menu
data_url={data.url}
{lq__event_obj}
{lq__event_event_file_obj_li}
{lq__location_event_file_obj_li}

View File

@@ -60,7 +60,7 @@
slct__event_presentation_li: null
});
let hover_timer_wait = 750;
let hover_timer_wait = 1250;
let hover_timer: any = $state(null);
$effect(() => {