-
Notifications
You must be signed in to change notification settings - Fork 121
fixed theme inconsistency of editor at playground page #190
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
base: main
Are you sure you want to change the base?
fixed theme inconsistency of editor at playground page #190
Conversation
Signed-off-by: Michael Hosamani <michaelhosamani26@gmail.com>
Signed-off-by: Michael Hosamani <michaelhosamani26@gmail.com>
|
|
6 similar comments
|
|
|
|
|
|
|
|
|
|
|
|
|
Nice Pr 😄. We currently support Unit Test Generation only for Go projects. |
2 similar comments
|
Nice Pr 😄. We currently support Unit Test Generation only for Go projects. |
|
Nice Pr 😄. We currently support Unit Test Generation only for Go projects. |
Fixes: keploy/issues/2637
Description
Fixed theme inconsistency of editor at playground page, when dark mode of the editor was enabled and refreshed the theme switched back to light mode. I have fixed this issue by maintaining a consistent theme
Changes
I am storing the theme in localStorage to maintain consistency in theme. This approach ensures that the theme doesn’t switch back to light mode as it was happening previously.
Type of Change
Testing
Demo
Before:
Screen.Recording.2025-04-05.at.4.50.19.PM.mov
After:
Screen.Recording.2025-04-05.at.3.38.14.PM.mov
Checklist