Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

feat: channel visualization #498

Merged
merged 6 commits into from
Jun 25, 2024
Merged

feat: channel visualization #498

merged 6 commits into from
Jun 25, 2024

Conversation

reneaaron
Copy link

@reneaaron reneaaron commented Jun 24, 2024

TODO:

  • Add fee reserves
  • Add fields for other implementations (LND, etc)

image

@reneaaron reneaaron marked this pull request as ready for review June 25, 2024 13:13
@rolznz
Copy link
Collaborator

rolznz commented Jun 25, 2024

Sometimes the values are hard to read now (at 1x zoom)

Copy link
Collaborator

@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

@@ -506,10 +547,23 @@ export default function Channels() {
</TableCell>
<TableCell>{formatAmount(capacity)} sats</TableCell>
<TableCell>
{formatAmount(channel.remoteBalance)} sats
{channel.unspendablePunishmentReserve} sats
Copy link
Collaborator

Choose a reason for hiding this comment

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

@reneaaron should we format the amount here?

Copy link
Collaborator

Choose a reason for hiding this comment

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

done

@rolznz rolznz merged commit 7d47058 into master Jun 25, 2024
4 of 6 checks passed
@rolznz rolznz deleted the feat/channel-list branch June 25, 2024 14:20
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants