redux-devtools icon indicating copy to clipboard operation
redux-devtools copied to clipboard

Is there any way to color / custom style the actions?

Open jonahlibrach opened this issue 3 years ago • 0 comments

I use redux-devtools to run all my tests and many times there are special actions that I'd like to color green or red so I can visualize/find them more easily.

I already use emojis to sanitize different types of actions, so unfortunately that won't help here.

Any ideas about what I can do? I'm thinking that I could pass a color argument into the action (or action sanitizer) and the action would be rendered accordingly in the devtools actions ui.

jonahlibrach avatar Feb 26 '22 18:02 jonahlibrach