Skip to content
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

fix: make friends & family alby account instructions more clear #632

Merged
merged 3 commits into from
Sep 12, 2024
Merged
Show file tree
Hide file tree
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
19 changes: 14 additions & 5 deletions frontend/src/screens/internal-apps/UncleJim.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ export function UncleJim() {
onChange={(e) => setName(e.target.value)}
required
autoComplete="off"
placeholder="John Galt"
/>
</div>
<LoadingButton loading={isLoading} type="submit">
Expand Down Expand Up @@ -170,9 +169,10 @@ export function UncleJim() {
if they don't have one yet.
</p>
<p className="text-muted-foreground text-sm mb-5">
2. Send {name} the below link which will link the new wallet
to their Alby Account. Do not to share this publicly as it
contains the connection secret for their wallet.
2. Send {name} the below URL which when they open it in their
browser, will automatically connect the new wallet to their
Alby Account. Do not to share this publicly as it contains the
connection secret for their wallet.
</p>
<div className="flex gap-2">
<Input
Expand All @@ -186,9 +186,18 @@ export function UncleJim() {
variant="outline"
>
<CopyIcon className="w-4 h-4 mr-2" />
Copy
Copy URL
</Button>
</div>
<Alert className="mt-5">
<AlertTriangleIcon className="h-4 w-4" />
<AlertTitle>Managing multiple Alby accounts</AlertTitle>
<AlertDescription>
In case you are managing multiple alby accounts from the
same device, we recommend to use multiple browsers (or
browser profiles).
</AlertDescription>
</Alert>
</AccordionContent>
</AccordionItem>
<AccordionItem value="extension">
Expand Down
241 changes: 0 additions & 241 deletions frontend/src/screens/internal-apps/UncleJimApp.tsx

This file was deleted.

Loading