mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-11-01 00:17:48 +03:00
* chore: copy rtk-query example from toolkit
* feat(rtk-query): complete initial setup of rtk-query
* feat: complete inspector layout and add initial JSONTree setup
* fix: unintentional removal of tsconfig
* feat(search): add search logic and refactor monitor state shape
* fix: inverted monitor theme inside devtoop-app
Othetr changes:
* simplify monitor integration
* fix: rtk monitor reducer not working in app
* refactor(rtk-query): simplify theme config
* feat(rtk-query-monitor): add query preview tabs
* fix: wip
* refactor(examples): add rtk-query-polling to workspace
Other changes:
* docs(rtk-query-polling): add README.md
* chore(rtk-query-inspector): add demo to monorepo
Other changes:
chore: increase isWideScreen polling interval to 300
refactor: add subscription as root node in QueryPreviewSubscriptions
* feat(rtk-query): add multiple filter options
* chore(rtk-queery): rename demo build script and add SKIP_PREFLIGHT_CHECK=true
* feat(rtk-query): display status flags in QueryPreviewInfo
* chore(rtk-query): update typescript versions in rkt-inspector-monitor & its demo
* docs(rtk-query): add proper README
Other changes:
* fix examples/rtk-query-poilling
* docs(rtk-query): improve rtk-query-inspector-monitor demo gif
* docs(rtk-query): clean up demo
* fix(rtk-query): clear button not updating redux state
* docs(rtk-query): add link to rtk-query-inspector-monitor demo site
* chore(rtk-query): run prettier after prettier upgrade (
|
||
|---|---|---|
| .. | ||
| ArrowUpIcon.tsx | ||
| NoRtkQueryApi.tsx | ||
| QueryForm.tsx | ||
| QueryList.tsx | ||
| QueryPreviewActions.tsx | ||
| QueryPreviewApi.tsx | ||
| QueryPreviewHeader.tsx | ||
| QueryPreviewInfo.tsx | ||
| QueryPreviewSubscriptions.tsx | ||
| QueryPreviewTags.tsx | ||
| RegexIcon.tsx | ||
| SortOrderButton.tsx | ||
| TreeView.tsx | ||
| UList.tsx | ||