Tom Kirkpatrick
1185a43069
fix(wallet): load suggested nodes on Root mount
Load the suggested nodes list as early as possible, when the Root
container first mounts. Ensure that we display nothing when node list
was not loaded.
Fix #943
6 years ago
Tom Kirkpatrick
20c8d969f5
fix(sync): ensure grpc active before leaving sync
Do not progress from the sync screen to the app screen until we have
determined that the main gRPC connection has been established.
6 years ago
Tom Kirkpatrick
2424ee14b5
fix(wallet): determine currency before display
Ensure that the wallet currency has been determined prior to displaying
the wallet components.
6 years ago
Tom Kirkpatrick
fc8e74b7b0
fix(wallet): increase invoice fetch count to 1000
By default, lnd only returns the latest 100 invoices. Ideally we would
implement pagination, but until then here is a quick fix to increase
the max number of invoices returned by lnd to 1000.
Fix #911
6 years ago
Tom Kirkpatrick
a24d459b25
fix(wallet): add all new invoices to invoice list
Add invoices that are created/paid in the background to the activity
list.
Previously, only invoices created without Zap would be visible within
Zap without doing a manual refresh on the activity list.
Fix #912
6 years ago
losh11
227afbcb88
fix(ticker): use Coinbase API to fetch fiat ticker
fixes #815
6 years ago
Slinky
fcc67cfaf0
fix(strings): typo & grammar fix
defualt > default
6 years ago
Tom Kirkpatrick
9af8a89992
fix(notifications): disable channel notifications
Desktop notifications every time a channel opens or closes is noisy and
not really necessary. Most users will use autopilot for channel
management and should not care too much when it opens or closes a
channel.
Fix #879
6 years ago
Tom Kirkpatrick
05a29a6c10
feat(wallet): use blockstream.info block explorer
Fix #901
6 years ago
Tom Kirkpatrick
71f994d237
chore(i18n): update message strings
6 years ago
Carlos Garcia Ortiz
a4ac5666f1
chore(i18n): adding and fixing es translations
6 years ago
Tom Kirkpatrick
dbc2764760
style: update notification in light theme
6 years ago
Tom Kirkpatrick
0c90ef70a3
style(storybook): reorganise and tidy up storybook
6 years ago
Tom Kirkpatrick
3dc3999473
refactor: consolidate color palette
- update the color palette to reflect the latest designs.
- use theme agnostic color names for background colors.
- remove unused colors from the color palette.
- remove some unused styles.
6 years ago
Tom Kirkpatrick
938f42439c
style(page): ensure page is full height
6 years ago
Tom Kirkpatrick
16a7567f45
refactor: rename FormFieldMessage to Message
6 years ago
Tom Kirkpatrick
006be2156e
refactor: use new Countdown component
6 years ago
Tom Kirkpatrick
01e2bd72b5
feat(ui): add simplified Countdown component
6 years ago
Tom Kirkpatrick
769652f3fc
refactor: rename PaySummaryRow as DataRow
6 years ago
Tom Kirkpatrick
8b701e8ed7
refactor: regenerate icons with unique ids
6 years ago
Tom Kirkpatrick
540d496dfa
chore(deps): update connected-react-router to v5.0.1
6 years ago
Tom Kirkpatrick
b3efb8a0f7
refactor: move AmountInput component to UI dir
6 years ago
Tom Kirkpatrick
ef70acddd0
refactor: move Value component to UI dir
6 years ago
Tom Kirkpatrick
13456488ed
refactor: remove unused components
6 years ago
Tom Kirkpatrick
5501b13699
chore(i18n): extract language strings
6 years ago
JimmyMow
b11364e11f
New Crowdin translations ( #891 )
6 years ago
Tom Kirkpatrick
8f7ee97fba
refactor: remove old request form code
6 years ago
Tom Kirkpatrick
b2aa3909cd
feat(ui): integrate new request forms
6 years ago
Tom Kirkpatrick
fc07452696
refactor(pay): use bolt11 wrapper to decode
6 years ago
Tom Kirkpatrick
dd732781db
refactor(pay): use layout components in Pay forms
6 years ago
Tom Kirkpatrick
967a03d8ae
feat(ui): add Request components
6 years ago
Tom Kirkpatrick
53866878fc
feat(ui): add Header component
6 years ago
Tom Kirkpatrick
013511878e
feat(ui): add Panel component
6 years ago
Tom Kirkpatrick
937398404c
feat(util): bolt11 wrapper to add defaults
6 years ago
Tom Kirkpatrick
a8c5a2d10f
fix(form): ensure amount > 0 when required
6 years ago
Tom Kirkpatrick
95f21718e0
style(ui): remove margin & padding from Bar
6 years ago
Tom Kirkpatrick
0375504f50
style(ui): support right justify in dropdown
6 years ago
Tom Kirkpatrick
c3afb5f945
style(icons): inherit vertical-align
6 years ago
Tom Kirkpatrick
54c790d8a6
feat(ui): add QRCode component
6 years ago
Tom Kirkpatrick
6e7018fb7a
fix(wallet): improve fee estimate presentation
6 years ago
Tom Kirkpatrick
145899aa6b
refactor: remove old pay forms
6 years ago
Tom Kirkpatrick
a577cdf05a
fix(wallet): improve fee estimate presentation
6 years ago
Tom Kirkpatrick
092f5859b8
style: larger active area for modal close
6 years ago
Tom Kirkpatrick
44317394cc
fix(ui): improve transitions in pay flow
6 years ago
Tom Kirkpatrick
76e7eeec10
fix(ui): disable spellcheck in payreq fields
6 years ago
Tom Kirkpatrick
62c7f1a3f1
feat(wallet): apply fee limit for offchain txs
6 years ago
Tom Kirkpatrick
210ceae251
feat(wallet): apply fastest fee for onchain txs
6 years ago
Tom Kirkpatrick
2b80ae7106
feat(wallet): implement new pay forms
6 years ago
Tom Kirkpatrick
a5d2e0a7e8
feat(lnd): support numRoutes in queryroutes
6 years ago
Tom Kirkpatrick
6977f2be90
feat(lnd): log and display queryroute errors
6 years ago