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 transaction filters - Closes #32 #211

Merged
merged 9 commits into from
Jan 18, 2018
Merged

Commits on Jan 16, 2018

  1. Add missing address prop to Transactionlist

    Gina Contrino committed Jan 16, 2018
    Configuration menu
    Copy the full SHA
    a12fa03 View commit details
    Browse the repository at this point in the history
  2. Add transaction filters

    Gina Contrino committed Jan 16, 2018
    Configuration menu
    Copy the full SHA
    032a978 View commit details
    Browse the repository at this point in the history
  3. Refactor and make improvements

    Gina Contrino committed Jan 16, 2018
    Configuration menu
    Copy the full SHA
    6ea3510 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2018

  1. Add integration test for filter

    Gina Contrino committed Jan 17, 2018
    Configuration menu
    Copy the full SHA
    197d6d3 View commit details
    Browse the repository at this point in the history
  2. Reset filter on route change instead of on unmount

    Gina Contrino committed Jan 17, 2018
    Configuration menu
    Copy the full SHA
    b906def View commit details
    Browse the repository at this point in the history
  3. Refactor and rename

    Gina Contrino committed Jan 17, 2018
    Configuration menu
    Copy the full SHA
    07bd944 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2018

  1. Refactor filters using middleware

    Gina Contrino committed Jan 18, 2018
    Configuration menu
    Copy the full SHA
    8a3b2a8 View commit details
    Browse the repository at this point in the history
  2. Set filter right away to the redux store

    .. to make switching transactions filter more responsive on slow
    network connection
    slaweet committed Jan 18, 2018
    Configuration menu
    Copy the full SHA
    57e66a4 View commit details
    Browse the repository at this point in the history
  3. Set # of transactions loaded from transactions componemt to 25

    ... to make it consistent with 25 used in  transactions middleware
    and avoid e2e test failing randomly
    slaweet committed Jan 18, 2018
    Configuration menu
    Copy the full SHA
    c8f9b35 View commit details
    Browse the repository at this point in the history