-
Notifications
You must be signed in to change notification settings - Fork 1
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
Contact form #81
Contact form #81
Conversation
|
||
$: inputClasses = hasSubmittedFormAtLeastOnce ? invalidInputClasses : validInputClasses; | ||
const goToTop = async (_e: Event) => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure what else to do after a submit when they click "Thank you" card.
@@ -0,0 +1,6 @@ | |||
import { type ClassValue, clsx } from 'clsx'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this was lifted from bit-ui
20ca8ee
to
c7ba6b3
Compare
🚀 Preview deployment for this PR is going up! Remember you might need to hard refresh to get the new content. Preview URL: https://www.frequency.xyz/_pr/81/ |
🚀 Preview deployment for this PR is going up! Remember you might need to hard refresh to get the new content. Preview URL: https://www.frequency.xyz/_pr/81/ |
🚀 Preview deployment for this PR is going up! Remember you might need to hard refresh to get the new content. Preview URL: https://www.frequency.xyz/_pr/81/ |
🚀 Preview deployment for this PR is going up! Remember you might need to hard refresh to get the new content. Preview URL: https://www.frequency.xyz/_pr/81/ |
🚀 Preview deployment for this PR is going up! Remember you might need to hard refresh to get the new content. Preview URL: https://www.frequency.xyz/_pr/81/ |
🚀 Preview deployment for this PR is going up! Remember you might need to hard refresh to get the new content. Preview URL: https://www.frequency.xyz/_pr/81/ |
🚀 Preview deployment for this PR is going up! Remember you might need to hard refresh to get the new content. Preview URL: https://www.frequency.xyz/_pr/81/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me
# Description - Closes #56 --------- Co-authored-by: Wil Wade <wil.wade@projectliberty.io>
Description
Screenshot(s)
Type of change
#frequency-xyz
and remember that changes along the way triggerre-approval.)
How to Test?
Because the "goto" takes you to "/" which is frequency.xyz/ and not the PR link, to verify the form clearing behavior you can try it locally.
You also may need to allow site trackers.
a. scrolled to the top
b. if you scroll back down, the form should be cleared.
Checklist: