Skip to content

Allow to change dark mode to light without refresh - #3593

Closed
CarolineDenis wants to merge 15 commits into
v7.8.12-prereleasefrom
issue-3544
Closed

Allow to change dark mode to light without refresh#3593
CarolineDenis wants to merge 15 commits into
v7.8.12-prereleasefrom
issue-3544

Conversation

@CarolineDenis

@CarolineDenis CarolineDenis commented Jun 7, 2023

Copy link
Copy Markdown
Contributor

Fixes #3544

@CarolineDenis
CarolineDenis requested review from a team and melton-jason June 7, 2023 18:00
@CarolineDenis
CarolineDenis changed the base branch from production to v7.8.12-prerelease June 7, 2023 18:28

@melton-jason melton-jason left a comment

Copy link
Copy Markdown
Contributor

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 😅

@CarolineDenis

Copy link
Copy Markdown
Contributor Author

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

@CarolineDenis

Copy link
Copy Markdown
Contributor Author

Fixed in #3598

@CarolineDenis
CarolineDenis deleted the issue-3544 branch January 2, 2026 13:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Dark/Light Mode Transitions Now Require Refresh

5 participants