Storz
Storz copied to clipboard
Aniket/logout modal
Description
Successfully added the logout Modal which popups when Logout button is clicked asking the user if he wants to logout or not ?
Fixes # (issue)
Type of change
- [x] New feature (non-breaking change which adds functionality)
- The Popup Modal is an additional functionality .
- The conflicts arrived during has been resolved and they doesn't break the code.
Checklist:
- [x] My code follows the style guidelines of this project
- [x] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [x] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] New and existing unit tests pass locally with my changes
- [ ] Any dependent changes have been merged and published in downstream modules
Hey, the color of the button text and the font style is not according to the UI. Please fix those.
Current:
Required:
Why did you expose the API keys? It should be kept empty. Kindly go through our main branch to check the content of the .env.example
Yeahh I did it by mistake . I'll remove them
Hey, you forgot to remove the API keys from the server/.env.example also. Also, try to follow the style guidelines.
I'm just First timer in hacktoberfest. Sorry for the inconvenience . I've removed the keys from both the files . Also When the popup Appears. I'm not able to make the background a bit transparent . Do tell if i've to make anymore improvements in my PR.
I've changed the background also for when the popup appears . You can check it for potential mistakes 😅
@Sneakad Done . Does it looks fine now ?
@anomic30 @Sneakad any further updates for me?