Shorten plenary stage layout copy.
Deploy Ladill Meet / deploy (push) Successful in 1m4s

Drop the strip-below explanation so plenary descriptions stay to the main stage message only.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-07-03 23:07:18 +00:00
co-authored by Cursor
parent 4af53f9374
commit 89e994ae05
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -2519,7 +2519,7 @@ function meetRoom() {
const spotlight = this.findSpeakerBySpotlightKey(this.resolveSpotlightKey());
if (spotlight) {
return `${spotlight.display_name} is on stage. Other speakers appear in the strip below.`;
return `${spotlight.display_name} is on stage.`;
}
return 'Choose who fills the stage from Stage layout or Spotlight on a speaker.';
+2 -2
View File
@@ -710,7 +710,7 @@
? 'border-sky-500/60 bg-sky-500/10 ring-1 ring-sky-500/40'
: 'border-slate-700/60 bg-slate-950/60 hover:border-slate-600'">
<p class="text-sm font-semibold text-white">Plenary</p>
<p class="mt-1 text-xs leading-relaxed text-slate-400">One main speaker fills the stage. Other speakers and attendees appear in the strip below.</p>
<p class="mt-1 text-xs leading-relaxed text-slate-400">One main speaker fills the stage.</p>
</button>
<button type="button" @click="selectStageLayout('panel')"
class="rounded-xl border p-4 text-left transition-colors"
@@ -723,7 +723,7 @@
</div>
<p x-show="stageLayout === 'plenary'" x-cloak class="mt-3 rounded-lg border border-sky-500/30 bg-sky-500/10 px-3 py-2 text-xs text-sky-100">
Plenary shows one speaker on the main stage. Everyone else appears in the strip below.
Plenary shows one speaker on the main stage.
</p>
<div x-show="stageLayout === 'plenary'" x-cloak class="mt-5 space-y-2">