[729] Frontend: Add responsive transaction detail drawer with keyboard accessibility#785
Open
Conversation
…unirezz#726. Re-add conflict detection modules, resolver UI, VaultDashboard integration, and idempotency-aware vault API calls. Co-authored-by: Cursor <cursoragent@cursor.com>
Introduce an accessible Drawer primitive and TransactionDetailDrawer, wire row selection into TransactionHistory, and add responsive styles plus unit tests. Closes Junirezz#729 Co-authored-by: Cursor <cursoragent@cursor.com>
…able. Resolve merge conflicts, add row selection to VirtualizedDataTable, and fix TypeScript build issues from upstream. Co-authored-by: Cursor <cursoragent@cursor.com>
|
@amehsamuel200225-sketch 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! 🚀 |
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
…test. Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
… tests. Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Stabilize portfolio data fetching by avoiding toast identity in effect deps, batch vault tab URL updates, and align dashboard/portfolio tests with current UI behavior. Co-authored-by: Cursor <cursoragent@cursor.com>
Use a CommonJS cypress.config.cjs so Cypress can load configuration when package.json type is module. Co-authored-by: Cursor <cursoragent@cursor.com>
Intercept mock API and Horizon routes, wait for wallet connection, and update transaction history assertions for current UI copy. Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Intercept Horizon via fetch/XHR in addition to route handlers so stellar-sdk balance calls return the mocked USDC amount in preview builds. Align portfolio and strategy panel tests with the current onboarding and vault UI. Co-authored-by: Cursor <cursoragent@cursor.com>
Production preview registers a service worker that re-fetches cross-origin Horizon requests outside Playwright route handlers. Mirror the Cypress bypass and block sw.js so mocked USDC balances resolve in connected-wallet tests. Co-authored-by: Cursor <cursoragent@cursor.com>
Use deposit/withdraw action buttons instead of tab roles, handle the USDC approval step on review, and update capacity and validation assertions. Co-authored-by: Cursor <cursoragent@cursor.com>
Complete the second confirmation dialog during deposit/withdraw wizard flows, use a DOM click for the disconnect control, and wait for row buttons in the drawer Escape unit test. Co-authored-by: Cursor <cursoragent@cursor.com>
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.
Summary
Test plan
pm run test:run\ for Drawer, TransactionDetailDrawer, and TransactionHistory tests
pm run build\ succeeds
Closes #729
Made with Cursor