-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: Logout Confirmation Modal #2492
Comments
@lindapaiste Can I work on this? |
Good feature request @skbhagat0502 |
I would like to work on this please assign me this project |
I am not the one in charge so idk if @raclim has any thoughts about this. But it sounds fine to me if you want to put in a PR @skbhagat0502. |
@lindapaiste @raclim I am working on this. |
@raclim @lindapaiste please review this. |
@raclim @skbhagat0502 I would like to work on this issue. Is it still open? |
@raclim @lindapaiste Instead of making logout confirmation modal we can simply use confirm function for confirmation as it reduces code size. Also the confirmation of deletion of a sketch of user uses confirm function so we should go with it. If this is a good idea can I start working on this issue...? |
Thanks for raising this request! After giving this some thought, I don't think adding a confirmation modal on logout is necessary as it isn't a common design pattern. I'm going to close this issue and its associated PRs, but please feel free to check out other issues! |
Increasing Access
Benefits:
Feature request details
Description:
Currently, the website includes a logout button to allow users to sign out. To enhance the user experience and prevent accidental logouts, I propose the implementation of a logout confirmation modal.
Details:
Upon clicking the logout button, a modal should appear, asking the user to confirm their intention to log out. The modal should include a clear message such as "Are you sure you want to log out?" along with buttons for "Confirm" and "Cancel."
The text was updated successfully, but these errors were encountered: