JimmyMow
2e264f2d36
Merge pull request #132 from LN-Zap/fix/request-modal-after-creation
fix(invoice modal): transition to wallet route and open the invoice m…
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
JimmyMow
024ef21158
Merge pull request #130 from LN-Zap/fix/wallet-loading
fix(wallet-loading): replace loading... copy with our bolt loader
7 years ago
Jack Mallers
8821dd7962
fix(wallet-loading): replace loading... copy with our bolt loader
7 years ago
JimmyMow
c27a1c3c82
Merge pull request #129 from pajasevi/feature/allow-submit-onEnter
Allow submitting peer on Enter key press
7 years ago
pajasevi
ca8027c747
feature(allow-submit-onEnter): Added keypress event to submit form on Enter
7 years ago
JimmyMow
a40bbfd587
Merge pull request #122 from Empact/enhance/network-graph
Make the network graph fill the available window space
7 years ago
JimmyMow
0f7cce65fa
Merge pull request #128 from LN-Zap/fix/neutrino.connect
fix(neutrino.connect): remove the faucet for now as it's behind
7 years ago
Jack Mallers
f1dadee5cc
fix(neutrino.connect): remove the faucet for now as it's behind
7 years ago
JimmyMow
1299188b54
Merge pull request #113 from Empact/fix/lints
Fix lints so that test-all runs green
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
bb33bfe1cb
fix(flow): Add ps-node as a dev dependency
It's used by flow:
Launching Flow server for /.../zap-desktop
Spawned flow server (pid=46193)
Logs will go to /private/tmp/flow/zSUserszSbenzSDevelopmentzSBitcoinzSzZap-desktop.log
app/main.dev.js:18
18: import { lookup } from 'ps-node'
^^^^^^^^^ ps-node. Required module not found
Found 1 error
npm ERR! code ELIFECYCLE
npm ERR! errno 2
npm ERR! zap-desktop@0.0.1 flow: `flow`
npm ERR! Exit status 2
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
JimmyMow
aa715b0b1d
Merge pull request #121 from joaodealmeida/electron-update
Update electron and electron-builder to latest release.
7 years ago
João Almeida
8481c8108c
fix(update electron-build target for latest release when installing grpc)
7 years ago
João Almeida
b60c74fae2
Update electron and electron-builder to latest release.
7 years ago
JimmyMow
68d3985eff
Merge pull request #110 from joaodealmeida/personal/master
Add macaroon auth support
7 years ago
JimmyMow
816c024862
Merge pull request #114 from Empact/fix/spelling
fix(typo): accross -> across
7 years ago
Ben Woosley
3e8a7072c0
fix(typo): accross -> across
Fixes #111
7 years ago
JimmyMow
d94eccd4a8
Merge pull request #107 from Empact/fix/flow
Fix flow to run green
7 years ago
JimmyMow
7615874c85
Merge pull request #98 from Empact/fix/close-channel
Fix that Channels was not passing down closeChannel to Channel
7 years ago
JimmyMow
40a284a6d9
Merge pull request #112 from LN-Zap/fix/package.json
fix(package-lock.json): remove package-lock.json in favor of yarn
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
07f6d60220
Merge pull request #4 from joaodealmeida/personal/master
feature(auth-macaroon): Add macaroon auth support
7 years ago
João Almeida
98e005938d
feature(auth-macaroon): Add macaroon auth support
7 years ago
JimmyMow
bb07f326ec
Merge pull request #104 from LN-Zap/feature/network
Feature/network
7 years ago
Jack Mallers
ceb6d98446
fix(lnd): remove lnd
7 years ago
Jack Mallers
30eb4c8a4d
fix(d3): only require modules that are needed
7 years ago
Jack Mallers
6aa9ab98f6
fix(gitignore): ignore resources/bin
7 years ago
Jack Mallers
10d6544986
fix(lint): fix so many linting errors lol
7 years ago
JimmyMow
67e3e8ea32
Merge pull request #108 from Empact/fix/e2e-tests
Fix e2e tests to run green
7 years ago
Ben Woosley
323be82ea2
fix(flow): Fix main.dev flow to avoid possibly-null access
7 years ago
Ben Woosley
1578fc2631
fix(e2e-tests): Drop irrelevant e2e tests
So that e2e runs green
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
Ben Woosley
7061c41be4
fix(flow): Exclude app/node_modules from flow checks
7 years ago
JimmyMow
7051fe60ad
Merge pull request #97 from Empact/fix/peers-test
Fix the Peers.spec to run green
7 years ago
JimmyMow
43422d2e60
Merge pull request #100 from Empact/fix/prop-types
Improve propTypes for Peer and Peers through use of shape
7 years ago
JimmyMow
51be6ee9c2
Merge pull request #102 from LN-Zap/fix/readme
fix(readme): add yarn to requirements
7 years ago
Jack Mallers
d00e94134e
fix(readme): add yarn to requirements
7 years ago
Jack Mallers
03d3724750
fix(proto): add proto file for prod builds for now
7 years ago