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

add kagi chart #93

Merged
merged 21 commits into from
Feb 26, 2021
Merged

add kagi chart #93

merged 21 commits into from
Feb 26, 2021

Commits on Feb 24, 2021

  1. add kagi chart

    still need to add ability to define custom reversal amounts from config
    file and in the GUI
    tarkah committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    3df051d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95fd7d8 View commit details
    Browse the repository at this point in the history
  3. add chart_type option

    tarkah committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    ad77716 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2021

  1. add chart configuration widget

    tarkah committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    7fe2da5 View commit details
    Browse the repository at this point in the history
  2. add high low for kagi

    tarkah committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    c329ade View commit details
    Browse the repository at this point in the history
  3. add kagi options to config

    tarkah committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    8f8eab9 View commit details
    Browse the repository at this point in the history
  4. allow reversals per time frame

    tarkah committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    9b97edd View commit details
    Browse the repository at this point in the history
  5. fix single / none match

    tarkah committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    194a064 View commit details
    Browse the repository at this point in the history
  6. fix clippy

    tarkah committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    f23d705 View commit details
    Browse the repository at this point in the history
  7. update CHANGELOG

    tarkah committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    244ed46 View commit details
    Browse the repository at this point in the history
  8. add support for < & >

    this doesn't work currently, but no reason to redo it when
    #95 needs to be merged first
    and we can rebase the proper change to that
    tarkah committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    a08a020 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2021

  1. Configuration menu
    Copy the full SHA
    9a9dfc3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5c5f79 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8199a62 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b1e0880 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f8427be View commit details
    Browse the repository at this point in the history
  6. intuitive keybindings (#104)

    * use more intuitive keybindings
    
    up/down or tab/backtab to switch widgets
    
    left/right to choose options
    
    * increase info/error message box to contain all entries
    miraclx committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    f57481b View commit details
    Browse the repository at this point in the history
  7. disable q:quit with kagi config pane open (#102)

    * disable q:quit with kagi config pane open
    
    * reassign q binding to close kagi config pane
    miraclx committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    4029b46 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    565e45c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d8eb556 View commit details
    Browse the repository at this point in the history
  10. allow chart scroll with side pane open (#106)

    * allow scrolling chart while on chart config pane
    
    * allow scrolling chart while on options pane
    miraclx committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    b5bd99e View commit details
    Browse the repository at this point in the history