the-tip-top-frontend/utils
soufiane d60c03cb0e feat: add real-time email validation on registration
- Add CHECK_EMAIL endpoint to constants
- Check email availability on blur
- Show validation status (loading, valid, exists)
- Block submission if email already exists
- Display DNS MX validation result

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-02 21:16:34 +01:00
..
constants.ts feat: add real-time email validation on registration 2025-12-02 21:16:34 +01:00
export.ts refactor: add more shared utilities and reduce duplication further 2025-11-30 23:39:01 +01:00
helpers.ts fix: remove Math.random() completely from generateId 2025-11-27 13:01:51 +01:00
theme.ts fix: reduce code duplication and add tests for SonarQube quality gate 2025-12-01 14:54:24 +01:00