stack/apps
Mantra cfa6204c2d
Replace Web3Forms with internal feedback emails (#1244)
## Summary
- replace the dashboard feedback form's Web3Forms submission with an
authenticated internal backend endpoint
- send support and feature-request notifications through Stack Auth's
native internal email pipeline
- share internal project auth headers in the dashboard and add backend
E2E coverage for support feedback

## Testing
- pnpm typecheck
- pnpm lint -- "src/components/feedback-form.tsx"
"src/components/stack-companion/feature-request-board.tsx"

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

* **New Features**
* Internal feedback submission endpoint with automated internal email
notifications
* New internal email builder and sending utility; recipient list
configurable via env

* **Enhancements**
* Feedback form requires sign-in, disables submit when unauthenticated,
and tightens validation
  * Centralized header helper for authenticated internal requests
* Feature request board gates actions for signed-out users and improves
upvote/submit reliability
* Runtime retrieval/validation of the feature-tracking API key and
streamlined user handling

* **Tests**
* End-to-end tests covering internal feedback flows, validation, and
email delivery
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2026-03-23 17:07:37 -07:00
..
backend Replace Web3Forms with internal feedback emails (#1244) 2026-03-23 17:07:37 -07:00
dashboard Replace Web3Forms with internal feedback emails (#1244) 2026-03-23 17:07:37 -07:00
dev-launchpad chore: update package versions 2026-03-13 13:53:08 -07:00
e2e Replace Web3Forms with internal feedback emails (#1244) 2026-03-23 17:07:37 -07:00
hosted-components chore: update package versions 2026-03-13 13:53:08 -07:00
mock-oauth-server Turnstile integration for fraud protection (#1239) 2026-03-20 21:26:45 +00:00
oauth-mock-server In-source unit tests (#429) 2025-02-14 11:47:52 -08:00