Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

frontend/coins: improve sats amount formatting #2059

Merged
merged 1 commit into from Apr 27, 2023

Commits on Apr 27, 2023

  1. frontend/coins: create Amount component for amounts formatting

    Sats amounts were formatted without any kind of thousands separator,
    causing poor readability. This creates an `Amount` component, that
    contains the frontend formatting rules for all the coin/fiat amounts.
    
    Adds a rule to format sats amounts with styled html that separates
    thousands while allowing the user to select the whole amount by
    double-clicking.
    Beerosagos committed Apr 27, 2023
    Copy the full SHA
    64bf238 View commit details
    Browse the repository at this point in the history