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

feat: alby go app #674

Merged
merged 4 commits into from
Sep 20, 2024
Merged

feat: alby go app #674

merged 4 commits into from
Sep 20, 2024

Conversation

reneaaron
Copy link
Contributor

@reneaaron reneaaron commented Sep 19, 2024

image

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?

@@ -77,6 +78,34 @@ function Home() {
</Card>
</ExternalLink>
)}

<ExternalLink to="https://www.albygo.com">
Copy link
Contributor

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 ?

frontend/src/screens/Home.tsx Outdated Show resolved Hide resolved
<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{" "}
Copy link
Contributor

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}`}>
Copy link
Contributor

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

@rolznz rolznz marked this pull request as ready for review September 20, 2024 17:03
Copy link
Contributor

@rolznz rolznz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tACK

@rolznz rolznz merged commit a8cc5d0 into master Sep 20, 2024
6 of 9 checks passed
@rolznz rolznz deleted the feat/alby-go-app branch September 20, 2024 17:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants