fixed theme inconsistency of editor at playground page#190
fixed theme inconsistency of editor at playground page#190michael-020 wants to merge 2 commits intokeploy:mainfrom
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