-
-
Notifications
You must be signed in to change notification settings - Fork 184
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
Profile dialog box #881
Profile dialog box #881
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you Palakkgoyal! for creating this pull request and contributing to Dummygram! 💗
The maintainers will review this Pull Request and provide feedback as soon as possible! 😇
We appreciate your patience and contribution, Keep up the great work! 😀
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me!
This one's really good! |
Thank you😄 |
This PR closes issue no. #844
Initially I fetched data for showing user details in the dialog box but later I got that all the details are already available without fetching and the other things such as bio, followers and following, I added them statically cause currently they are not available in users collection. I commented the code of fetching data such that it can be used later but at this time we don't need to fetch it.
I also made it compatible with darkmode and gave a fading effect when it appears.