redux-devtools
redux-devtools copied to clipboard
Theme color does not save across sessions
The trace middleware appears to default to the dark theme color, but the devtools default to the light theme color:
Each session resets the theme preference, so I need to manually set the theme color every time. Am I missing something?
Just to clarify, is the bug that you're reporting that the colors for the trace tab aren't right for the light theme?
I'm not sure what you mean by "each sessions resets the theme preference." It seems like the theme preferences are persisted between sessions for me.
@Methuselah96, that is correct, the trace colors for the light theme are not right, they are always displayed with a black background. As for the session resetting, perhaps I am doing something wrong. When I switch from light to dark theme, close Chrome, and then reopen Chrome, it has reset back to the light theme. This means I then have to manually switch back to the dark theme whenever I need the trace tab because it is otherwise unreadable due to the black background.
+1
I am only able to see the text when highlighted
My eyes are itching! Is there a fix?
https://github.com/IliyaBrook/redux-devtools
I fixed this in my version, as it's impossible to work on this black background. I didn't send a PR since not everyone faces this issue, and my correction maintains the same style as in the screenshot, regardless of the theme. Also, in my thread, there's functionality for copying objects and other edits for which there's a PR, but it hasn't been confirmed yet.