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
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
Jack Mallers
b65169f054
fix(invoice modal): transition to wallet route and open the invoice modal on a newly created invoice
7 years ago
Jack Mallers
8821dd7962
fix(wallet-loading): replace loading... copy with our bolt loader
7 years ago
pajasevi
ca8027c747
feature(allow-submit-onEnter): Added keypress event to submit form on Enter
7 years ago
Jack Mallers
f1dadee5cc
fix(neutrino.connect): remove the faucet for now as it's behind
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
Ben Woosley
1522cd00ae
fix(lints): Group all imports together
7 years ago
Ben Woosley
7ba78d629c
fix(lints): Use parens for explicit precedence
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
868f70759e
fix(lints): Don't return assignment in ref setters
7 years ago
Ben Woosley
e7c0902cbc
fix(lints): Drop unused import
7 years ago
Ben Woosley
58ce29a9d9
fix(lints): Wrap multiline jsx in parens
7 years ago
Ben Woosley
5d37b56245
fix(lints): Allow shadowing fetchBlockHeight in Root
Because the other use is the same method before being mapped to props
7 years ago
João Almeida
8481c8108c
fix(update electron-build target for latest release when installing grpc)
7 years ago
Nahom Abi
da0c8455ee
Fix: Renamed style class, fixed coding style issues, restructured copy invoice function
7 years ago
Nahom Abi
152147d667
added button to copy invoice
7 years ago
Ben Woosley
3e8a7072c0
fix(typo): accross -> across
Fixes #111
7 years ago
Jack Mallers
c7ed8ece98
fix(package-lock.json): remove package-lock.json in favor of yarn
7 years ago
João Almeida
dd40200933
fix(auth-macaroon): Remove 'no-macaroon' flag for lnd call
7 years ago
João Almeida
98e005938d
feature(auth-macaroon): Add macaroon auth support
7 years ago
Jack Mallers
30eb4c8a4d
fix(d3): only require modules that are needed
7 years ago
Jack Mallers
10d6544986
fix(lint): fix so many linting errors lol
7 years ago
Ben Woosley
323be82ea2
fix(flow): Fix main.dev flow to avoid possibly-null access
7 years ago
Ben Woosley
462c1162b4
fix(channels prop): Fix that Channels was not passing down closeChannel to Channel
This is a required prop.
7 years ago
Jack Mallers
03d3724750
fix(proto): add proto file for prod builds for now
7 years ago
Jack Mallers
4f86a90ee0
fix(proto): fix merge conflicts and errors with new proto file
7 years ago
Jack Mallers
81c0a2e05a
fix(network graph): remove imports of old dependencies
7 years ago
Jack Mallers
33beb46d84
fix(network map): remove not used dependencies
7 years ago
Jack Mallers
4a98e38dea
fix(network graph): remove old react-vis-force component
7 years ago
Ben Woosley
e25d2fedef
fix(peers spec): Drop defunct Peers/index
Unsupported as of: b492fc6bd7
7 years ago
Ben Woosley
640c1744ec
fix(prop-types): Improve propTypes for Peer and Peers through use of shape
7 years ago
Jack Mallers
a51b14f080
feature(network map): loading screen for network map
7 years ago
Jack Mallers
169f0525af
feature(map): built own map with d3
7 years ago
Jim Posen
2ce18b85ee
Generate witness addresses instead of p2pkh.
lnd requires inputs to funding transactions to spend from
pay-to-witness outputs.
7 years ago
Jack Mallers
4e9bf77718
fix(info): remove balance and address call on info callback
7 years ago
Jim Posen
1cd3907d09
Upgrade grpc to 1.7.3.
Fixes https://github.com/grpc/grpc-node/pull/45 .
7 years ago
Jack Mallers
020e22a746
fix(tx subscription): better log message
7 years ago
Jack Mallers
d6ef0ecd1b
fix(wallet modal): redesign wallet modal
7 years ago
Jack Mallers
ac50de138c
fix(payment): fix payment error
7 years ago
Jack Mallers
907650db46
fix(wallet): fix address button
7 years ago
Jack Mallers
77845a12af
fix(main.styles.css)
7 years ago
Jack Mallers
68404f4a61
fix(neutrino hosts): fix neutrino hosts
7 years ago