Tom Kirkpatrick
7ab31e12df
fix(cors): proxy requests to remote sites
When running in dev mode, proxy requests to remote sits in order to
mitigate CORS issues.
7 years ago
Ben Woosley
07ff5db0b9
fix: Don't catch api/index errors
If we catch these errors and resolve to the error itself, then `await` for that
function resolves to the error value rather than throw. Because no api currently
handles the associated errors, it is better to be noisy about these errors, by
throwing rather than returning the error object.
7 years ago
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
Tom Kirkpatrick
f460542e25
fix(security): content security policy
Set up an initial Content-Security-Policy that limits resources
loading capabilities to those locations that we expect to load from.
Note: This currently includes three following remote URLs:
*content:*
- https://api.coinmarketcap.com
- http://zap.jackmallers.com
- https://testnet-api.smartbit.com.au ;
*fonts/styles:*
- https://fonts.googleapis.com
- https://s3.amazonaws.com
- https://fonts.gstatic.com
7 years ago
Jack Mallers
0f8ed62e7d
feature(suggestedNodes): style the component and render the nodes
7 years ago
Jack Mallers
ff3e492037
fix(logs): remove console.logs
7 years ago
Jack Mallers
c78b176cd5
fix(lint): fix linting errors
7 years ago
Jack Mallers
3c1d68d734
feature(%): lnd syncing shows progress %
7 years ago
Jack Mallers
f03710daa4
fix(currentTicker): fix tests and lint errors
7 years ago
Jack Mallers
5a307dfba8
feature(ticker): replace hard coded ticker with currentTicker
7 years ago
Jack Mallers
6c87563aa2
fix(lnd-ipc): fix linting errors
7 years ago
Jack Mallers
abb1b02a36
fix(lint): start fixing linting error
8 years ago
Jack Mallers
e46391b9e5
feature(channels): combine all channels with selector and display different types (active, pending open, pending closed)
8 years ago
Jack Mallers
35fc8b8a1c
feature(balance + currency): dynamic balance in Nav plus add currency in reducer
8 years ago
Jack Mallers
cb7dbea74c
feature(activity reducer): add activity reducer and api calls
8 years ago