Ben Woosley
2e5ca3da68
fix(lints): Run eslint --fix over the currently disabled lints
7 years ago
Ben Woosley
6ec9ce2f85
enhance(lints): Be explicit re which lint is disabled
7 years ago
Jack Mallers
f6b413d7bb
fix(lint): fix lint errors
7 years ago
Jack Mallers
0f55af6129
fix(payment): setTimeout for 10 seconds after sending a payment. if LND hangs while sending a payment we wont show the loading screen forever lol we'll remove it and show an error after 10 seconds
7 years ago
Jack Mallers
ec0a692983
fix(contacts-form): by default show the first 20 nodes when opening the contacts form
7 years ago
Jack Mallers
a0838c87cd
fix(contacts-form): if there is an @ in the search we assume they are pasting pubkey@host format and ignore the host, searching only for the pubkey to the left of the @
7 years ago
Ben Woosley
eb04d12a92
enhance(channels): Extract blockExplorer util
To handle shelling out to the transaction display
This was previously done inline via electron.shell.openExternal. Consolidating
it in the utility DRYs up the code both in terms of the base url and the path
building.
Note there is also code in reducers/info.js relating to:
infoSelectors.explorerLinkBase, but it seems to be unused currently.
7 years ago
Jack Mallers
200b8cad09
fix(contacts): force close offline contacts
7 years ago
Jack Mallers
962d79bb88
fix(lint): fix linting errors
7 years ago
Jack Mallers
4f97d1311b
fix(lint): fix lint errors
7 years ago
Jack Mallers
41cd59fc09
fix(contacts): close contact modal after successfully closing the channel
7 years ago
Jack Mallers
ff0ef1f80b
feature(contacts): close contact and close contact loading UX
7 years ago
Jack Mallers
4eddc02348
feature(contacts): add channelNodes selector
7 years ago
Jack Mallers
c81e9766e5
feature(contacts): contact modal
7 years ago
Jack Mallers
75673ca5a9
fix(contacts): small bug fixes with contacts error and UI
7 years ago
Jack Mallers
bd2f1e7b0d
feature(contacts): loading state while adding a contact
7 years ago
Jack Mallers
970dfdd98e
fix(contacts): fix some pending/closing contacts bugs
7 years ago
Jack Mallers
2c2e63235e
feature(contacts): add manual form
7 years ago
Jack Mallers
9a31c68b17
feature(contacts): editable contact capacity
7 years ago
Jack Mallers
b56cf3bf7d
fix(contacts): rename friend functions to contacts
7 years ago
Jack Mallers
b514b030df
feature(contacts): add filter and refresh to contacts
7 years ago
Jack Mallers
1b14242e93
feature(contacts): start contacts feature
7 years ago
Jack Mallers
bcb158b417
feature(friends): create friends route and start implementing friends list
7 years ago
Jack Mallers
e793efa1ed
fix(lint): fix linting errors
7 years ago
Jack Mallers
eb913b0367
fix(lint): fix lint errors
7 years ago
Jack Mallers
3804a4dcaf
fix(contacts): close contact modal after successfully closing the channel
7 years ago
Jack Mallers
28d52af8e6
feature(contacts): close contact and close contact loading UX
7 years ago
Jack Mallers
15d7ec33ff
feature(contacts): add channelNodes selector
7 years ago
Jack Mallers
8a32354b1e
feature(contacts): contact modal
7 years ago
Jack Mallers
86f38adb77
fix(contacts): small bug fixes with contacts error and UI
7 years ago
Jack Mallers
f1911c0fa4
feature(contacts): loading state while adding a contact
7 years ago
Jack Mallers
121aa3fb6d
fix(contacts): fix some pending/closing contacts bugs
7 years ago
Jack Mallers
3dc63c500e
feature(contacts): add manual form
7 years ago
Jack Mallers
e50a90fa18
feature(contacts): editable contact capacity
7 years ago
Jack Mallers
c64d5abdfb
fix(contacts): rename friend functions to contacts
7 years ago
Jack Mallers
d817ecc426
feature(contacts): add filter and refresh to contacts
7 years ago
Jack Mallers
37be5c0e1e
feature(contacts): start contacts feature
7 years ago
Jack Mallers
d4b5c223a5
feature(friends): create friends route and start implementing friends list
7 years ago
Jack Mallers
b65169f054
fix(invoice modal): transition to wallet route and open the invoice modal on a newly created invoice
7 years ago
Ben Woosley
b6fe6c1c42
fix(lints): Consistently use no {} if not necessary in reducers
Eslint wants the args to be in () if the body is in {}, but we
don't need either in the case of receiveInvoiceAndQueryRoutes.
7 years ago
Ben Woosley
e7c0902cbc
fix(lints): Drop unused import
7 years ago
Jack Mallers
10d6544986
fix(lint): fix so many linting errors lol
7 years ago
Jack Mallers
a51b14f080
feature(network map): loading screen for network map
7 years ago
Jack Mallers
4e9bf77718
fix(info): remove balance and address call on info callback
7 years ago
Jack Mallers
68404f4a61
fix(neutrino hosts): fix neutrino hosts
7 years ago
Jack Mallers
bf0227ec96
feature(networkmap): working with some performance enhancements
7 years ago
Torkel Rogstad
31c62cad12
Fixes complaints from npm run lint
7 years ago
Jack Mallers
ede5c64e91
feature(channels): channel network map working
7 years ago
Jack Mallers
88e4f4313c
feature(selectedPeers): allow selected peers to be added or removed
7 years ago
Jack Mallers
ba00f12aec
fix(channelform): reset channel form when successful
7 years ago