Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

frontend: show estimate symbol for pending alt coin transactions #3128

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

thisconnect
Copy link
Collaborator

The app should show an estimate symbol for unconfirmed transactions unless the conversion unit and coin unit are both BTC based.

With last commit the logic only checked for conversion unit but ignored the actual coin unit, so alt coins didn't have an estimate symbol even though their BTC/sat amount was not final or still and estimate.

Regression introduced in 090038f

The app should show an estimate symbol for unconfirmed transactions
unless the conversion unit and coin unit are both BTC based.

With last commit the logic only checked for conversion unit but
ignored the actual coin unit, so alt coins didn't have an estimate
symbol even though their BTC/sat amount was not final or still
and estimate.

Regression introduced in 090038f
@thisconnect thisconnect force-pushed the frontend-show-estimate-for-alts branch from de9c193 to 1b8ddca Compare January 15, 2025 16:34
With that the ConversionAmount can be used in other places, for
instance in send success.
@thisconnect thisconnect force-pushed the frontend-show-estimate-for-alts branch from 1b8ddca to 537e4b4 Compare January 16, 2025 10:21
Moving to components so that ConversionAmount can be re-used in
other components.
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