Ben Woosley
eb04d12a92
enhance(channels): Extract blockExplorer util
To handle shelling out to the transaction display
This was previously done inline via electron.shell.openExternal. Consolidating
it in the utility DRYs up the code both in terms of the base url and the path
building.
Note there is also code in reducers/info.js relating to:
infoSelectors.explorerLinkBase, but it seems to be unused currently.
7 years ago
Jack Mallers
962d79bb88
fix(lint): fix linting errors
7 years ago
Jack Mallers
4f97d1311b
fix(lint): fix lint errors
7 years ago
Jack Mallers
e793efa1ed
fix(lint): fix linting errors
7 years ago
Jack Mallers
eb913b0367
fix(lint): fix lint errors
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
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
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
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
Jack Mallers
bf0227ec96
feature(networkmap): working with some performance enhancements
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
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
e8ab27fb56
feature(network): setup right side
7 years ago