Skip to content

Clarify hidden balance UI - #6191

Merged
j0ntz merged 3 commits into
developfrom
jon/unhide-balance-clarity
Sep 3, 2026
Merged

Clarify hidden balance UI#6191
j0ntz merged 3 commits into
developfrom
jon/unhide-balance-clarity

Conversation

@j0ntz

@j0ntz j0ntz commented Sep 3, 2026

Copy link
Copy Markdown
Contributor

Description

Users hide their account balance, usually by accident, and then see $ ●●●● USD
under a "Total Balance" title with nothing on screen telling them how to get the
number back. That has been a steady source of "all my money is gone" support
tickets.

  • The card title reads "Unhide Balance" while balances are hidden, and goes
    back to "Total Balance" when they are visible. The title keeps its normal
    color; the eye icon, the dots and the tap target are unchanged.
  • Hiding balances now shows a toast: "Balances are hidden. Tap "Unhide Balance"
    to show them again." It fires from toggleAccountBalanceVisibility(), so it
    covers every entry point (home/assets balance card, wallet detail header,
    request scene), and it doubles as the notice that the feature just activated,
    which is what the ticket users missed.

Scope follows the operator's latest direction on the task: rename the title,
keep the toast, and leave the tap area alone (the earlier
reduce-the-tap-area proposal was withdrawn).

Also in this branch: pre-existing lint fixes in BalanceCard.tsx (its own
commit), and testIDs on the balance toggle so maestro can drive it (the card
groups its children for accessibility, so text selectors do not resolve).

Asana: https://app.asana.com/0/1215088146871429/1209717892385291

CHANGELOG

Does this branch warrant an entry to the CHANGELOG?

  • Yes
  • No

Dependencies

none

Requirements

If you have made any visual changes to the GUI. Make sure you have:

  • Tested on iOS device
  • Tested on Android device
  • Tested on small-screen device (iPod Touch)
  • Tested on large-screen device (tablet)

@j0ntz

j0ntz commented Sep 3, 2026

Copy link
Copy Markdown
Contributor Author

📸 Test evidence

total balance visible

total balance visible

unhide balance toast

unhide balance toast

balance restored

balance restored

Captured by the agent's in-app test run (build-and-test).

@j0ntz
j0ntz force-pushed the jon/unhide-balance-clarity branch from 2d9881d to 0e0ecd2 Compare September 3, 2026 19:22
@j0ntz
j0ntz marked this pull request as ready for review September 3, 2026 19:22
@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

Rename the balance card title to "Unhide Balance" while balances are
hidden, and show a toast when they become hidden so users know how to
bring them back instead of contacting support.
Adds balanceCardToggle and balanceCardTitle so maestro can drive the
show/hide balance control; the card groups its children for
accessibility, so text selectors do not resolve.
@j0ntz
j0ntz force-pushed the jon/unhide-balance-clarity branch from 0e0ecd2 to 6cf399c Compare September 3, 2026 20:30

@claude claude Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Claude Code Review

Claude Code Review is paused for this repository. To reconnect it, an admin of this repository's GitHub organization (or the account owner, for personal repositories) who can also manage your Claude organization's Code Review settings needs to re-link GitHub in Code Review settings. This is a one-time step.

Tip: disable this comment in your organization's Code Review settings.

@j0ntz

j0ntz commented Sep 3, 2026

Copy link
Copy Markdown
Contributor Author

📸 Test evidence (after fix)

total balance visible

total balance visible

unhide balance toast

unhide balance toast

balance restored

balance restored

Captured by the agent's in-app test run (build-and-test).

@j0ntz

j0ntz commented Sep 3, 2026

Copy link
Copy Markdown
Contributor Author

Approved as minor UI, force-merging.

@j0ntz
j0ntz merged commit 676982c into develop Sep 3, 2026
7 checks passed
@j0ntz
j0ntz deleted the jon/unhide-balance-clarity branch September 3, 2026 22:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant