get10101 / 10101-PoC

The world needs more Lightning!
MIT License
17 stars 3 forks source link

Disable channel actions until it is usable #485

Closed bonomat closed 1 year ago

bonomat commented 1 year ago

We should not allow any actions on the channel (CFD, payments) until it is actually usable.

bonomat commented 1 year ago

I've started with this and added the API but it's not being used yet in the frontend. Feel free to pick it up and continue: https://github.com/itchysats/10101/compare/feat/usable-channel?expand=1

bonomat commented 1 year ago

https://github.com/itchysats/10101/pull/496 adds already the functionality we need. Next step is to simply disable the buttons in the frontend.