feat(withdraw): picker-first withdrawal refresh - #1255
Merged
Conversation
Ports iOS #600. The withdraw flow no longer assumes Dollars: the route now takes a `preselectedMint` that decides where the flow opens. - `null` -> the currency picker (the v2 "Withdraw Money" wallet tile) - Dollars/USDF -> the "Withdraw as USDC" intro, as before - anything else -> straight to the amount screen Under the new UI, picking Dollars in the picker detours through the intro, the intro drops its "Withdraw Other Flipcash Currencies" escape hatch (every currency is one step back now) and its app-bar title, and each step names itself: "Amount to Withdraw", "Enter Address". v1 is untouched — the route still defaults to Dollars, so the settings entry keeps the intro-first flow, the escape hatch, and the flow-wide "Withdraw" title. Also fixes the v2 currency-info Withdraw tile, which started the Dollars flow no matter which currency was on screen. The v2 intro art is composed rather than flattened: the gold Dollars coin (new) -> arrow (new) -> the existing USDC-on-Solana mark.
bmc08gt
force-pushed
the
feat/withdraw-refresh
branch
from
August 20, 2026 01:50
f9f614f to
7fd9339
Compare
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.
Ports code-payments/code-ios-app#600.
Design: Figma 9217:9830.
The withdraw flow no longer assumes Dollars. The route takes a
preselectedMintthat decides where the flow opens:preselectedMintnullChanges
Flag gating
v1 is untouched. The route still defaults to Dollars, so the settings entry keeps the intro-first flow, the escape hatch, and the flow-wide "Withdraw" title. The picker-first entry, per-step titles and dropped escape hatch are all behind
FeatureFlag.NewUi.