-
Notifications
You must be signed in to change notification settings - Fork 36
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
Allow to change dark mode to light without refresh #3593
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.
It looks like this Pull Request may include commits that are in production that aren't in v7.8.12-prerelease
.
This most likely happened because the branch was created and based off of production, and then the base branch was changed later. It looks like Git kept the commits since production when you changed the base branch.
(I could be wrong about this. Check to make sure whether v7.8.12-prerelease
includes the other commits we are trying to merge into v7.8.12-prelease
with this Pull Request).
The commit with the fix is af289ba.
If the extra commits are from production, can you remove them?
I would probably accomplish this by resetting the branch to af289ba, stashing the changes, resetting the branch to the commit v7.8.12-prerelease
was branched from production, checking out the files and popping the stashed changes.
Then you can recommit your changes.
I can do this as well if you are busy or are not sure how 😅
you're right I base this branch on the wrong one. I'll fix this |
Fixed in #3598 |
Fixes #3544