feat(deposit): deposit-first user experience#878
Merged
Conversation
aaee930 to
fe18555
Compare
96811a8 to
6b65b1c
Compare
Prioritize depositing funds as the primary entry point for new and empty-wallet users. Balance, menu, send, messenger, and cash screens now surface deposit options contextually, routing through the unified Swap flow. Coinbase on-ramp gains phone-region resolution for better availability detection. Phantom deposits swap USDC→USDF directly via CoinbaseStableSwapper into the VM deposit PDA, eliminating the server-side sweep. Signed-off-by: Brandon McAnsh <git@bmcreations.dev>
6b65b1c to
4581c1c
Compare
f477d90 to
9d70207
Compare
Extract public ToastController interface into core so features can trigger toasts independently of the bill-grab queue. Pass deposited amount through SwapResult.Success and fire the toast before popAll.
b46ee12 to
98e8dac
Compare
Check phone/email verification before proceeding with Google Pay purchases, both in the deposit flow (presentDepositOptions) and the swap flow (SwapViewModel). On successful verification the swap entry auto-retries via navigateForResult. Fix sheet not dismissing after OK on the processing screen by following popAll() with pop() to trigger onRootReached. Show "Amount to Deposit" / "Depositing USDF" titles when the funding source is external.
…ow here as well Signed-off-by: Brandon McAnsh <git@bmcreations.dev>
… deposit Signed-off-by: Brandon McAnsh <git@bmcreations.dev>
Signed-off-by: Brandon McAnsh <git@bmcreations.dev>
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.
Prioritize depositing funds as the primary entry point for new and
empty-wallet users. Balance, menu, send, messenger, and cash screens
now surface deposit options contextually, routing through the unified
Swap flow. Coinbase on-ramp gains phone-region resolution for better
availability detection. Phantom deposits swap USDC→USDF directly via
CoinbaseStableSwapper into the VM deposit PDA, eliminating the
server-side sweep.