[DevTools] Inlcude Activity list in Components tab
by eps1lon
·
Feb 05, 2026 at 13:54 UTC
·
scan-ef2ac189aec7c4c3
This scan will expire in 7 days. Sign in to save it and build your scan history.
Get this automatically on every PR
Install the Axiomo GitHub App to get Signals as check runs and PR comments on every pull request.
Risk level: Low (0%)
Include an Activity list in the Components tab of DevTools using a similar layout to the Suspense tab.
No evidence in the diff of rendering or changes related to activity list in the Components tab. Changes are largely CSS modifications and refactoring, with no specific additions for the activity list in Components.js or use of ActivityList component.
The diff shows CSS and JS changes in Components and Tree, but lacks specific alignment or styling details that directly correlate with the Suspense tab's layout, making it difficult to assess consistency solely from the provided changes.
The diff includes extensive changes to CSS and JS logic, but whether functionality is maintained is unclear without a functional test or specific criteria verification. Changes touch layout and component logic, both affecting functionality significantly but without explicit validation in the diff itself.
Trusted contributor with 405 merged PRs. maintains 369 public repositories. has 1625 followers.
Review 2 high-priority file(s)
packages/react-devtools-shared/src/devtools/views/Components/Components.js
+339
339 lines changed; Source code
packages/react-devtools-shared/src/devtools/views/SuspenseTab/ActivityList.js
+85
85 lines changed; Source code
packages/react-devtools-shared/src/devtools/views/Components/Tree.js
+7
Source code
packages/react-devtools-shared/src/devtools/views/Components/Components.css
+46
Standard file
packages/react-devtools-shared/src/devtools/views/Components/Tree.css
+7
Standard file
58
minutes to review
medium
effort level
likely_abandoned
staleness risk
Consider closing this PR or reaching out to the contributor
Good evidence, acceptable risk, ready for merge
Why is lint_passing missing? Consider adding this check.
Why is security_scan_clean missing? Consider adding this check.