The lobby's outer computer button says "Hide computer options" while its panel is open
So it reads apart from the Add button inside the panel. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Jm2auWk6RP71CjaAb4FMoG
This commit is contained in:
co-authored by
Claude Fable 5.1
parent
f7991ee64f
commit
23b4a7675e
@@ -2512,7 +2512,7 @@
|
|||||||
<button class="stamp" onclick={copyInvite}>{inviteCopied ? "Invite link copied" : "Copy invite link"}</button>
|
<button class="stamp" onclick={copyInvite}>{inviteCopied ? "Invite link copied" : "Copy invite link"}</button>
|
||||||
{#if net.you === net.hostId && net.players.length < 6}
|
{#if net.you === net.hostId && net.players.length < 6}
|
||||||
<button class="stamp" class:current={addingBot} onclick={() => (addingBot = !addingBot)} aria-expanded={addingBot}>
|
<button class="stamp" class:current={addingBot} onclick={() => (addingBot = !addingBot)} aria-expanded={addingBot}>
|
||||||
Add a computer wizard</button>
|
{addingBot ? "Hide computer options" : "Add a computer wizard"}</button>
|
||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
<details class="invite-fallback">
|
<details class="invite-fallback">
|
||||||
|
|||||||
Reference in New Issue
Block a user