-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
(NOTE: This issue is a migrated issue from the old git instance)
The easiest way to share the room code is by copy/pasting the magic link. This link is in the header/navbar, but it's not immediately obvious to players/hosts that the link exists.
It has functionality to show a tooltip, revealed with the below code snippet, but isn't super mobile-friendly, nor does it disappear on it's own...
if ($('#magic_link')) {
if ("{{ game.round }}" == "1") {
$('#magic_link').tooltip('show');
}
}
My initial plan included showing that just for the host, and just if it's round 1, but it's still not really ideal.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request