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
Kehlmann, Matthew
ea5901e4e5
fix(number-input-pinwheel): Remove pinwheel arrows that were showing in the amount field of the request and pay forms
7 years ago
Jack Mallers
9344074e8a
fix(modal-close): move back to the thinner modal close icons
7 years ago
Jack Mallers
19a86be5df
fix(lint): fix linting errors
7 years ago
Jack Mallers
c668757522
fix(pending-contacts): remove time estimate for pending contacts as blocks_till_open was removed from LND
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
e9b5acd70f
fix(contacts): update contacts styles
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
e33a3432bd
fix(contacts): rename contacts route
7 years ago
Jack Mallers
fc14bc66b9
fix(contacts): rename component folder 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
Ben Woosley
62fe25f6f0
fix(whitespace): Fix some whitespace lint errors
7 years ago
Jack Mallers
e793efa1ed
fix(lint): fix linting errors
7 years ago
Ben Woosley
a0b3b825d8
enhance(form-tests): Split a PayForm and RequestForm test out
Form.spec just shallow renders the Form, so PayForm and RequestForm
were previously only tested insofar as their props were valiated by
propTypes.
Testing them directly means the form is rendered.
7 years ago
Jack Mallers
eb913b0367
fix(lint): fix lint errors
7 years ago
Jack Mallers
3d0de33250
fix(contacts): update contacts styles
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
4af5a98a0e
fix(contacts): rename contacts route
7 years ago
Jack Mallers
9578ca9379
fix(contacts): rename component folder 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
pajasevi
95872d8ea3
fix(unified-close-icons): Removed duplicate declaration, fix for stylelint
7 years ago
pajasevi
2c53fc0eaa
feature(unified-close-icons): Unified close icons
7 years ago
Jack Mallers
e51a2042df
hotfix(global error): only setTimeout when theres an error
7 years ago
pajasevi
446308d59d
feature(better-error-message): Autoclose error message after 10 seconds
7 years ago
pajasevi
94ab470e5c
fix(better-error-message): Added max-width for long error messages, adjusted close icon size
7 years ago
pajasevi
ca8027c747
feature(allow-submit-onEnter): Added keypress event to submit form on Enter
7 years ago
Ben Woosley
301a03c588
enhance(network-graph): Make the network graph fill the available window space
Drop unused width/height state variables.
7 years ago
Ben Woosley
3829046857
fix(lints): Call d3 modifiers on the selection itself
Rather than iterating over the selection.
7 years ago
Ben Woosley
947cf70742
fix(lints): Move setState(simulationData) out of componentDidUpdate
Otherwise we force a second render for essentially every render.
7 years ago
Ben Woosley
fab2aeb07e
fix(lints): Sort network methods according to sort-comp
https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/sort-comp.md
7 years ago