Ben Woosley
dc29c80ad0
style(line length): Drop prettier line length from 120 to 100
Subjectively, this increases general readability, while the higher max-length
limit allows for longer strings and comments, etc.
7 years ago
Tom Kirkpatrick
0846bcb772
style(lint): lint and format all code
7 years ago
Ben Woosley
07facd5d0d
On the receive modal, label the address Testnet when appropriate
7 years ago
Ben Woosley
08fbed672f
Prefix ticker units with 't' when running on testnet
7 years ago
Ben Woosley
7d39aec678
Replace info.isTestnet with info.network
This holds network-specific information, initially the explorerUrl and the
bitcoinJsNetwork.
7 years ago
Jack Mallers
1e7d992edd
fix(wallet-header): wire up currency switching from the home page wallet header
7 years ago
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
4e9bf77718
fix(info): remove balance and address call on info callback
7 years ago
Jack Mallers
c08f56e6ca
fix(lint): fixed some linting errors
7 years ago
Torkel Rogstad
ef54915c11
Removes unused code, adds proper semicolon rule and reduces lint errors
7 years ago
Jack Mallers
c00eff3a1c
fix(main.dev.js): onboarding bugs
7 years ago
Jack Mallers
7df0493b18
(fix): linting error
7 years ago
Jack Mallers
94a4cca456
fix(explorer link): dynamically set explorer link
7 years ago
Jack Mallers
51311401fa
feature(lnd-ipc): replace API with ipc for listPeers
8 years ago
Jack Mallers
3cb8d3b522
feature(lnd-ipc): add redux-electron-ipc for easier send/receive IPC calls w/ redux
8 years ago
Jack Mallers
d25d1dfa73
feature(lnd-ipc): initial lnd + ipcRenderer setup w/ info as example
8 years ago
Jack Mallers
abb1b02a36
fix(lint): start fixing linting error
8 years ago
Jack Mallers
35fc8b8a1c
feature(balance + currency): dynamic balance in Nav plus add currency in reducer
8 years ago