You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
..
api
fix: Don't catch api/index errors
7 years ago
components
style(line length): Drop prettier line length from 120 to 100
7 years ago
containers
style(line length): Drop prettier line length from 120 to 100
7 years ago
icons
feature(unlockWallet): ability to unlock wallet with helpful error messages
7 years ago
lnd
Merge pull request #464 from LN-Zap/fix/undefined-lnd-log
7 years ago
notifications
fix(eslint-import): Fix that eslint-plugin-import was not active
7 years ago
reducers
style(line length): Drop prettier line length from 120 to 100
7 years ago
routes
style(line length): Drop prettier line length from 120 to 100
7 years ago
store
style(line length): Limit max length to 120, including comments, etc.
7 years ago
utils
style(line length): Drop prettier line length from 120 to 100
7 years ago
.eslintrc
fix(lint): update lint packages + config
7 years ago
animated_checkmark.scss
fix(style-lint): Bump stylelint and config to latest, fix lints
7 years ago
app.global.scss
fix(security): content security policy
7 years ago
app.html
ci(travis): disable security warnings
7 years ago
index.js
Removes unused code, adds proper semicolon rule and reduces lint errors
7 years ago
keyframes.scss
fix(style-lint): Bump stylelint and config to latest, fix lints
7 years ago
main.dev.js
style(line length): Drop prettier line length from 120 to 100
7 years ago
menu.js
style(line length): Drop prettier line length from 120 to 100
7 years ago
package.json
build: do not build grpc-node from source
7 years ago
reset.scss
feature(navbar): mock MVP navbar styles
8 years ago
routes.js
style(lint): lint and format all code
7 years ago
tooltip.scss
fix(style-lint): Bump stylelint and config to latest, fix lints
7 years ago
variables.scss
fix(style-lint): Bump stylelint and config to latest, fix lints
7 years ago
yarn.lock
fix(grpc): update grpc to v1.12.3
7 years ago