Adds a generic component for showing confirmation ETAs for any item, and adds the ETA to proposed reimbursements in the UI.
Also adds an event listener for new blocks, which updates the currentBlock number, so that all models, as well as the UI, can auto-update.
Adds a generic component for showing confirmation ETAs for any item, and adds the ETA to proposed reimbursements in the UI.
Also adds an event listener for new blocks, which updates the `currentBlock` number, so that all models, as well as the UI, can auto-update.

galfert
(Migrated from github.com)
reviewed 2023-01-11 06:21:58 +00:00
fsmanuel
(Migrated from github.com)
reviewed 2023-01-11 06:21:58 +00:00
bumi
(Migrated from github.com)
approved these changes 2023-01-13 20:34:42 +00:00
What's the problem with testing? Should really just be npm start, without any wild dependencies (except for a local IPFS daemon/gateway running).
Btw, I opened #211 against this PR yesterday in order to avoid conflicts, so it would be good to merge that first.
Cool, thanks.
What's the problem with testing? Should really just be `npm start`, without any wild dependencies (except for a local IPFS daemon/gateway running).
Btw, I opened #211 against this PR yesterday in order to avoid conflicts, so it would be good to merge that first.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Adds a generic component for showing confirmation ETAs for any item, and adds the ETA to proposed reimbursements in the UI.
Also adds an event listener for new blocks, which updates the
currentBlocknumber, so that all models, as well as the UI, can auto-update.could not test it, but looks good.
Cool, thanks.
What's the problem with testing? Should really just be
npm start, without any wild dependencies (except for a local IPFS daemon/gateway running).Btw, I opened #211 against this PR yesterday in order to avoid conflicts, so it would be good to merge that first.