Open Issues Need Help
View All on GitHub [BUG] Signup form does not validate email format about 3 hours ago
AI Summary: The signup form on the web dashboard currently lacks client-side email format validation, allowing users to submit invalid emails. This leads to a poor user experience as the backend rejects these requests without immediate frontend feedback. The proposed solution is to implement Zod validation in `src/pages/Signup.jsx` to display an error message and prevent form submission for invalid email formats.
Complexity:
1/5
bug good first issue frontend
[BUG] Folder component cards cut off by header section on mobile about 3 hours ago
bug good first issue frontend