Skip to content

Conversation

@Jon-edge
Copy link
Collaborator

@Jon-edge Jon-edge commented Feb 10, 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.

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: c4126d11ff

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.

@Jon-edge Jon-edge force-pushed the jon/feat/nym-warning-card branch from 1cbc44e to cc065f5 Compare February 10, 2026 19:16
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.
@Jon-edge Jon-edge force-pushed the jon/feat/nym-warning-card branch from cc065f5 to d66d560 Compare February 12, 2026 22:44
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