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: redesign first channel payment UI #819

Merged
merged 1 commit into from
Nov 27, 2024

Conversation

rolznz
Copy link
Contributor

@rolznz rolznz commented Nov 21, 2024

Fixes #723

Includes a link to @jpl-btc 's guide for people who do not know how to pay the invoice.

image

Bitcoin Connect is used in other places, however this is the most important place to improve. Bitcoin Connect should be removed in a follow-up PR.

@rolznz rolznz requested review from jpl-btc and im-adithya November 21, 2024 21:35
@@ -110,7 +110,7 @@ export function FirstChannel() {
{new Intl.NumberFormat().format(channelSize)} sats of incoming
Copy link
Contributor

Choose a reason for hiding this comment

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

Why is in the screenshot provided of this PR 100 sats instead of 100,000 sats in this phrase.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ah, when I was developing I mocked some values as the Megalith Mutinynet LSP service was down.

@rolznz rolznz merged commit 199f65f into master Nov 27, 2024
8 of 9 checks passed
@rolznz rolznz deleted the feat/first-channel-payment-redesign branch November 27, 2024 01:54
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.

Replace Bitcoin Connect with custom invoice payment component
2 participants