Skip to content

Magic Links aren't obvious #10

@cazier

Description

@cazier

(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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions