-
Notifications
You must be signed in to change notification settings - Fork 94
Dark mode changes for app screen #265
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
Dark mode changes for app screen #265
Conversation
fixing merge conflict
Hey @andrewtavis, sorry about the numerous commits. I just can't get this one merge conflict to be resolved. This one conflict is causing a problem. We don't want the |
Sorry for all the changes to the main branch while you were working on things, @SaurabhJamadagni! I'm a bit unsure on the issue here. As I understand it you want to remove |
For me I would remove the |
Because if I don't add it back in, it is throwing a merge conflict. I am trying rebasing the branches. Don't know what is going on 😅 |
Did that work, @SaurabhJamadagni? |
All I did was go into the merge conflict UI and remove the original line and the conflict indicators. Sorry if that was an oversimplification though :) |
I think it did @andrewtavis. Let me know if there are any problems. Currently, it seems like all my changes have gone through 😵💫 |
Will bring the changes in to see if it's all working 😊 Thanks, @SaurabhJamadagni! |
No worries. I think in an attempt to solve it myself, I think I was making conflicting changes myself as well. Seems like its fixed though. Sorry about the bombarding commit messages. |
No stress! 😎 Will check this now 🙃 |
Looks great, @SaurabhJamadagni! Dark mode! 🌔 Minor questions/comments:
Things I'll do after (no stress on this!):
Thanks for all the work on this, @SaurabhJamadagni!! |
Yes @andrewtavis. The problem with those is that they are images. Thus they don't have any color variable associated with them that can be dynamic. The link colors or symbols like the globe could be changed though with some workaround. I was also thinking the same. This was more of a temporary solution as I planned to add more image variations that switch on dark mode when we build the full fledged menu. What do you think? We could do the button like in the design file, but currently the entire section itself is like a giant button that takes us to the Settings. So I thought it would be redundant. |
I’d say we do need something that indicates that clicking that area of the screen will go to settings, @SaurabhJamadagni, so let’s put the button there and I could potentially switch the full area to a view and put the settings behavior on the |
Hey @andrewtavis, could you check these changes that I pushed right now? I added alternate images for the dark mode. Apparently like color sets, we can have alternate sets for images too. Let me know if this can work instead of getting rid of it completely for now. |
Thanks, @SaurabhJamadagni! Will check in a moment :) |
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 beautiful, @SaurabhJamadagni! Great work 😊
Will do those minor changes I was talking about above and then close the issue :)
Thanks for this! ☀️🌙
Contributor checklist
Description
GitHubCorner
image as the previous one had a white corner that was extending into the text when switched to dark mode.Related issue