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
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
58ce29a9d9
fix(lints): Wrap multiline jsx in parens
7 years ago
Ben Woosley
3e8a7072c0
fix(typo): accross -> across
Fixes #111
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
462c1162b4
fix(channels prop): Fix that Channels was not passing down closeChannel to Channel
This is a required prop.
7 years ago
Jack Mallers
4f86a90ee0
fix(proto): fix merge conflicts and errors with new proto file
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
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
5a2754049b
fix(peers modal): redesign peers modal
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