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

Confirmation Thresholds For tx Circle Indicator #94

Open
apbendi opened this issue Aug 15, 2020 · 1 comment
Open

Confirmation Thresholds For tx Circle Indicator #94

apbendi opened this issue Aug 15, 2020 · 1 comment

Comments

@apbendi
Copy link
Member

apbendi commented Aug 15, 2020

Issue 10.1

Implement thresholds for indicator shown next to Transactions and on the Transaction Detail screen

Screen Shot 2020-08-14 at 10 00 41 PM

TBD: the confirmations for each set of thresholds. These should be easy to configure/update in the code.

@apbendi
Copy link
Member Author

apbendi commented Aug 17, 2020

Update: the circle should actually be continuous from confirmations 0 through 45, then should show a single check mark from 46 to 86,400, then should show double check marks after that.

After confirming the transaction, until the first confirmation comes, use the regular waiting animation that you already used (for loading the tx history).
Then as confirmations add up (x confirmations = x/46 of a circle). The wedge will complete to a full circle on 46 confirmations. At this point there should be a checkmark inside the circle instead of the number of confirmations. 86,400 confirmations mark finality and will be represented by double checkmark inside the circle.

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

No branches or pull requests

1 participant