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 routing to dashboard and create a basic Auth page #2

Closed
wants to merge 7 commits into from

Commits on Jul 10, 2022

  1. install react-router-dom

    Jay Mistry committed Jul 10, 2022
    Configuration menu
    Copy the full SHA
    095d20a View commit details
    Browse the repository at this point in the history
  2. Setup routing and protect dashboard home route

    Jay Mistry committed Jul 10, 2022
    Configuration menu
    Copy the full SHA
    ba9c5df View commit details
    Browse the repository at this point in the history
  3. add license comments

    Jay Mistry committed Jul 10, 2022
    Configuration menu
    Copy the full SHA
    4774218 View commit details
    Browse the repository at this point in the history
  4. handle 404 and remove console log

    Jay Mistry committed Jul 10, 2022
    Configuration menu
    Copy the full SHA
    1687aad View commit details
    Browse the repository at this point in the history
  5. use hoc instead of react-router

    Jay Mistry committed Jul 10, 2022
    Configuration menu
    Copy the full SHA
    ff6a241 View commit details
    Browse the repository at this point in the history
  6. Use dashboardAppPath as basename

    Jay Mistry committed Jul 10, 2022
    Configuration menu
    Copy the full SHA
    6fd950c View commit details
    Browse the repository at this point in the history
  7. use navigate for redirection

    Jay Mistry committed Jul 10, 2022
    Configuration menu
    Copy the full SHA
    8fc1f98 View commit details
    Browse the repository at this point in the history