Tom Kirkpatrick
|
39a52800f2
|
fix(invoice): update invoice modal once received
Ensure that the invoice / transaction / payment modal view shows the
most current data from the store. Do not duplicate data in the store
but instead reference the canonical data by id.
See https://redux.js.org/faq/organizingstate#how-do-i-organize-nested-or-duplicate-data-in-my-state
Fix #623
|
6 years ago |
Ben Woosley
|
f87236495a
|
style(line length): Limit prettier line length to 120 chars
150 is a bit too long
|
7 years ago |
Tom Kirkpatrick
|
0846bcb772
|
style(lint): lint and format all code
|
7 years ago |
Ben Woosley
|
7d39aec678
|
Replace info.isTestnet with info.network
This holds network-specific information, initially the explorerUrl and the
bitcoinJsNetwork.
|
7 years ago |
Jack Mallers
|
0611a9a99b
|
fix(lint): fix lint errors
|
7 years ago |
Jack Mallers
|
5ab19cd19b
|
fix(dynamic-showTransaction): add isTestnet param to function and update function calls
|
7 years ago |
Jack Mallers
|
5c126fd595
|
feature(payform): add error messages to py form
|
7 years ago |
Jack Mallers
|
357cf4e0ef
|
fix(lint): fix all lint errors except a few (will fix the rest after i finish the rest of the modals)
|
7 years ago |
Jack Mallers
|
91abe27589
|
fix(package.json): go back to old webpack versions
|
7 years ago |
Jack Mallers
|
e04d308687
|
feature(multi-currency): convert to sats before sending coins or making a request, no matter the currency
|
7 years ago |