redux-devtools/packages/devui
wang chenyu ed25a72e99
fix(devui): Fix buggy UI behaviors with redux-devtools-app (#709)
* fix(devui): Always run updateTabs on UNSAFE_componentWillReceiveProps. Otherwise, the changes in property tabs might not be reflected on the UI.

* chore(*): Update devui version. Fix the container growing out of viewport when too many actions.

* fix(devui): Update snapshots

* Update Tabs.tsx

* Update package.json

* Update package.json

Co-authored-by: Nathan Bierema <nbierema@gmail.com>
2021-06-10 21:19:56 -04:00
..
.storybook feature(devui): convert to TypeScript (#629) 2020-09-09 10:35:22 -04:00
fonts Use prettier 2019-01-10 20:51:14 +02:00
src fix(devui): Fix buggy UI behaviors with redux-devtools-app (#709) 2021-06-10 21:19:56 -04:00
tests fix(devui): Fix buggy UI behaviors with redux-devtools-app (#709) 2021-06-10 21:19:56 -04:00
.babelrc feature(devui): convert to TypeScript (#629) 2020-09-09 10:35:22 -04:00
.eslintignore feature(devui): convert to TypeScript (#629) 2020-09-09 10:35:22 -04:00
.eslintrc.js feature(devui): convert to TypeScript (#629) 2020-09-09 10:35:22 -04:00
.stylelintrc packages (#584) 2020-08-10 00:35:01 -04:00
CHANGELOG.md chore(*): run prettier 2021-03-06 10:51:16 -05:00
jest.config.js feature(devui): convert to TypeScript (#629) 2020-09-09 10:35:22 -04:00
package.json fix(devui): fix style of Select (#721) 2021-06-06 16:42:40 -04:00
README.md Add devui package (#444) 2019-01-03 15:00:55 +02:00
tsconfig.json feature(devui): convert to TypeScript (#629) 2020-09-09 10:35:22 -04:00

DevUI

WIP