vinsdragonis / Project-Nexus

A general-purpose blog website
https://projectnexus.netlify.app/
GNU General Public License v3.0
20 stars 16 forks source link

Enhance User Experience: Display Error Messages as Popups or Toast Notifications #506

Open swati082001 opened 11 hours ago

swati082001 commented 11 hours ago

Currently, error messages during registration/login are displayed below the button, which can sometimes be missed by the user. Also, the error message is not specific. We could also have a toast message for success message for few seconds before moving to a different page.

Suggested Solution I propose using toast notifications or popups to display error and success messages. These should:

Alternative

Additional context If this change is agreed upon, Iā€™d be happy to help implement it. @vinsdragonis Let me know your thoughts!

vinsdragonis commented 9 hours ago

Hi @swati082001 šŸ‘‹

Could you please clarify which version you are referring to? If you are talking about the hosted version, please note that the server application is currently not being actively maintained online. However, if you mean a locally run version, this issue has been reported several times but has not yet been resolved.

If you would like to help address this issue, you are welcome to contribute. Please include a screenshot of the work you have done to ensure that the pull request functions correctly and does not introduce any breaking changes.

Thank you!
@vinsdragonis