getumbrel / umbrel-dashboard

[Deprecated] Moved to https://github.com/getumbrel/umbrel/tree/master/packages/dashboard. Web-based dashboard to interact with your Umbrel.
https://github.com/getumbrel/umbrel/tree/master/packages/dashboard
Other
132 stars 69 forks source link

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

Open athena-alpha opened 1 year ago

athena-alpha commented 1 year ago

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"
  >