Skip to content
This repository has been archived by the owner on Jun 23, 2023. It is now read-only.

[Suggestion] Fiat Balance When Hovering Over Max Send/Receive Amounts #431

Open
athena-alpha opened this issue Sep 24, 2022 · 0 comments
Open

Comments

@athena-alpha
Copy link

In the Lightning Node (LND) app, when you hover over the balances of the Bitcoin / Lighting / Total amounts it gives you a fiat conversion.

This would be handy to also have when you hover over the "Max Send/Receive" amounts in the "Summary" component. Basically just add this:

  <div
    v-b-tooltip.hover.right
    :title="walletBalanceInSats | satsToUSD"
    v-if="walletBalance !== -1"
  >
@athena-alpha athena-alpha changed the title Fiat Balance When Hovering Over Max Send/Receive Amounts [Suggestion] Fiat Balance When Hovering Over Max Send/Receive Amounts Sep 24, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant