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:
Scott Idem
2026-02-25 18:34:21 -05:00
parent 17620b6fbc
commit 7b5c7528b6
22 changed files with 1674 additions and 2828 deletions

View File

@@ -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