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:
@@ -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}`}
|
||||
|
||||
Reference in New Issue
Block a user