Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: TheDevPath/Navi
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: development
Choose a base ref
...
head repository: TheDevPath/Navi
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: redux
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 13 files changed
  • 1 contributor

Commits on Mar 22, 2018

  1. chore: Add dependencies and folder structure

    Add redux and preact-redux as client dependencies.
    Add '~/client/src/js/store' folder with respective initial redux related
    actions, reducer, and action-types files.
    jkwening committed Mar 22, 2018
    Configuration menu
    Copy the full SHA
    c55ac26 View commit details
    Browse the repository at this point in the history
  2. refact: Configure redux store

    Add base logic for redux store and hooking up to components.
    
    TODO - refactor specific components focusing on state shared across
    siblings: user location, sharing selected place detail, current url, and
    avail pane height after taking into account Navbar.
    jkwening committed Mar 22, 2018
    Configuration menu
    Copy the full SHA
    7af44e7 View commit details
    Browse the repository at this point in the history
  3. refact: Use redux search result to map

    Implemented initial code for use redux to store state needed for sibling
    components.
    jkwening committed Mar 22, 2018
    Configuration menu
    Copy the full SHA
    d7ecc8a View commit details
    Browse the repository at this point in the history
  4. style: Blank EOF line

    jkwening committed Mar 22, 2018
    Configuration menu
    Copy the full SHA
    140791a View commit details
    Browse the repository at this point in the history
  5. Merge pull request #277 from jkwening/redux-transition

    Redux transition
    jkwening authored Mar 22, 2018
    Configuration menu
    Copy the full SHA
    bb1d645 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2018

  1. merge: dc38a33

    jkwening committed Mar 24, 2018
    Configuration menu
    Copy the full SHA
    506c2f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    501b91b View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2018

  1. refact: Encapsulate map components into container

    Remove map component since unnecessary. Move all related code into the
    map container under `client/src/routes/map/index.js`.
    jkwening committed Mar 25, 2018
    Configuration menu
    Copy the full SHA
    ff83806 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #289 from jkwening/redux-leaflet-refactor

    Redux leaflet refactor
    jkwening authored Mar 25, 2018
    Configuration menu
    Copy the full SHA
    8345ad4 View commit details
    Browse the repository at this point in the history
Loading