Codelabz
Codelabz copied to clipboard
[Fix]: Add Logout Confirmation Feature #1117
Description
This pull request introduces a new feature to enhance user experience by adding a confirmation dialog when the user clicks on the logout button.
Related Issue
Fixes #1117
Motivation and Context
How Has This Been Tested?
it is tested locally on my machine.
Screenshots or GIF (In case of UI changes):
https://github.com/scorelab/Codelabz/assets/135845175/343a61ef-ff36-44b6-8125-cb266d81a6ad
Types of changes
- [ ] Bug fix (non-breaking change which fixes an issue)
- [X] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
Checklist:
- [X] My code follows the code style of this project.
- [ ] My change requires a change to the documentation.
- [ ] I have updated the documentation accordingly.
- [ ] I have added tests to cover my changes.
- [X] All new and existing tests passed.