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
c3f9ee7566
fix(contacts): hard code 1 conf for channels
7 years ago
Jack Mallers
3804a4dcaf
fix(contacts): close contact modal after successfully closing the channel
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
4d97c0e701
fix(contacts): fix add button styles
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
d817ecc426
feature(contacts): add filter and refresh to contacts
7 years ago
Jack Mallers
d264e77641
fetaure(contacts): added search 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
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