JimmyMow
7e5ec30593
Merge pull request #844 from mrfelton/chore/update-build-tools
chore(deps): update build tools
6 years ago
JimmyMow
49dc447977
Merge pull request #843 from mrfelton/chore/update-electron
chore(deps): update electron to v3.0.4
6 years ago
JimmyMow
95e496942b
Merge pull request #842 from mrfelton/build/yarn-lock-update
build(yarn): regenerate yarn.lock files
6 years ago
Tom Kirkpatrick
5b3f54abe0
chore(deps): update build tools
Update all build related tools to latest versions.
6 years ago
Tom Kirkpatrick
b9ebc9bc4c
chore(deps): update electron to v3.0.4
This electron update includes a number of minor fixes and improvements.
6 years ago
Tom Kirkpatrick
5d96ed2ceb
build(yarn): regenerate yarn.lock files
Thew latest version of yarn includes a new integrity field for all
package entries.
Regenerate our yarn.lock files so that they are fully updated to the
latest file format.
6 years ago
JimmyMow
0fd660d272
New Crowdin translations ( #838 )
* New translations en.json (Bulgarian)
[ci skip]
* New translations en.json (Bulgarian)
[ci skip]
* New translations en.json (Bulgarian)
[ci skip]
* New translations en.json (Bulgarian)
[ci skip]
* New translations en.json (Bulgarian)
[ci skip]
6 years ago
JimmyMow
a45e9216c7
New Crowdin translations ( #834 )
* New translations en.json (Afrikaans)
[ci skip]
* New translations en.json (Irish)
[ci skip]
* New translations en.json (Ukrainian)
[ci skip]
* New translations en.json (Turkish)
[ci skip]
* New translations en.json (Swedish)
[ci skip]
* New translations en.json (Spanish)
[ci skip]
* New translations en.json (Serbian (Cyrillic))
[ci skip]
* New translations en.json (Russian)
[ci skip]
* New translations en.json (Romanian)
[ci skip]
* New translations en.json (Portuguese, Brazilian)
[ci skip]
* New translations en.json (Portuguese)
[ci skip]
* New translations en.json (Polish)
[ci skip]
* New translations en.json (Norwegian)
[ci skip]
* New translations en.json (Korean)
[ci skip]
* New translations en.json (Japanese)
[ci skip]
* New translations en.json (Italian)
[ci skip]
* New translations en.json (Hungarian)
[ci skip]
* New translations en.json (Arabic)
[ci skip]
* New translations en.json (Hindi)
[ci skip]
* New translations en.json (Hebrew)
[ci skip]
* New translations en.json (Greek)
[ci skip]
* New translations en.json (German)
[ci skip]
* New translations en.json (French)
[ci skip]
* New translations en.json (Finnish)
[ci skip]
* New translations en.json (Dutch)
[ci skip]
* New translations en.json (Danish)
[ci skip]
* New translations en.json (Czech)
[ci skip]
* New translations en.json (Croatian)
[ci skip]
* New translations en.json (Chinese Traditional)
[ci skip]
* New translations en.json (Chinese Simplified)
[ci skip]
* New translations en.json (Catalan)
[ci skip]
* New translations en.json (Bulgarian)
[ci skip]
* New translations en.json (Vietnamese)
[ci skip]
* New translations en.json (German)
[ci skip]
* New translations en.json (Hindi)
[ci skip]
6 years ago
JimmyMow
e7ff69d28e
Merge pull request #831 from mrfelton/feature/z-index-vars
style(scss): use function to apply z-index
6 years ago
Tom Kirkpatrick
b378200445
style(lint): use stylelint-config-recommended-scss
6 years ago
dfat
f475eb01ec
style(scss): use function to apply z-index
This update uses a function to apply the z-index in each .scss file.
The function needs to iterate over a map of z-index values, so all of
the z-indexes end up in a single list and can be tracked more easily.
This allows us to manage all z-index values in a single location.
7 years ago
JimmyMow
4b7b3ef0a5
Merge pull request #801 from mrfelton/chore/update-deps
Chore/update deps
6 years ago
Tom Kirkpatrick
89674c5525
Merge pull request #823 from LN-Zap/fix/add-channel-fiat-amount
fix(add-channel): dont remove input text
6 years ago
Tom Kirkpatrick
29a07f3051
Merge pull request #835 from mrfelton/ci/jest-timeout-increase
ci(jest): increase timeouts
6 years ago
Tom Kirkpatrick
369be780a9
ci(jest): increase timeouts
Tests sometimes run very slowly on Appveyor and can timeout before they
finish. Increase jest and spectron timeouts from their defaults.
6 years ago
JimmyMow
4932116c37
Merge pull request #828 from mrfelton/fix/local-conection-error
fix(lnd): show error on problem connecting to lnd
6 years ago
JimmyMow
28ddd3c1d4
Merge pull request #829 from mrfelton/fix/suggested-nodes-load-failure
fix(channels): handle suggested nodes load failure
6 years ago
Tom Kirkpatrick
7a8878604c
chore(deps): update spectron to support electron 3
See https://github.com/electron/spectron/issues/319
6 years ago
Tom Kirkpatrick
d31a085afa
build(devtools): use electron-devtools-installer
Use electron-devtools-installer to install devtools extensions and
remove unused electron-debug and devtron dependencies.
6 years ago
Tom Kirkpatrick
d57e3f70c8
chore(deps): update all dependencies
6 years ago
Tom Kirkpatrick
6ddaf99918
Merge pull request #832 from mrfelton/ci/jest-force-exit
ci(jest): use forceExit
6 years ago
Tom Kirkpatrick
c90972b039
ci(jest): use forceExit
Jest still has issues with hanging processes... add --forceExit again!
6 years ago
Tom Kirkpatrick
be47c0d32d
Merge pull request #827 from mrfelton/ci/jest-maxworkers
ci(jest): set maxWorkers to 2
6 years ago
Tom Kirkpatrick
56229525ef
fix(channels): handle suggested nodes load failure
If we are unable to load the suggested nodes list, display a message
prompting the user to open channels.
Previously we would show an infinite spinner.
Fix #392
6 years ago
Tom Kirkpatrick
0660801fb7
fix(lnd): show error on problem connecting to lnd
If there is a problem connecting to the Lightning interface on a local
lnd instance, return the user to the onboarding screen and show the
user the error message.
Previously, the app would hang on an infinite loading screen.
6 years ago
Tom Kirkpatrick
11ab3999b7
ci(jest): set maxWorkers to 2
Jest process doesn’t quit after last test completes. This can cause our
tests to fail sometimes, particularly on on Appveyor.
As an attempt to get past this previously we had set `--forceExit` in
our jest cli options, but this doesn't always work either.
Further research suggests that setting ``--maxWorkers=2` could resolve
the issue.
See
- https://github.com/facebook/jest/issues/1456#issuecomment-424356243
- https://github.com/facebook/jest/blob/master/docs/Troubleshooting.md
Fix #774 , Fix #773
6 years ago
Tom Kirkpatrick
88fcf7537a
Merge pull request #821 from LN-Zap/fix/satoshis-crash
fix(utils): dont pass non-whole num to toBitcoin()
6 years ago
Jack Mallers
8949572b24
fix(add-channel): dont remove input text
6 years ago
Jack Mallers
be14d3b414
fix(utils): dont pass non-whole num to toBitcoin()
6 years ago
Tom Kirkpatrick
c5d5b21cde
Merge pull request #817 from LN-Zap/fix/icons
fix(icon): replace png with 256x256
6 years ago
Jack Mallers
b6267ca85c
fix(icon): replace png with 256x256
6 years ago
Tom Kirkpatrick
5cdff04055
Merge pull request #813 from LN-Zap/feat/new-dock-icon
feat(icon): new dock icon
6 years ago
Jack Mallers
f5e04821fb
feat(icon): new dock icon
6 years ago
JimmyMow
0f732b57c3
Merge pull request #814 from mrfelton/fix/loading-glitch
fix(loading): fix glitch on loading sequence
6 years ago
JimmyMow
cf0ce2fd4e
Merge pull request #812 from mrfelton/fix/titlebar-for-dragging
fix(ui): ensure draggable titlebar
6 years ago
Tom Kirkpatrick
05f30c4d44
fix(loading): fix glitch on loading sequence
The loading bolt was being shown in several distinct places, which was
resulting in a glitch between completing onboarding and showing the
wallet ui.
Refactor such that the LoadingBolt component is only mounted once, in
the root component.
6 years ago
Tom Kirkpatrick
c5f99e0dd4
fix(ui): ensure draggable titlebar
Bring bak the titlebar so that the window can be moved, but make it
transparent and pinned to the top of the window.
6 years ago
JimmyMow
8e1db06211
Merge pull request #811 from mrfelton/fix/hide-expired-toggle-for-empty-wallet
fix(wallet): hide expired toggle for empty wallet
6 years ago
Tom Kirkpatrick
14c0f8e12d
fix(wallet): hide expired toggle for empty wallet
Hide the "show / hide expired" toggle for new users with no previous
activity.
For new users with an empty wallet it doesn't make any sense that in
middle of the activity list there is a toggle button to show/hide
expired requests, since we know the user has no requests.
6 years ago
JimmyMow
f8f8dab429
Merge pull request #808 from mrfelton/feat/lnd-use-free-ports
feat(lnd): use free port for lnd
6 years ago
JimmyMow
60ec6bf3af
Merge pull request #810 from mrfelton/style/fix-onboarding-next-button-movement
style(onboarding): ensure constant button position
6 years ago
JimmyMow
888924f44c
Merge pull request #809 from mrfelton/style/syncing-title-position
style(sync): vertically centre sync page title
6 years ago
Tom Kirkpatrick
52cefd7cdf
feat(lnd): use free port for lnd
Select free ports for lnd from a pool of options. By default we will
use the standard lnd ports (10009 and 9735) but if those are not
available then we will search for free ports in a nearby range.
This allows us to have multiple instances of the wallet running and
avoids possible conflicts with other instances of lnd that the user
may be running.
6 years ago
Tom Kirkpatrick
faf3d5927d
style(onboarding): ensure constant button position
A slight difference in height between the previous and next buttons
was causing the next button to appear to move when switching between
a page with or without the previous button.
Ensure that the previous and next buttons have a consistent height and
do not move when switching pages in the onboarding process.
6 years ago
Tom Kirkpatrick
d0156137a2
style(sync): vertically centre sync page title
If we are syncing after having already completed the initial sync we do
not show the funding address QR code. In this case, adjust the title
padding so that the page title is better centred.
6 years ago
JimmyMow
77fb024928
Merge pull request #807 from mrfelton/fix/login-button-styles
fix(ui): improve login button style
6 years ago
JimmyMow
04ffdb196b
Merge pull request #806 from mrfelton/fix/linux-close
fix(wallet): dereference window after closing
6 years ago
Tom Kirkpatrick
a7fc62d989
fix(ui): improve login button style
This makes the text on the login button a little more readable.
6 years ago
Tom Kirkpatrick
9c13384423
Merge pull request #804 from LN-Zap/fix/auto-update-channel-list
fix(channels): fetch channels after peer connections
6 years ago
Tom Kirkpatrick
f95d015e5e
fix(wallet): dereference window after closing
Dereference the main window after it has been closed in order to prevent
messages from being set to it after it when it no longer exists.
6 years ago