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 URL Routing #52 #58

Closed
wants to merge 1 commit into from
Closed

Add URL Routing #52 #58

wants to merge 1 commit into from

Conversation

eddiesarevalo
Copy link
Member

Added react router to simulate pages and allow navigation button use.

resolves #52

-Added react router to simulate pages and allow navigation button use.
@eddiesarevalo eddiesarevalo added the enhancement New feature or request label Jun 8, 2021
@eddiesarevalo eddiesarevalo added this to the 09.Valerie.Brisco milestone Jun 8, 2021
@@ -100,111 +102,112 @@ const SearchResults = () => {
// }, [props.data, props.table]);

return (
<>
<div>
results
Copy link
Contributor

@c-suh c-suh Jun 21, 2021

Choose a reason for hiding this comment

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

I'm assuming the word "results" is a forgotten placeholder?

@c-suh
Copy link
Contributor

c-suh commented Jun 21, 2021

@eddiesarevalo other than the one line about which I commented above, this looks good! I will remind @tloubrieu-jpl at the next meeting about open pull requests as he is the one with write access and can approve merging.

@jordanpadams jordanpadams requested a review from c-suh June 22, 2021 17:48
@jordanpadams
Copy link
Member

@eddiesarevalo are you able to address the one comment @c-suh raised above?

@tloubrieu-jpl tloubrieu-jpl removed the enhancement New feature or request label Jun 30, 2021
@tloubrieu-jpl
Copy link
Member

Merged in branch routing-fixes

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.

Implement URL handling to reflect "pages"
4 participants