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

feat: Customise the last buy price removing threshold #206

Merged
merged 19 commits into from
Jul 7, 2021

Commits on May 29, 2021

  1. Configuration menu
    Copy the full SHA
    6de3986 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    474ee24 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2021

  1. Done almost every comment.

    -Indenting
    -Renaming to lastBuyPriceRemoveThreshold
    -Fixing ${maxPurchaseAmount} where it shouldn't be
    -Setting -1 to lastBuyPriceRemoveThreshold default value.
    -Removing non-sense comments that I've made
    pedrohusky committed May 30, 2021
    Configuration menu
    Copy the full SHA
    7534773 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d57bc10 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2021

  1. - Fixed comments,

    - description,
    - last buy remove threshold now appears in symbol settings (frontend arrow),
    -Using destructing assignment,
    -removed .vscode from gitignore, sorry
    pedrohusky committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    4acd231 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d7afb8 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2021

  1. Can sell now calculates last buy remove threshold;

    Now last buy remove threshold appears in symbol 'configuration arrow' in frontend;
    Sorry for the wait.
    pedrohusky committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    88fabcc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c951b3 View commit details
    Browse the repository at this point in the history
  3. fix

    pedrohusky committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    c5e657e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e1d7ba6 View commit details
    Browse the repository at this point in the history
  5. fixed comment

    pedrohusky committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    bec5b63 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2021

  1. Configuration menu
    Copy the full SHA
    bcd6082 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2021

  1. Configuration menu
    Copy the full SHA
    ae031f0 View commit details
    Browse the repository at this point in the history
  2. Fixed lint

    chrisleekr committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    80805b2 View commit details
    Browse the repository at this point in the history
  3. Updated Setting UI

    chrisleekr committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    0fba006 View commit details
    Browse the repository at this point in the history
  4. Updated Setting UI

    chrisleekr committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    cb98a86 View commit details
    Browse the repository at this point in the history
  5. Fixed lint

    chrisleekr committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    6316a87 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2021

  1. Added tests

    chrisleekr committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    7619a48 View commit details
    Browse the repository at this point in the history
  2. Updated CHANGELOG.md

    chrisleekr committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    36619c1 View commit details
    Browse the repository at this point in the history