-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Display error message next to LNURL withdraw request data * Populate form fields at all times * Disable form is the request data is invalid or is below network limits * Use LnUrlWithdrawLimits widget to display the range * Handle cases where: - there's been an error retrieving network limits - fixed payment amount is outside network limits - effective payment amount range is below network limits * Show flushbar message if parsing an input fails Useful for LNURL payments when there service & connection related issues. * Add option to refresh payment limits on LnUrlWithdraw page * Map LnUrlWithdrawError's to user friendly messages * Convert LNURLWithdrawDialog into a fullscreen dialog * Refactor LNURLWithdrawDialog * Rename effectiveMaxSat used on first validation to rawMaxSat for clarity * LNURL payment page improved error handling (#229) * Fix UI jank while rendering LNURL Metadata Image * Display network payment limit retrieval errors * Add option to retry retrieving network payment limits Extract open confirmation page logic into a method for readability * Hide bottom navigation bar when loading * Skip range validation on confirmation page * Differentiate between rawMaxSat & effectiveMaxSat on validatePayment * Update amount to effective minimum if there's no errors * Change bottom bar button visibility & texts per feedback Show close button only for invalid invoices
- Loading branch information
1 parent
6721ea9
commit e441674
Showing
10 changed files
with
593 additions
and
303 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.