-
Notifications
You must be signed in to change notification settings - Fork 21
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
feat: alby go app #674
feat: alby go app #674
Conversation
frontend/src/screens/Home.tsx
Outdated
@@ -77,6 +78,34 @@ function Home() { | |||
</Card> | |||
</ExternalLink> | |||
)} | |||
|
|||
<ExternalLink to="https://www.albygo.com"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this go to /internal-apps/alby-go
?
<ul className="list-inside list-decimal"> | ||
<li>Download the app from the app store</li> | ||
<li> | ||
Create a new app connection for Alby Go by clicking on{" "} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"by clicking" sounds a bit strange.
can this not be just a button/link ? "Create a new app connection for Alby Go"
} | ||
description="" | ||
contentRight={ | ||
<Link to={`/apps/new?app=${app?.id}`}> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ideally we just show a qr code on the screen when you press this button rather than linking, so the user doesn't have to see all the wallet permissions options. But maybe we can do this as a second iteration
Co-authored-by: Michael Bumann <hello@michaelbumann.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tACK
Would actually be quite easy to create a dynamic page with some fallback (for the "how to connect" section) that does the same thing for all available apps. Not sure if we should take this other step right away, wdyt?