This PR improves the UI for liquidity purchases and swap-ins:
added a button in the liquidity screen that lets the user navigate to the swap-in details. This make the UI consistent with liquidity purchases triggered by a LN payment
swap-ins that create a new channel trigger a liquidity event that's a bit special, as it does not actually request any liquidity (in fact it requests 1 sat of liquidity, to respect the liquidity ads model). This is confusing. To fix this
"Automated liquidity" is renamed to "channel management" which is more generic and correct in more cases, and also matches the settings menu. It also avoids having to introduce the "liquidity" concept too early for new users.
the 1 sat liquidity amount is not displayed in the UI
Also, the PR updates to lightning-kmp 1.8.1 (which will include https://github.com/ACINQ/lightning-kmp/pull/709). This fixes an issue where the fees for swap-ins would be displayed twice: once in the related liquidity event, and once in the swap-in details.
This PR improves the UI for liquidity purchases and swap-ins:
added a button in the liquidity screen that lets the user navigate to the swap-in details. This make the UI consistent with liquidity purchases triggered by a LN payment
swap-ins that create a new channel trigger a liquidity event that's a bit special, as it does not actually request any liquidity (in fact it requests 1 sat of liquidity, to respect the liquidity ads model). This is confusing. To fix this
Also, the PR updates to lightning-kmp 1.8.1 (which will include https://github.com/ACINQ/lightning-kmp/pull/709). This fixes an issue where the fees for swap-ins would be displayed twice: once in the related liquidity event, and once in the swap-in details.