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

Menu on Main #161

Merged
merged 4 commits into from
Feb 13, 2024
Merged

Menu on Main #161

merged 4 commits into from
Feb 13, 2024

Conversation

jackconwayiv
Copy link
Collaborator

welcomenavbar
welcome hamburger

Pulls welcome page user tasks into separate components (join sing-along, view/add wish list, view/create songbook, view/create sing-along)

Copy link
Owner

@samdatkins samdatkins left a comment

Choose a reason for hiding this comment

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

One change I'd recommend, rest looks good!

path="/live/"
element={<WelcomePage asyncUser={asyncUser} songbooks={songbooks} />}
>
<Route path="/live/" element={<WishlistForm />} />
Copy link
Owner

Choose a reason for hiding this comment

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

I think this makes the path for wishlist /live/live... though maybe not since you're using an absolute path. For readability I would remove the path and instead just use index (no value needed, it'll default to true)

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Thank you!

@jackconwayiv jackconwayiv merged commit 03cc774 into main Feb 13, 2024
1 check passed
@jackconwayiv jackconwayiv deleted the mainburger branch February 13, 2024 17:05
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.

2 participants