redux-devtools/.changeset/large-spoons-yell.md
Nathan Bierema 158ba2ce12
[inspector-monitor] Replace jss with Emotion (#1560)
* Setup Emotion

* Fix setup

* Start conversion

* actionList

* actionListHeader

* actionListRows

* actionListHeaderSelector

* actionListItem

* actionListItemTime

* actionListItemSelector

* actionListItemName

* actionListHeaderSearch

* actionListHeaderWrapper

* actionPreview

* Remaining css

* Format

* Propagate Emotion dependencies

* Fix tests

* Remove styling prop

* Remove jss

* Remove themeState

* Use color map as Emotion theme

* Rework theme resolution

* Inline CSS

* Remove usage of className

* Fix warning

* Create large-spoons-yell.md
2023-12-12 04:02:35 +00:00

285 B

@redux-devtools/app @redux-devtools/inspector-monitor-test-tab @redux-devtools/inspector-monitor-trace-tab @redux-devtools/inspector-monitor
major major major major

Replace jss with Emotion in inspector-monitor. @emotion/react is now a required peer dependency.