Skip to content

fix(wallet): match iOS token order and card-stack spacing - #1222

Merged
bmc08gt merged 1 commit into
code/cashfrom
fix/wallet-ios-parity
Aug 12, 2026
Merged

fix(wallet): match iOS token order and card-stack spacing#1222
bmc08gt merged 1 commit into
code/cashfrom
fix/wallet-ios-parity

Conversation

@bmc08gt

@bmc08gt bmc08gt commented Aug 12, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Token order: sort balances descending by exact native value, tiebreaking on token name instead of mint address. Equal-value tokens (e.g. LaunchIt / Teddies) now order the same as iOS Session.balances.
  • Card-stack spacing: add a top inset + extra bottom content padding to the wallet list and trim the header spacer so the token-card stack fully collapses by the time the recent-activity rows are on screen — with the space above the stack and below the last recent row matching iOS.

Test Plan

  • :apps:flipcash:features:balance and :apps:flipcash:shared:tokens compile.
  • On device: compare wallet against iOS — token order matches; cards fully collapse when scrolled to Recent; top/bottom spacing matches.

Sort balances descending by exact native value, tiebreaking on token name
instead of mint address, so equal-value tokens (e.g. LaunchIt / Teddies)
order the same as iOS Session.balances.

Add a top inset and extra bottom content padding to the wallet list and trim
the header spacer so the token-card stack fully collapses, with the spacing
above the stack and below the last recent row matching iOS.
@github-actions github-actions Bot added area: tokens Token accounts, balances, token info type: fix Bug fix labels Aug 12, 2026
@bmc08gt
bmc08gt merged commit a3d1df8 into code/cash Aug 12, 2026
3 checks passed
@bmc08gt
bmc08gt deleted the fix/wallet-ios-parity branch August 12, 2026 16:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: tokens Token accounts, balances, token info type: fix Bug fix

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant