shesha-io / shesha-framework

An open-source Low-Code development framework for .NET developers. Create .NET based business applications with 80% less code.
https://shesha.io
Apache License 2.0
314 stars 48 forks source link

Forgot Password and Register in Dialogue boxes instead of a new screen #1449

Open AlexanderSlavchovUX opened 3 weeks ago

AlexanderSlavchovUX commented 3 weeks ago

Is it possible to create a dialogue box that pops up over the login screen similar to the example in the High Fidelity design?

Here is the Figma design Sign Up Example

Our current implementation navigates us to a entirely new screen, it feels smoother and more natural for a dialogue box to pop up over the login screen since the fields for both Forgot Password and Register are quite few. Once a user has signed up/reset password they are back at the login screen.

Here is the current implementation: forgotpass

@Lukeybooi advised that this was done due to this being the standard on Admin Portal, I'm making the ticket so we can discuss this with @ihouvet and then we can make a decision after.

Lukeybooi commented 3 weeks ago

Hi @AlexanderSlavchovUX I've updated the UI for Forgot Password. The Registration should be configurable.

hlayisanimazuze commented 3 weeks ago

Hi @Lukeybooi , the requirement was to create a dialogue box that pops up over the login screen instead of navigating to a page. I know there's a card to allow the login to be configurable, won't that be handled with that implementation?

As it stands, the forgot password still navigates to a page instead of a dialog image