Skip to content

feat(#48): implement dashboard layout card and table improvements#47

Merged
OmarEhab007 merged 1 commit into
mainfrom
feature/GH-41-frontend-dashboard-rebuild-implementatio
Apr 20, 2026
Merged

feat(#48): implement dashboard layout card and table improvements#47
OmarEhab007 merged 1 commit into
mainfrom
feature/GH-41-frontend-dashboard-rebuild-implementatio

Conversation

@OmarEhab007

Copy link
Copy Markdown
Owner

Summary

  • Recompose analysis dashboard rows to place throughput and distribution together
  • Make KPI cards overflow-safe with truncation/line-clamp behavior
  • Add responsive column-priority visibility in Top-N tables to reduce horizontal scrolling

Tracking

Scope

  • Frontend only
  • No backend/API contract changes

Testing

  • npm run lint (warnings only, no new errors)
  • npm run test:run -- src/components/dashboard/stats-cards.test.tsx src/components/dashboard/top-n-table.test.tsx
  • Visual QA on analysis dashboard across lg/xl breakpoints

Glossary

  • Column-priority visibility: hiding lower-priority columns at smaller breakpoints to preserve readability
  • Top-N table: type-specific sortable table for API/SQL/Filter/Escalation entries

Made with Cursor

Implements the phase-2 dashboard UI pass by pairing throughput and distribution charts, hardening KPI card overflow behavior, and adding responsive column-priority visibility to reduce horizontal scrolling in Top-N tables.

Made-with: Cursor
@coderabbitai

coderabbitai Bot commented Apr 20, 2026

Copy link
Copy Markdown

Warning

Rate limit exceeded

@OmarEhab007 has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 27 minutes and 21 seconds before requesting another review.

Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 27 minutes and 21 seconds.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 1f6307d6-ebbb-4cd4-ae02-62291dd8a3b9

📥 Commits

Reviewing files that changed from the base of the PR and between 5c18c27 and fb12453.

📒 Files selected for processing (3)
  • frontend/src/app/(dashboard)/analysis/[id]/page.tsx
  • frontend/src/components/dashboard/stats-cards.tsx
  • frontend/src/components/dashboard/top-n-table.tsx
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feature/GH-41-frontend-dashboard-rebuild-implementatio

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@OmarEhab007 OmarEhab007 merged commit daf38dd into main Apr 20, 2026
12 checks passed
@OmarEhab007 OmarEhab007 deleted the feature/GH-41-frontend-dashboard-rebuild-implementatio branch April 21, 2026 16:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant