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

Fixed logout view bugs, refactored w/hooks #4

Merged
merged 13 commits into from
Aug 7, 2019

Commits on Jul 26, 2019

  1. Refactored with hooks for clarity & brevity

    Nick Richmond committed Jul 26, 2019
    Configuration menu
    Copy the full SHA
    256bf92 View commit details
    Browse the repository at this point in the history
  2. Added navigation to the Callback

    Nick Richmond committed Jul 26, 2019
    Configuration menu
    Copy the full SHA
    c90ea07 View commit details
    Browse the repository at this point in the history
  3. Added homepage route to Account page

    Nick Richmond committed Jul 26, 2019
    Configuration menu
    Copy the full SHA
    1381a13 View commit details
    Browse the repository at this point in the history
  4. Removed (1) logout bugs (2) restricted globals

    Nick Richmond committed Jul 26, 2019
    Configuration menu
    Copy the full SHA
    96343b0 View commit details
    Browse the repository at this point in the history
  5. Update README.md

    NWRichmond authored Jul 26, 2019
    Configuration menu
    Copy the full SHA
    cd4f11b View commit details
    Browse the repository at this point in the history
  6. Update README.md

    NWRichmond authored Jul 26, 2019
    Configuration menu
    Copy the full SHA
    034ccb1 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2019

  1. Bug fix: checkSession for protected routes

    Nick Richmond committed Jul 27, 2019
    Configuration menu
    Copy the full SHA
    183f412 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ccce8b View commit details
    Browse the repository at this point in the history
  3. Upgraded gatsby (fix for hot-reloading w/hooks)

    Nick Richmond committed Jul 27, 2019
    Configuration menu
    Copy the full SHA
    7c5cd3f View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2019

  1. Removed explicit return from arrow function

    Nick Richmond committed Jul 28, 2019
    Configuration menu
    Copy the full SHA
    870f61a View commit details
    Browse the repository at this point in the history
  2. BUG FIX: State is updated if localStorage is unset

    Nick Richmond committed Jul 28, 2019
    Configuration menu
    Copy the full SHA
    e94a751 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2019

  1. Simplified and slimmed useEffect in SessionCheck

    Nick Richmond committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    708cc4e View commit details
    Browse the repository at this point in the history
  2. Destructured props in SessionCheck params

    Nick Richmond committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    44a2cd8 View commit details
    Browse the repository at this point in the history