feat: add polling refresh to ReviewQueue and OpsOverview#3221
Conversation
Both ReviewQueue and OpsOverview now poll every 30 seconds for fresh agent data, so new review submissions appear without requiring manual page navigation. Previously these components only fetched data once on mount, meaning admins had to navigate away and back to see newly submitted agents. Part of Epic redhat-developer#3208
Missing ChangesetsThe following package(s) are changed by this PR but do not have a changeset:
See CONTRIBUTING.md for more information about how to add changesets. Changed Packages
|
|
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #3221 +/- ##
==========================================
- Coverage 53.41% 53.41% -0.01%
==========================================
Files 2373 2373
Lines 84895 84901 +6
Branches 23568 23568
==========================================
Hits 45349 45349
- Misses 39200 39206 +6
Partials 346 346
*This pull request uses carry forward flags. Click here to find out more. Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
|
Closing: superseded by Phase 3 (#3224) which consolidates admin dashboard polling with loading flash prevention. |



Summary
draft→reviewtransitions is already emitted (added in earlier PRs)Part of Epic #3208. Final PR in the Bulletproof Agent Lifecycle series.
Test plan