-
-
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 sales submission #1473
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 code is generally well-written and follows good practices. However, there is a potential issue with the email validation. The regular expression used for email validation ( 📝📧❌ Powered by Code Review GPT |
🤖 I have created a release *beep* *boop* --- ## 0.0.96 (2023-10-24) ## What's Changed * feat: validate email and required question with react-hook-form by @matthieujacq in #1463 * feat: fetch security questions from CMS by @mamadoudicko in #1464 * feat: POST on /contact to contact quivr team by email by @matthieujacq in #1466 * feat: setup premium feature backend by @mamadoudicko in #1467 * feat: add sponsor and blog links by @mamadoudicko in #1472 * feat: contact sales submission by @matthieujacq in #1473 * feat(homepage): add analytics by @mamadoudicko in #1474 * fix: make use cases clickable by @mamadoudicko in #1475 * fix: update blog link position by @mamadoudicko in #1476 **Full Changelog**: v0.0.95...v0.0.96 --- 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.96 (2023-10-24) ## What's Changed * feat: validate email and required question with react-hook-form by @matthieujacq in QuivrHQ/quivr#1463 * feat: fetch security questions from CMS by @mamadoudicko in QuivrHQ/quivr#1464 * feat: POST on /contact to contact quivr team by email by @matthieujacq in QuivrHQ/quivr#1466 * feat: setup premium feature backend by @mamadoudicko in QuivrHQ/quivr#1467 * feat: add sponsor and blog links by @mamadoudicko in QuivrHQ/quivr#1472 * feat: contact sales submission by @matthieujacq in QuivrHQ/quivr#1473 * feat(homepage): add analytics by @mamadoudicko in QuivrHQ/quivr#1474 * fix: make use cases clickable by @mamadoudicko in QuivrHQ/quivr#1475 * fix: update blog link position by @mamadoudicko in QuivrHQ/quivr#1476 **Full Changelog**: QuivrHQ/quivr@v0.0.95...v0.0.96 --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Description
Epic: #1232
US: #1446
Send email address and message content to the backend. Display a loader in loading state and a toast message on error.