-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
feat: Contact form component #1453
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Risk Level 2 - /home/runner/work/quivr/quivr/frontend/app/contact/components/ContactForm.tsx The const handleSubmit = (event: React.FormEvent) => {
event.preventDefault();
// Submit form
}; Also, the form does not have an <form onSubmit={handleSubmit}>
...
</form> 🔒📧🔘 Powered by Code Review GPT |
2b35636
to
88bc451
Compare
Better display on mobile
2d27277
to
5b73f54
Compare
b1918e1
to
8b5c9b8
Compare
🤖 I have created a release *beep* *boop* --- ## 0.0.95 (2023-10-23) ## What's Changed * feat: homepage first section by @matthieujacq in #1439 * fix: show a flat gradient in the UseCase section by @matthieujacq in #1440 * style: update testimonials display by @mamadoudicko in #1441 * feat: fetch homepage data from CMS by @mamadoudicko in #1452 * feat: contact sales page (front layout) by @matthieujacq in #1451 * Fix: Improved Text Visibility in Dark Mode in OnboardingQuestion Component by @Dev-Dz27 in #1456 * feat(cms): added single video demo by @StanGirard in #1459 * feat: fetch demo video from CMS by @mamadoudicko in #1461 * feat: Contact form component by @matthieujacq in #1453 ## New Contributors * @Dev-Dz27 made their first contribution in #1456 **Full Changelog**: v0.0.94...v0.0.95 --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
🤖 I have created a release *beep* *boop* --- ## 0.0.95 (2023-10-23) ## What's Changed * feat: homepage first section by @matthieujacq in QuivrHQ/quivr#1439 * fix: show a flat gradient in the UseCase section by @matthieujacq in QuivrHQ/quivr#1440 * style: update testimonials display by @mamadoudicko in QuivrHQ/quivr#1441 * feat: fetch homepage data from CMS by @mamadoudicko in QuivrHQ/quivr#1452 * feat: contact sales page (front layout) by @matthieujacq in QuivrHQ/quivr#1451 * Fix: Improved Text Visibility in Dark Mode in OnboardingQuestion Component by @Dev-Dz27 in QuivrHQ/quivr#1456 * feat(cms): added single video demo by @StanGirard in QuivrHQ/quivr#1459 * feat: fetch demo video from CMS by @mamadoudicko in QuivrHQ/quivr#1461 * feat: Contact form component by @matthieujacq in QuivrHQ/quivr#1453 ## New Contributors * @Dev-Dz27 made their first contribution in QuivrHQ/quivr#1456 **Full Changelog**: QuivrHQ/quivr@v0.0.94...v0.0.95 --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Description
Only the form, no validation, no post to the server.
Screenshots (if appropriate):
🖥️ Desktop
After submitting:
📱 Mobile