All of the changes from today (Wednesday February 25, 2026) need to be reviewed. We spent over 6 hours trying to fix the page loading when viewing a fresh Session ID and Presentation ID. OpenAI and Gemini failed hard!!! I am at a lost and frustrated. I will probably need to deal with this myself. :-/
This commit is contained in:
@@ -86,7 +86,7 @@
|
||||
class="ae_menu__navigation_options flex flex-row flex-wrap gap-0.5 items-center justify-around"
|
||||
>
|
||||
<a
|
||||
href="/events/{events__session_search}"
|
||||
href="/events/{event_id}/pres_mgmt"
|
||||
class="btn btn-sm mx-1 ae_btn_info"
|
||||
class:hidden={!events__session_search}
|
||||
>
|
||||
@@ -103,9 +103,9 @@
|
||||
Back to Session
|
||||
</a>
|
||||
<a
|
||||
href="/events/{event_id}/launcher/{events__launcher_id}"
|
||||
href="/events/{event_id}/launcher{events__launcher_id ? '/' + events__launcher_id : ''}"
|
||||
class="btn btn-sm mx-1 ae_btn_info"
|
||||
class:hidden={!events__launcher_id}
|
||||
class:hidden={!event_id}
|
||||
>
|
||||
<span class="fas fa-plane m-1"></span>
|
||||
Launcher
|
||||
|
||||
Reference in New Issue
Block a user