multiverseweb / Dataverse

This software is currently under development. It can be used to visualise data into various forms of plots ranging from primary to advanced level. It can also be used as a finance tracker.
https://multiverse-dataverse.netlify.app
MIT License
41 stars 109 forks source link

[Website] Show custom modals instead of default alert() #341

Open amin-xiv opened 1 day ago

amin-xiv commented 1 day ago

Have an idea for a new feature? Please fill out the sections below. 😊

Current Behaviour

Currently, the user gets a basic alert, in the case of login/signup success and when the user enters wrong credentials. (ex: non-matching passwords, email from an unknown provider..etc_)

Proposed Solution

I would like to make the website show custom modals instead of the default alert, in the login and signup pages, when the signup/login succeeded, or when the user for example inputs 2 non-matching passwords or an email address from untrusted providers.

Screenshot/Mockup (Optional)

Alternatives Considered

Additional Context

Requirement/Document

amin-xiv commented 15 hours ago

@multiverseweb I'm currently working on this, and I have found out that the signup page lacks some error checking and some over all requirements, so I will work on this too.