Skip to content
This repository has been archived by the owner on Jun 23, 2023. It is now read-only.
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

Description

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

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions