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 application #100

Closed
wants to merge 21 commits into from

Conversation

aswallace
Copy link
Contributor

@aswallace aswallace commented May 14, 2024

Description

Added react-router v6 to the web app so that we will be able to have a separate route for the splash page

  • "/" currently routes to a blank placeholder page
  • "/app" routes to the actual app

Testing

Tested manually. As of opening this PR, have not yet added unit tests for the router. Unit tests and linting are currently failing, but seem to be unrelated to these changes.

closes #95

Copy link
Contributor

@pgarrison pgarrison left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps the failing build is because package.json was updated but package-lock.json wasn't?

aswallace added 2 commits May 20, 2024 11:29
…e/aics-fms-file-explorer-app into feature/add-routing-to-web
@aswallace
Copy link
Contributor Author

aswallace commented May 20, 2024

Branch got into rebase nightmare land; closing in favor of opening the splash page PR #107 which incorporates the same changes

@aswallace aswallace closed this May 20, 2024
@aswallace aswallace deleted the feature/add-routing-to-web branch May 20, 2024 18:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants