Ride-The-Lightning / RTL

Ride The Lightning - A full function web browser app for LND, C-Lightning and Eclair
MIT License
743 stars 160 forks source link

Add Fees policy column into channels table (Better: cofigurable columns in tables) #678

Open ghost opened 3 years ago

ghost commented 3 years ago

Is your feature request related to a problem? Please describe. I need to see overview of the state of ma channels. As peers change their fees often it is inconvenient to click through all the channels to see all fees.

Describe the solution you'd like Add columns for channel fees into channels table. Or better: add configuration, that allow user to select columns that they are interested in.

Into this table (/rtl/lnd/connections/channels/open): image

Describe alternatives you've considered Click through all channels and get remote fee policy one by one

Additional context Also fees are not present in CVS export. It may be good to add it there as well

cvx35isl commented 10 months ago

yep, I am all for that.

currently I resort to the summary plugin of C(ore)-Lightningd to see what my fees are as table. But this does not show the remote fee. So a Fees column showing both would be perfect.