-
Notifications
You must be signed in to change notification settings - Fork 12
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
Nextjs #63
Open
JeffBaumgardt
wants to merge
80
commits into
main
Choose a base branch
from
nextjs
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Nextjs #63
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* converting contact to sign-up * color text light mode --------- Co-authored-by: mfolsom930 <[email protected]>
* Adding a responsive but non-functional event sign up form to the homepage. * Made some alignment changes to the form and made the featured event slightly larger. * Moved event signup form into event page and adjusted the styles for that layout. * Moved the signup form above the event write up. * Added in the structure of the API request from the current site and prepped as much as I could without the API token. Also switched out axios for use of fetch, but unable to troubleshoot until I'm able to successfully hit the API. * Removing the date of the event that was added to the title by mistake. * Adding nextjs API route to handle tito request. This commit has the first call in place, returning the next event slug, the virtual id, and the in person id. * Added functionality to register user, also changed tito api file name to tito-check-slug. * Added ticket link to UI * Added date check to form to only render the sign up form if the event is coming up. * Update pnpm lock * Removed unnecessary next.config line. * Adding prettier file * Remove async from checkSlug function since its already using promises. * Split out one API error into 2 and displayed these errors to the user if need be. Also changed an error throw to a console.error, so that a developer can troubleshoot an issue if need be. * Removed extra call to tito API by passing the event slug in the URL in the checkSlug call. * Removed checkSlug function from the event signup component and moved that functionality into /event/[slug]/page.js, then passed the event data into the event sign up component as a prop. * Made the fetch call in onSubmit async so that the loader on the register button would show when posting a registration. --------- Co-authored-by: Jeff Baumgardt <[email protected]>
Add a hover on speakers and orgs.
… to redeploy the site everytime I make a content change.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Very destructive merge. This overwrites everything from the remix site.