You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix Unicode character support and form validation feedback
- Support international characters (accents, apostrophes) in names
- Update regex to use Unicode letter/number patterns (\p{L}, \p{N})
- Add explicit dangerous character blacklist for security
- Add JavaScript escaping helper for Alpine.js x-data attributes
- Return HTML error messages instead of JSON for better UX
- Add WebSocket error messaging for real-time validation feedback
- Create reusable ErrorDisplay component for consistent error UI
- Add GetClient method to Hub for targeted error messaging
- Comprehensive test coverage for French, German, Spanish, and other international names
0 commit comments