Jack Mallers
233125f586
fix(input): give feature full menu for inputs
7 years ago
Jack Mallers
f669bbaf66
fix(lint): fix lint errors
7 years ago
Jack Mallers
3fd72d118d
use btcd.jackmallers.com
7 years ago
Jack Mallers
4f5a76889f
remove console.log
7 years ago
Jack Mallers
0ebe9ea43f
fix(release): prep for release
7 years ago
Jack Mallers
b1c2788696
hotfix(sync): remove deposit while sync
7 years ago
Jack Mallers
1619a182fd
fix(contacts): fix contacts icon
7 years ago
Jack Mallers
128cf350d1
fix(lint): remove console.log
7 years ago
Jack Mallers
8470c7a733
hotfix(sync): check for address len too
7 years ago
Jack Mallers
afd20faf95
fix(menu): fix app menu
7 years ago
Jack Mallers
919d71f109
fix(lint): fix linting errors
7 years ago
Jack Mallers
331812b1bf
fix(lint): fix linting errors
7 years ago
Jack Mallers
56b8802d9d
feature(wallet): add wallet search
7 years ago
Jack Mallers
4fecb240bb
feature(contacts): when searching a contact yeilds no results and we recognize an @ and 66 len pubkey we will populate the contact manual form with the search
7 years ago
Jack Mallers
e202befede
fix(nav): update nav styles
7 years ago
Jack Mallers
90ccca7558
hotfix(builds): quick fixes for production builds
7 years ago
Jack Mallers
94b4c206a6
fix(proto): update proto files
7 years ago
Jack Mallers
c5d9879525
fix(lint)
7 years ago
Jack Mallers
a0b30ab4cd
fix(addressButton): fix addressButton style
7 years ago
Ben Woosley
497d4687f5
fix(electron security): Bump electron to 1.6.16
To fix protocol handler vulnerability
https://electronjs.org/blog/protocol-handler-fix
7 years ago
Jack Mallers
66c97eb3c4
hotfix(grpc + electron): reconfigure to allow for multi-platform builds
7 years ago
Jack Mallers
468a4f1dc4
fix(lint): fix linting errors
7 years ago
Jack Mallers
4c1b627179
fix(sign): sign builds
7 years ago
Jack Mallers
7bfecd9764
feature(help): help videos
7 years ago
Waseem999
76ca6bf060
linting
7 years ago
Waseem999
4b7935f509
manual form error added
7 years ago
Jack Mallers
5e9c77432a
feature(help): hard code help route
7 years ago
dfat
6313c3d4d3
fix(filter-over-modal): Add z-index to open ReactModal Overlay
7 years ago
Jack Mallers
c4979cc277
feature(help): add help nav and icon
7 years ago
Jack Mallers
a439df1f12
fix(sync): fix lint errors
7 years ago
Jack Mallers
abf23939b5
feature(sync): updated sync design
7 years ago
Jack Mallers
58388d1bd1
fix(network): fix lint errors
7 years ago
Jack Mallers
15e1c4d1ff
hard code conditional to allow sync to remain there
7 years ago
Jack Mallers
d0ddf39574
feature(network): show num of nodes and num of channels the node can see on the network map
7 years ago
Jack Mallers
9babd9b6fc
hotfix(CI fail)
7 years ago
Jack Mallers
106ea86da9
hotfix(broken import)
7 years ago
Ben Woosley
313078cfc6
fix(eslint-promise): Enable the recommended eslint-plugin-promise config
And fix related errors.
I extracted ensurePeerConnected from connectAndOpen to solve some code
duplication.
7 years ago
Ben Woosley
8e06ad5105
fix(eslint-import): Fix that eslint-plugin-import was not active
For the node import resolver, "paths" is meant to be absolute paths
for global modules.
https://github.com/benmosher/eslint-plugin-import/tree/master/resolvers/node
7 years ago
Ben Woosley
e110e0112c
fix(eslint-flowtypes): Enable plugin:flowtype/recommended
Ignore all of flow-typed
The module_vx.x.x.js's purpose is mysterious and it's causing lint failures on
CI. Excluding it seems reasonable.
7 years ago
Ben Woosley
0674065d18
fix(line-length): Extract helpers for DRY channel filtering
These were linted for excessive line length
7 years ago
Ben Woosley
a6393f2f67
fix(lints): Fix lints in main.dev.js
Mostly this involves reordering the functions so they are not used
before they are defined.
7 years ago
Ben Woosley
acbf786c0a
fix(lints): Manually fix some trivial lints
7 years ago
Ben Woosley
4125283587
enhance(lints): Enable currenly disabled lints
7 years ago
Ben Woosley
2e5ca3da68
fix(lints): Run eslint --fix over the currently disabled lints
7 years ago
Ben Woosley
6ec9ce2f85
enhance(lints): Be explicit re which lint is disabled
7 years ago
Ben Woosley
b3a4a3683c
fix(react-eslint): Enable the recommended react eslint rules
Previously was included but not enabled. The errors fixed are:
app/routes.js:9:16
✖ 9:16 Component definition is missing display name react/display-name
app/routes/contacts/components/Contacts.js:151:49
✖ 151:49 Missing "key" prop for element in iterator react/jsx-key
✖ 167:22 Missing "key" prop for element in iterator react/jsx-key
7 years ago
Jack Mallers
f6b413d7bb
fix(lint): fix lint errors
7 years ago
Jack Mallers
0f55af6129
fix(payment): setTimeout for 10 seconds after sending a payment. if LND hangs while sending a payment we wont show the loading screen forever lol we'll remove it and show an error after 10 seconds
7 years ago
Jack Mallers
674d21b3e0
fix(contacts-form): show loading spinner next to manual form when there are loading channels so the user has some feedback from the manual form
7 years ago
Jack Mallers
ec0a692983
fix(contacts-form): by default show the first 20 nodes when opening the contacts form
7 years ago