Karan Khatik
Karan Khatik
Purpose: Enhance email validation in the SignInUpForm component. Changes: - Implemented strict email format validation. - Disabled the "Continue" button until email validation is complete. - Displayed error messages for...
Issue: Long names in the Members table were overflowing, affecting the layout. Fix: - Trimmed long names with ellipses. - Added tooltips to display the full content on hover. -...
## Bug Description Explanation: 1. **Email Validation Not Strict Enough:** The current system allows invalid email formats, causing the API to be triggered unnecessarily. The system should only send API...