From 86896fa8c362ac6ba950f3ea24cd4212352350d6 Mon Sep 17 00:00:00 2001 From: Tyler Gillispie Date: Wed, 26 Aug 2026 19:40:30 -0700 Subject: [PATCH] fix(ui): ensure CLI row is always visible on event cards and expands full command into textarea --- ui/components/sessions/EventCockpitDeck.tsx | 54 +++++++++++++-------- 1 file changed, 35 insertions(+), 19 deletions(-) diff --git a/ui/components/sessions/EventCockpitDeck.tsx b/ui/components/sessions/EventCockpitDeck.tsx index 42ca49b..ce4eb2a 100644 --- a/ui/components/sessions/EventCockpitDeck.tsx +++ b/ui/components/sessions/EventCockpitDeck.tsx @@ -52,7 +52,7 @@ export const EventCockpitDeck = ({ eventPasses }: { eventPasses: any[] }) => { {/* Quick Copy Snippets */}
- + PIN: {
- + Link: @@ -95,25 +95,41 @@ export const EventCockpitDeck = ({ eventPasses }: { eventPasses: any[] }) => {
-
- - Show CLI 1-liner handoff +
+ + CLI: + + + curl -sSL {Deno.env.get("RP_ID") + ? `https://${Deno.env.get("RP_ID")}` + : ""}/join/{event.slug}?format=env | source /dev/stdin + + +
+ +
+ + ▸ Expand full CLI command -
- - curl -sSL {Deno.env.get("RP_ID") +