[11] feat(checkout): auto-resume lone deposit and abandon transfer flow#807
Open
tomiiide wants to merge 4 commits into
Open
[11] feat(checkout): auto-resume lone deposit and abandon transfer flow#807tomiiide wants to merge 4 commits into
tomiiide wants to merge 4 commits into
Conversation
- Auto-resume a single in-flight deposit; failed/multiple stay listed - Abandon a transfer from the back button (clears quote + pending record) - Checkout-specific route-not-found copy for non-wallet sources - State-aware status step labels (upcoming/loading/done) - Fail resumed exchange records on poll error; retry goes to amount entry - Hide redundant token subtext under the cash "pay" field
🦋 Changeset detectedLatest commit: 2ecd2cd The changes in this PR will be included in the next version bump. This PR includes changesets to release 4 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
- Cards follow the widget theme (shared border radius); from/to token icons and labels and the header back button align with content. - Refresh-quotes button now refetches; route query keeps previous data so values update in place instead of flashing a skeleton. - Drop funding-screen activity cards and the Mesh error message. - Reuse the widget send-to-wallet card for the recipient and the shared step link on the status page. - A quote with no deposit address is treated as unavailable; back from the amount screen no longer returns to set-destination. - Cash card: disclaimer moved inside, smoother expand, tighter spacing. - Transak close shown immediately; block destination token as source. - Add copy-address feedback on the transfer QR page.
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.
Which Linear task is linked to this PR?
Why was it implemented this way?
Cleanup pass on the checkout flow, stacked on #10. Grouped because the changes share the pending-checkout lifecycle and the same i18n/test scaffolding:
pickAutoResumeItemkeeps the selection rule in one tested place.transfer-depositis destructive (the deposit address is committed), so it prompts a confirmation that clears the frozen quote + pending record rather than silently navigating.Visual showcase (Screenshots or Videos)
N/A
Checklist before requesting a review