Skip to content

Add Nym mixnet warning card on send scene#5946

Merged
j0ntz merged 1 commit intodevelopfrom
jon/feat/nym-warning-card
Feb 18, 2026
Merged

Add Nym mixnet warning card on send scene#5946
j0ntz merged 1 commit intodevelopfrom
jon/feat/nym-warning-card

Conversation

@j0ntz
Copy link
Contributor

@j0ntz j0ntz commented Feb 17, 2026

image

CHANGELOG

Does this branch warrant an entry to the CHANGELOG?

  • Yes
  • No

Dependencies

None

Description

Context

Asana: "Show warning card Nym is active at send scene while slider is loading" (P1). When the Nym mixnet is enabled for a currency, transaction calculation can take up to a minute due to privacy routing through the decentralized mixnet. During this time the user only sees a spinner with no explanation for the delay.

Changes

  • Added isNymActive check in SendScene2 that reads networkPrivacy from currencyConfig.userSettings (falling back to defaultSettings)
  • Added renderNymWarning() that shows an AlertCardUi4 warning card when Nym is active AND processingAmountChanged is true (i.e. the transaction is being calculated)
  • Card animates in with fadeInUp and out with fadeOutDown via EdgeAnim
  • Title: "Nym mixnet on" / Body: "Protecting your privacy—transaction can take a minute or longer."
  • Added locale strings settings_nym_mixnet_warning_title and settings_nym_mixnet_warning_body

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)

Note

Low Risk
UI-only change gated on an existing user setting and a loading flag; no transaction construction, signing, or network logic is modified.

Overview
Adds a new warning AlertCardUi4 to SendScene2 that appears only while the send calculation is loading (processingAmountChanged) and the wallet’s currencyConfig.userSettings.networkPrivacy is set to nym.

Updates English locale strings and the changelog to include the new Nym warning messaging shown during delayed transaction preparation.

Written by Cursor Bugbot for commit d66d560. This will update automatically on new commits. Configure here.

@j0ntz
Copy link
Contributor Author

j0ntz commented Feb 17, 2026

Approved over slack

@j0ntz j0ntz enabled auto-merge February 17, 2026 23:37
@j0ntz j0ntz force-pushed the jon/feat/nym-warning-card branch from ca450c0 to f8e1382 Compare February 17, 2026 23:39
Show an animated warning card when Nym mixnet is active and the
transaction is loading, informing the user that the privacy routing
may cause the transaction to take a minute or longer.
@j0ntz j0ntz force-pushed the jon/feat/nym-warning-card branch from f8e1382 to 8ad3399 Compare February 17, 2026 23:40
@j0ntz j0ntz disabled auto-merge February 17, 2026 23:40
@j0ntz j0ntz merged commit 9b3a297 into develop Feb 18, 2026
3 checks passed
@j0ntz j0ntz deleted the jon/feat/nym-warning-card branch February 18, 2026 20:01
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.

2 participants

Comments