Add share link button for room invites
- Add 🔗 button next to room code copy button - Copies full URL with ?room=XXXX parameter - On page load, pre-fills room code from URL param - Works with both logged-in users and guests - Cleans up URL after extracting room code Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -53,7 +53,10 @@
|
||||
<div class="room-code-banner">
|
||||
<span class="room-code-label">ROOM CODE</span>
|
||||
<span class="room-code-value" id="display-room-code"></span>
|
||||
<button class="room-code-copy" id="copy-room-code" title="Copy to clipboard">📋</button>
|
||||
<div class="room-code-buttons">
|
||||
<button class="room-code-copy" id="copy-room-code" title="Copy code">📋</button>
|
||||
<button class="room-code-copy" id="share-room-link" title="Copy link">🌐</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="waiting-layout">
|
||||
|
||||
Reference in New Issue
Block a user