Send Screen Redesign#115
Draft
notTanveer wants to merge 16 commits into
Draft
Conversation
4471370 to
d03ffbf
Compare
Replace FlatList/card layout with AmountHero + detail rows + Send Now button using Pressable, keeping all transaction-building logic intact.
Remove handleAddRecipient, handleRemoveRecipient, handleRemoveAllRecipients, and onRemoveAllRecipientsConfirmed. Drop the FlatList/scrollView/scrollIndex refs (replaced all scrollIndex.current refs with literal 0). Trim the header menu to Send Max, Coin Control, and Sign PSBT only. Remove the four loc keys that were exclusively used by the deleted functions.
…al banner - AmountHero: gap 7→3, separate hint/UseMax into stacked rows (not same row), paddingHorizontal on pill 16→23 - Add ScanQRIcon (corner-brackets design) and use it in SendDetails address field - SelectFeeScreen: fix custom fee card not opening input (dispatch focused before trying to focus ref), default FAST selection when no rate matches, pre-populate isCustomFeeSelected when customFee exists - Remove InputAccessoryAllFunds (Total/Done banner) from SendDetails — Use Max is now inline in AmountHero
- Max pill: instant apply (no popup), toggle-off on second tap, shows tick and a 'Sending Max' hint when active; relabel 'Use Max' to 'Max' - keep the confirmation popup only when frozen coins are present - fix fiat estimate showing 0 while Max is active (derive from balance) - restyle network fee card: stacked label/value, sat/vB detail, chevron - use Clash font on shared Button and the wallet label
d03ffbf to
3030a4d
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.
No description provided.