Fixes #28735 Context Center Dashboard new UI#28652
Conversation
🟡 Playwright Results — all passed (15 flaky)✅ 4257 passed · ❌ 0 failed · 🟡 15 flaky · ⏭️ 88 skipped
🟡 15 flaky test(s) (passed on retry)
How to debug locally# Download playwright-test-results-<shard> artifact and unzip
npx playwright show-trace path/to/trace.zip # view trace |
| return { | ||
| data: response.data.data ?? [], | ||
| paging: response.data.paging ?? { | ||
| total: (response.data.data ?? []).length, | ||
| }, | ||
| }; |
There was a problem hiding this comment.
Paging should always be there, can you confirm if response.data.data is correct?
Usually we have response.data & response.paging
There was a problem hiding this comment.
this is correct response.data.data
Code Review ✅ Approved 6 resolved / 6 findingsImplements the Context Center Dashboard UI revamp with updated components and data-fetching logic. Addressed findings related to data capping, type safety, and redundant mapping operations. ✅ 6 resolved✅ Bug: Article/document stats show capped count instead of total
✅ Quality: Use typed interface instead of
|
| Compact |
|
Was this helpful? React with 👍 / 👎 | Gitar
|



Describe your changes:
Screen.Recording.2026-06-03.at.10.27.45.PM.mov
Fixes 28735
I worked on ... because ...
Type of change:
High-level design:
N/A — small change.
Tests:
Use cases covered
Unit tests
Backend integration tests
Ingestion integration tests
Playwright (UI) tests
Manual testing performed
UI screen recording / screenshots:
Not applicable.
Checklist:
Fixes <issue-number>: <short explanation>Fixes #<issue-number>above.Summary by Gitar
ContextKnowledgePillarCard,AiActivitySection, andNeedsAttentionSectionto theContextCenterDashboardPagefor a revamped UI.listFoldersandgetListContextMemoriesto power new dashboard stats.listContextFilesto support custom sorting/filtering and restricted data fetch limits usingRECENT_DASHBOARD_ARTICLES_LIMITandRECENT_DASHBOARD_DOCUMENTS_LIMIT.This will update automatically on new commits.