Skip to content

feat: improve first channel screen UI#1925

Merged
rolznz merged 13 commits intomasterfrom
feat/first-channel-screen-improvements
Nov 20, 2025
Merged

feat: improve first channel screen UI#1925
rolznz merged 13 commits intomasterfrom
feat/first-channel-screen-improvements

Conversation

@rolznz
Copy link
Copy Markdown
Contributor

@rolznz rolznz commented Nov 19, 2025

Fixes #1877

Also a minor fix to remove hard-coding of channel duration for manual LSP channels.

image image

@rolznz rolznz requested a review from reneaaron November 19, 2025 16:49
@rolznz
Copy link
Copy Markdown
Contributor Author

rolznz commented Nov 19, 2025

@reneaaron to test the free channel payment method you can hardcode it e.g.

const { data: _lspChannelOffer } = useLSPChannelOffer();
  const lspChannelOffer = {
    ..._lspChannelOffer,
    currentPaymentMethod: "included",
  };

Note: in mutinynet, the current payment method is always prepaid e.g. Alby never pays for the channel.

Copy link
Copy Markdown
Contributor

@reneaaron reneaaron left a comment

Choose a reason for hiding this comment

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

utACK

@rolznz rolznz merged commit 0e8a420 into master Nov 20, 2025
11 checks passed
@rolznz rolznz deleted the feat/first-channel-screen-improvements branch November 20, 2025 14:49
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.

First channel screen improvements

2 participants