Skip to content

feat(dashboard): hover-preview cards on DashboardOverview rows (#581) - #821

Open
teethaking wants to merge 1 commit into
CalloraOrg:mainfrom
teethaking:feat/581-dashboard-overview-hover-preview
Open

feat(dashboard): hover-preview cards on DashboardOverview rows (#581)#821
teethaking wants to merge 1 commit into
CalloraOrg:mainfrom
teethaking:feat/581-dashboard-overview-hover-preview

Conversation

@teethaking

Copy link
Copy Markdown
  • Wrap Vault Balance and Wallet Available cards with PreviewCard showing balance metrics, runway estimate, and account metadata
  • Wrap each Pinned API row with PreviewCard showing status, provider, latency, uptime, price, tags, and description
  • Wrap each Recent Activity item with PreviewCard showing amount, type, endpoint, and timestamp
  • Fix bug: api.latencyMs (undefined) corrected to api.avgLatencyMs in pinned API preview metrics
  • Wire /dashboard route to DashboardPage -> DashboardOverview (replaces old Dashboard component); pass real vault/wallet props through
  • Add 25 focused tests across 5 suites covering rendering, PreviewCard integration on all surfaces, and WCAG 2.1 AA accessibility assertions
  • Add docs/DashboardOverview-PreviewCard.md with full API reference, surface inventory, a11y checklist, and responsive notes

Closes #581

…raOrg#581)

- Wrap Vault Balance and Wallet Available cards with PreviewCard showing
  balance metrics, runway estimate, and account metadata
- Wrap each Pinned API row with PreviewCard showing status, provider,
  latency, uptime, price, tags, and description
- Wrap each Recent Activity item with PreviewCard showing amount, type,
  endpoint, and timestamp
- Fix bug: api.latencyMs (undefined) corrected to api.avgLatencyMs in
  pinned API preview metrics
- Wire /dashboard route to DashboardPage -> DashboardOverview (replaces
  old Dashboard component); pass real vault/wallet props through
- Add 25 focused tests across 5 suites covering rendering, PreviewCard
  integration on all surfaces, and WCAG 2.1 AA accessibility assertions
- Add docs/DashboardOverview-PreviewCard.md with full API reference,
  surface inventory, a11y checklist, and responsive notes

Closes CalloraOrg#581
@drips-wave

drips-wave Bot commented Jul 28, 2026

Copy link
Copy Markdown

@teethaking Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

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.

Add hover-preview card on DashboardOverview rows/cards

1 participant