Revert: Legacy launcher link changes

Reverted changes to legacy launcher links in various components. These links are intentionally structured to work with nginx location aliases and should not be modified to conform to SvelteKit routing.
This commit is contained in:
Scott Idem
2025-11-13 19:15:55 -05:00
parent aef34dc79b
commit a87fa02bc6
3 changed files with 4 additions and 4 deletions

View File

@@ -255,7 +255,7 @@ let trigger_reload_session_id: string = $state('');
<span class="flex flex-row gap-0.5 items-center justify-center">
<a
data-sveltekit-preload-data="false"
href="/events/{session_obj?.event_id}/launcher/{session_obj?.event_location_id}"
href="/event/{session_obj?.event_id}/launcher/{session_obj?.event_location_id}"
class:hidden={hide__launcher_link_legacy && !($ae_loc.trusted_access && $ae_loc.edit_mode)}
class="btn btn-sm preset-tonal-secondary hover:preset-filled-secondary-500 transition-all group"
title={`Legacy Launcher (Flask): ${session_obj?.event_location_name}\n${session_obj?.event_location_id_random}`}