Description:
Currently, after a user sign up, all responses (success or error messages) are displayed using alert() windows. This interrupts the flow and does not look very professional.
Proposed Solution:
- Replace alert() popups with modern, non-blocking UI notifications (toast messages, inline banners, or modal confirmations).
- Ensure that the message styling is consistent with the platform’s UI theme.
- Differentiate visually between success (✅) and error/warning (⚠️) messages.
💡 Good First Issue: Great for contributors who enjoy frontend work, styling, and working with dynamic data.
Description:
Currently, after a user sign up, all responses (success or error messages) are displayed using alert() windows. This interrupts the flow and does not look very professional.
Proposed Solution:
💡 Good First Issue: Great for contributors who enjoy frontend work, styling, and working with dynamic data.