Commit Graph

16 Commits

Author SHA1 Message Date
kentkwee
d54adb76f8
feature(redux-devtools-inspector-monitor): add option to sort state tree alphabetically and/or disable collections (#1264)
Co-authored-by: Kent Kwee <kent.kwee@tngtech.com>
2023-04-11 08:21:40 -04:00
Nathan Bierema
1388a2248e
Update donation link
Now that I have access to the OpenCollective again
2022-02-13 16:07:21 -05:00
Nathan Bierema
b82de74592
Add ESM builds (#997)
* Use rollup for d3tooltip

* Use rollup for map2tree

* Set moduleResolution

* Use rollup for d3-state-visualizer

* Use rollup for react-base16-styling

* Use rollup for react-dock

* Use rollup for react-json-tree

* Use rollup for redux-devtools

* Use rollup for redux-devtools-intrument

* Use rollup for redux-devtools-chart-monitor

* Update export

* Use rollup for redux-devtools-dock-monitor

* Use rollup for redux-devtools-inspector-monitor

* Fix inspector demo

* Fix invalid eslint config

* Use rollup for inspector-monitor-test-tab

* Use rollup for inspector-monitor-trace-tab

* Use rollup for redux-devtools-log-monitor

* Use rollup for redux-devtools-remote

* Use rollup in redux-devtools-rtk-query-monitor

* Use rollup for redux-devtools-serialize

* Fix redux-devtools examples

* Use rollup for redux-devtools-slider-monitor

* Fix slider examples

* Use rollup for redux-devtools-ui

* Use rollup for redux-devtools-utils

* Use rollup for redux-devtools-extension

* Use rollup for redux-devtools-app

* Fix Webpack app build

* Fix extension build

* Turn on minimization

* Update CLI
2022-01-10 15:41:53 +00:00
Nathan Bierema
3c0fb90b38
Update buttons (#992) 2022-01-08 00:56:13 +00:00
Nathan Bierema
06ba7575bc
Update links in header (#990) 2022-01-07 05:01:50 +00:00
Nathan Bierema
1de7e11a0a
Integrate color scheme preference into ui library (#950) 2021-11-06 17:28:35 +00:00
Fabrizio Vitale
90cde4cfdf
Feat/use dark mode preference to set initial theme.light (#861)
* feat(redux-devtools-app): use `prefers-color-scheme` to set `theme.light` if user has not set a preferred theme

* chore(@redux-devtools/app): fix lint error

Error message:

0:0  error  Parsing error: "parserOptions.project" has been set for @typescript-eslint/parser.
The file does not match your project config: test/__mocks__/styleMock.ts.
The file must be included in at least one of the projects provided

* chore: run prettier

* feat(app): add theme color dropdown

* refactor(rename): system preference option from default to auto
2021-11-06 09:52:43 -04:00
Nathan Bierema
17314ccf70
chore(*): rename devui to redux-devtools-ui (#868) 2021-09-18 14:00:58 +00:00
Nathan Bierema
6b2ad1ebaa
fix(app): update links (#849) 2021-09-06 20:31:10 +00:00
Nathan Bierema
5f1b7e9de5
fix(app): remove remotedev option (#845) 2021-09-06 18:29:41 +00:00
Nathan Bierema
370b5e6df3
fix(extension): fix state persisting (#843) 2021-09-06 16:48:34 +00:00
Nathan Bierema
a418284a4a
chore(extension): convert to TypeScript (#756)
* Start work

* More work

* stash

* stash

* stash

* Eliminate relay

* Fix

* Define page script to content script messages

* Define ContentScriptToPageScriptMessage

* Not required

* Fill out more types

* More work on types

* More type fixes

* Add type

* More improvements to types

* More work on types

* Fix more type errors

* More changes

* More work

* Work

* Fix build

* Fix lint

* Fix more lint

* Fix bug

* Fix tests
2021-08-25 00:22:54 -04:00
Nathan Bierema
55e2284a3d
chore(*): upgrade prettier (#743)
* chore(*): upgrade prettier

* Update snapshots
2021-06-17 23:56:36 -04:00
Nathan Bierema
c4a8fa286c
fix(app): remove unimplemented reports tab (#731) 2021-06-10 22:27:58 -04:00
Nathan Bierema
07e409de6a
fix(*): fix Select types and usages (#724)
* stash

* more

* stash

* Revert port change

* Fix test

* Fix

* Update snapshot
2021-06-07 00:54:05 -04:00
Nathan Bierema
0399d306c0
chore(*): move redux-devtools-app to scoped package (#693)
* stash

* more

* cli rename

* Remove reference

* Fix another reference

* Fix scripts

* Fix package name

* Fix tsconfig
2020-12-22 12:02:14 -05:00