feat(dashboard): hover-preview cards on DashboardOverview rows (#581) - #821
Open
teethaking wants to merge 1 commit into
Open
feat(dashboard): hover-preview cards on DashboardOverview rows (#581)#821teethaking wants to merge 1 commit into
teethaking wants to merge 1 commit into
Conversation
…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
|
@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! 🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #581