+
Skip to content

add tooltip in qrcode of login bunker #626

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 25, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion src/app/views/LoginBunker.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
import Anchor from "src/partials/Anchor.svelte"
import FlexColumn from "src/partials/FlexColumn.svelte"
import Heading from "src/partials/Heading.svelte"
import Popover from "src/partials/Popover.svelte"
import {env} from "src/engine"
import {boot} from "src/app/state"

Expand Down Expand Up @@ -99,7 +100,12 @@
<Anchor underline modal href="/help/remote-signers">What's a signer?</Anchor>
</p>
{#if url}
<QRCode code={url} />
<Popover triggerType="mouseenter">
<div slot="trigger">
<QRCode code={url} />
</div>
<div slot="tooltip">Click to copy the connection string to your signer app</div>
</Popover>
{/if}
<Input bind:value={input} placeholder="bunker://..." disabled={loading}>
<i slot="before" class="fa fa-box" />
Expand Down
点击 这是indexloc提供的php浏览器服务,不要输入任何密码和下载