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

Show fractional shares for advanced traders #2463

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Commits on Feb 12, 2024

  1. fix formatMoneyWithDecimals

    use getMoneyNumber before formatting
    Bohaska committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    70a13db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a42e4f3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    180c32d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2754497 View commit details
    Browse the repository at this point in the history
  5. Fix formatMoneyWithDecimals

    I accidentally rounded values before adding decimals...
    Bohaska committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    acaafed View commit details
    Browse the repository at this point in the history
  6. Use truncation instead of toFixed for formatMoneyWithDecimals

    toFixed rounds instead of truncating
    Bohaska committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    5da6ec2 View commit details
    Browse the repository at this point in the history