JimmyMow
af0654ff5d
Merge pull request #176 from Empact/fix/amount-input-width
Size the PayForm amount input to hold at least 2 chars
7 years ago
Ben Woosley
3b5e118a23
fix(amount-input-width): Size the PayForm amount input to hold at least 2 chars
Because the "." of "0." is not propagated via the JS, so not in the size of
the amount string.
7 years ago
Ben Woosley
335083886c
fix(payment-form-errors): Move PayForm amount error message below the field
This is consistent with the other field and avoids overlap formatting issues.
Fixes #174
7 years ago
Kehlmann, Matthew
a2a26b66c5
fix(number-input-pinwheel): Whitespace fix
7 years ago
JimmyMow
ad691f8348
Merge pull request #173 from Empact/fix/electron-settings
Drop ineffectual nodeintegration electron setting
7 years ago
Kehlmann, Matthew
3721b16efc
fix(number-input-pinwheel): Use SASS ampersand to avoid repeating selector info
7 years ago
Ben Woosley
16d05b40cd
fix(electron-settings): Drop ineffectual nodeintegration setting
The actual nodeintegration setting is nested under webPreferences:
https://github.com/electron/electron/blob/master/docs/api/browser-window.md#new-browserwindowoptions
If you set it there, Zap doesn't run, because process is no longer available in
app.html. Use of process in app.html is a barrier to other security settings -
sandbox and contextIsolation.
https://github.com/electron/electron/blob/master/docs/tutorial/security.md#checklist
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
Kehlmann, Matthew
ea5901e4e5
fix(number-input-pinwheel): Remove pinwheel arrows that were showing in the amount field of the request and pay forms
7 years ago
JimmyMow
0c0596fcf1
Merge pull request #165 from Empact/enhance/form-tests
Add some further testing to the PayForm and RequestForm
7 years ago
JimmyMow
a2179a1544
Merge pull request #170 from LN-Zap/fix/modal-close
fix(modal-close): move back to the thinner modal close icons
7 years ago
Jack Mallers
9344074e8a
fix(modal-close): move back to the thinner modal close icons
7 years ago
JimmyMow
ccb67a927b
Merge pull request #166 from LN-Zap/feature/friends
Feature/friends
7 years ago
Jack Mallers
19a86be5df
fix(lint): fix linting errors
7 years ago
Jack Mallers
c8f02c3516
commit
Merge branch 'feature/friends' of https://github.com/LN-Zap/zap-desktop into feature/friends
7 years ago
Jack Mallers
c668757522
fix(pending-contacts): remove time estimate for pending contacts as blocks_till_open was removed from LND
7 years ago
Jack Mallers
200b8cad09
fix(contacts): force close offline contacts
7 years ago
JimmyMow
16432cc720
Merge pull request #169 from Empact/feature/friends
Fix some whitespace lint errors on the friends feature
7 years ago
Jack Mallers
aae03bedb4
merging branches
Merge branch 'feature/friends' of https://github.com/LN-Zap/zap-desktop into feature/friends
7 years ago
Jack Mallers
e4f10a568c
fix(tests): fix nav tests as we have new nav links
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
e994b3481d
fix(contacts): hard code 1 conf for channels
7 years ago
Jack Mallers
41cd59fc09
fix(contacts): close contact modal after successfully closing the channel
7 years ago
Jack Mallers
e9b5acd70f
fix(contacts): update contacts styles
7 years ago
Jack Mallers
ff0ef1f80b
feature(contacts): close contact and close contact loading UX
7 years ago
Jack Mallers
4eddc02348
feature(contacts): add channelNodes selector
7 years ago
Jack Mallers
c81e9766e5
feature(contacts): contact modal
7 years ago
Jack Mallers
75673ca5a9
fix(contacts): small bug fixes with contacts error and UI
7 years ago
Jack Mallers
bd2f1e7b0d
feature(contacts): loading state while adding a contact
7 years ago
Jack Mallers
a1aad497d6
fix(contacts): fix add button styles
7 years ago
Jack Mallers
970dfdd98e
fix(contacts): fix some pending/closing contacts bugs
7 years ago
Jack Mallers
2c2e63235e
feature(contacts): add manual form
7 years ago
Jack Mallers
9a31c68b17
feature(contacts): editable contact capacity
7 years ago
Jack Mallers
b56cf3bf7d
fix(contacts): rename friend functions to contacts
7 years ago
Jack Mallers
e33a3432bd
fix(contacts): rename contacts route
7 years ago
Jack Mallers
fc14bc66b9
fix(contacts): rename component folder to contacts
7 years ago
Jack Mallers
b514b030df
feature(contacts): add filter and refresh to contacts
7 years ago
Jack Mallers
30649d08a2
fetaure(contacts): added search to contacts
7 years ago
Jack Mallers
1b14242e93
feature(contacts): start contacts feature
7 years ago
Jack Mallers
bcb158b417
feature(friends): create friends route and start implementing friends list
7 years ago
Ben Woosley
62fe25f6f0
fix(whitespace): Fix some whitespace lint errors
7 years ago
Jack Mallers
6e30b83086
fix(tests): fix nav tests as we have new nav links
7 years ago
Jack Mallers
e793efa1ed
fix(lint): fix linting errors
7 years ago
Ben Woosley
2421673379
enhance(form-tests): Test that Pay Form display respects isOnchain / isLn props
7 years ago
Ben Woosley
a0b3b825d8
enhance(form-tests): Split a PayForm and RequestForm test out
Form.spec just shallow renders the Form, so PayForm and RequestForm
were previously only tested insofar as their props were valiated by
propTypes.
Testing them directly means the form is rendered.
7 years ago
Jack Mallers
eb913b0367
fix(lint): fix lint errors
7 years ago
Jack Mallers
c3f9ee7566
fix(contacts): hard code 1 conf for channels
7 years ago
Jack Mallers
3804a4dcaf
fix(contacts): close contact modal after successfully closing the channel
7 years ago
Jack Mallers
3d0de33250
fix(contacts): update contacts styles
7 years ago