-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Correcting display bug introduced with BIP070 support addition * BIP 70 status monitoring with websockets * Updating PriceDisplay README to include InvoiceTimer info * Removing debug comments * Adding expired state to ButtonQR story * Adding invoiceTimeLeftSeconds to prop types in BadgerBadge and BadgerButton * Adding invoice amounts, coin type, removing timer and invoice display from PriceDisplay, putting in own component * Cleaning up storybook * Properly getting paymentId, invoice timer and amounts only for pay.bitcoin.com invoices * Adding websocket to state and closing it on componentWillUnmount() * Date.now() correction * Handle timer outside of websocket msg, clear on unmount * Softening and clarifying invoice expired * Updating READMEs to reflect changes to PriceDisplay and InvoiceTimer * BIP70 stories formatting consistency * Fixing prop name in InvoiceTimer story * CSS fix for PriceDisplay * CSS fix for PriceDisplay * Using styled H3 for expired * Removing color comments * Fixing case bug preventing SLP PriceDisplay for non-invoice cases * Adding fiat price display for BCH bip70 invoices * Updating version in package.json * Removing extra 0 in changelog * Better timer, ensuring that bip70 invoice over-rides any user-entered props even for invoices without websocket support * Better info and formatting in stories for BadgerButton and BadgerBadge * Cleaning up storybook, allowing paymentRequestUrl to change * Handling empty paymentRequestUrl prop change * allowing for no paymentRequestUrl * Fixing bug in BadgerButton to ensure only BIP70 invoices are tagged as such
- Loading branch information
Showing
18 changed files
with
591 additions
and
100 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
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
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.