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: cssmonkey/user-management
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: cssmonkey/user-management
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: development
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 17 commits
  • 59 files changed
  • 1 contributor

Commits on Mar 3, 2021

  1. Feature/jest config (#1)

    * add config files for jest and basic test
    
    * reinstall husky
    
    * install pretty-quick
    
    * trying to trigger husky precommit hook
    
    * install v4 husky
    cssmonkey authored Mar 3, 2021
    Configuration menu
    Copy the full SHA
    1aa65ef View commit details
    Browse the repository at this point in the history
  2. Feature/tailwind css (#2)

    * add tailwind for styling
    
    * correct dir name typo
    cssmonkey authored Mar 3, 2021
    Configuration menu
    Copy the full SHA
    ea9d07b View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2021

  1. Feature/redux state (#3)

    * working on adding userProfile slice to state
    
    * lint errors
    
    * omit App tests until mockstore is added
    cssmonkey authored Mar 9, 2021
    Configuration menu
    Copy the full SHA
    3e97907 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2021

  1. add store to test (#4)

    cssmonkey authored Mar 19, 2021
    Configuration menu
    Copy the full SHA
    6c2ce5d View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2021

  1. Feature/user header component (#5)

    * display user header once fetchUser fufilled
    
    * renderConnected utility function, UserHeader component
    cssmonkey authored Apr 13, 2021
    Configuration menu
    Copy the full SHA
    48d210b View commit details
    Browse the repository at this point in the history
  2. add directory aliases (#6)

    cssmonkey authored Apr 13, 2021
    Configuration menu
    Copy the full SHA
    9fb9709 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f507e50 View commit details
    Browse the repository at this point in the history
  4. add more tests (#8)

    cssmonkey authored Apr 13, 2021
    Configuration menu
    Copy the full SHA
    8c4e603 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6f5680d View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2021

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

Commits on Apr 26, 2021

  1. Configuration menu
    Copy the full SHA
    2ebecb7 View commit details
    Browse the repository at this point in the history
  2. Create node.js.yml

    cssmonkey authored Apr 26, 2021
    Configuration menu
    Copy the full SHA
    df480aa View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2021

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

Commits on Apr 28, 2021

  1. Configuration menu
    Copy the full SHA
    f134c5f View commit details
    Browse the repository at this point in the history
  2. add some tests to state

    cssmonkey committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    feb2c54 View commit details
    Browse the repository at this point in the history
  3. update readme

    cssmonkey committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    83191c8 View commit details
    Browse the repository at this point in the history
  4. update readme

    cssmonkey committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    7fa1941 View commit details
    Browse the repository at this point in the history
Loading