-
Notifications
You must be signed in to change notification settings - Fork 274
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Onboarding: add time remaining and progress ring
Fixes #29 * Adds a loading state for transactions by subscribing to the 'transactionHash' web3 event. * Consumes EthGasStation API to obtain an estimate of the confirmation delay for each transaction. * Shows the time remaining when the transaction is broadcasted * Created a new Progress Ring component to show the progress using the remaining time estimation **Note**: this PR was not tested for templates with multiple transactions.
- Loading branch information
Showing
4 changed files
with
242 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.