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 |
Jack Mallers
|
7824860ead
|
fetaure(transactionForm): create transaction form component
|
7 years ago |
Jack Mallers
|
ede5c64e91
|
feature(channels): channel network map working
|
7 years ago |
Jack Mallers
|
40d07e1f06
|
feature(channelsList): style network channels list
|
7 years ago |
Jack Mallers
|
88e4f4313c
|
feature(selectedPeers): allow selected peers to be added or removed
|
7 years ago |
Jack Mallers
|
48cbee018e
|
fix(network graph): sepearte network graph out and add loading screen
|
7 years ago |
Jack Mallers
|
bcdc551131
|
feature(tabs): hard code tabs style
|
7 years ago |
Jack Mallers
|
39a9f61d34
|
feature(network): create network route and nav link
|
7 years ago |
Jack Mallers
|
f9d84532a1
|
fix(syncing): onyl show % when over 0
|
7 years ago |
Jack Mallers
|
c08f56e6ca
|
fix(lint): fixed some linting errors
|
7 years ago |
Jack Mallers
|
dd0cfde853
|
fix(network): remove network for now
|
7 years ago |
Jack Mallers
|
d87d70f367
|
feature(network transaction): design network transaction form
|
7 years ago |
Jack Mallers
|
d4748bbdf5
|
fix(address): add new address button until address bug is tracked down
|
7 years ago |
Jack Mallers
|
b492fc6bd7
|
fix(peers): peers makeover
|
7 years ago |
Jack Mallers
|
e8ab27fb56
|
feature(network): setup right side
|
7 years ago |
Jack Mallers
|
19333e37c5
|
feature(network): add network route
|
7 years ago |
Torkel Rogstad
|
ef54915c11
|
Removes unused code, adds proper semicolon rule and reduces lint errors
|
7 years ago |
Jack Mallers
|
f2ef242b2e
|
fix(peers header): fix some styles
|
7 years ago |
Jack Mallers
|
84c5edfcb5
|
feature(peers): style peers
|
7 years ago |
Jack Mallers
|
d42d794252
|
fix(peer form): tweak styles to fit new vibe
|
7 years ago |
Jack Mallers
|
9ae2a23fa1
|
feature(peers route): create peers route skeleton
|
7 years ago |
Jack Mallers
|
9efa94efb6
|
fix(pay button): add pushy button style to pay button
|
7 years ago |