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
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
Tom Kirkpatrick
fdd243322b
Merge pull request #805 from LN-Zap/fix/remove-title-bar
fix(onboarding): replace title bar with padding
6 years ago
Jack Mallers
917d85e57e
fix(onboarding): replace title bar with padding
6 years ago
Jack Mallers
6a7ed61ef3
fix(channels): fetch channels after peer connections
6 years ago
JimmyMow
9cabee5f8d
Merge pull request #802 from mrfelton/fix/console-error-on-request-form
fix(wallet): fix console error in request form
6 years ago
JimmyMow
986017f2e5
Merge pull request #798 from mrfelton/style/loading-fade-out
style(loading): fade out loading bolt
6 years ago
Tom Kirkpatrick
24f52374ca
Merge pull request #796 from LN-Zap/fix/fetchChannels
fix(channels): fetch in activity mount not app
6 years ago
Tom Kirkpatrick
085f81d346
fix(wallet): fix console error in request form
Ensure that the FormattedNumber component gets passed a valid number.
If we don't have a value, the the value to 0.
6 years ago
Tom Kirkpatrick
afdb7ceddd
Merge pull request #803 from mrfelton/test/combine-e2e-tests
test(e2e): combine e2e test setup/teardown steps
6 years ago
Tom Kirkpatrick
1081db81c4
test(e2e): combine e2e test setup/teardown steps
There is currently a bug with Spectron which is causing random test
failures due to `app.quit` not working as it should.
Combine the e2e tests so that they use a single setup/teardown step
which will reduce the frequency of random test failures.
6 years ago
JimmyMow
2906649fff
Merge pull request #800 from mrfelton/fix/currecy-display-network-view
fix(channels): display currencyName in network
6 years ago
Jack Mallers
b1b44489e5
fix(channels): fetch in activity mount not app
6 years ago
Tom Kirkpatrick
9859ac2eec
style(loading): fade out loading bolt
Show the loading bolt for a little longer and fade it out when it
unmounts.
6 years ago
Tom Kirkpatrick
5eb4320b18
Revert "Merge pull request #790 from mrfelton/ci/streamline-build-per-env"
This reverts commit e4c0349772
, reversing
changes made to 0d8c39e7e6
.
6 years ago
Tom Kirkpatrick
ce5bf30f3e
fix(channels): display currencyName in network
Display the currency name (BTC/tBTC etc) next to the amount that shows
at the top of the network view.
6 years ago
Tom Kirkpatrick
6f9863b85f
Merge pull request #797 from LN-Zap/fix/receive-amount-unit
fix(channels): use currencyName in req_limit
6 years ago
Jack Mallers
980baaeafd
fix(channels): use currencyName in req_limit
6 years ago
JimmyMow
bf433a5450
Merge pull request #793 from mrfelton/chore/remove-unused-code
chore(fs): remove unused util code
6 years ago
JimmyMow
af7589a55c
Merge pull request #781 from mrfelton/chore/update-lnd-0.5-beta
feat(lnd): update lnd to v0.5-beta
6 years ago
JimmyMow
19a878c537
Merge pull request #795 from mrfelton/fix/hide-zero-channel-balance
fix(wallet): hide zero channel balance
6 years ago
Tom Kirkpatrick
a5f4960c88
feat(lnd): update lnd to v0.5-beta-21-g25145acc
6 years ago
JimmyMow
3f5d5c459f
Merge pull request #792 from mrfelton/fix/i18n-currency-display
fix(i18n): parse fiat amounts to number type
6 years ago
JimmyMow
9549749765
Merge pull request #759 from mrfelton/feat/lnd-release-scripts
feat(lnd): add lnd release scripts
6 years ago
Tom Kirkpatrick
ba361ee1cf
fix(wallet): hide zero channel balance
If the total channel balance is zero, do not show the channel balance at
the top of the network view as the zero doesn't convey any useful
information and looks strange.
6 years ago
Tom Kirkpatrick
977937956e
chore(fs): remove unused util code
Our USD helper functions are no longer used since we have migrated to
intl for currency formatting. Remove the unused code.
6 years ago
JimmyMow
95e28c58b7
Merge pull request #794 from mrfelton/test/fix-failing-test
test(unit): fix failing test case
6 years ago
Tom Kirkpatrick
a0e77b1e1f
fix(i18n): parse fiat amounts to number type
We need to pass a number to `<FormattedNumber>` for it to properly
display the currency values. In some cases we were passing a
pre-formatted string which was causing some currency amount to render
as NaN.
6 years ago
Tom Kirkpatrick
0947079d05
test(unit): fix failing test case
6 years ago
Tom Kirkpatrick
2d0a897de2
Merge pull request #761 from LN-Zap/feat/multiple-themes
Multiple themes
6 years ago
Jack Mallers
f7964c8686
fix(theme): make compatible with multi-language
6 years ago
JimmyMow
f6fd4f9171
Merge pull request #767 from LN-Zap/crowdin
Multiple languages
6 years ago
Tom Kirkpatrick
3974aed3bb
ci(release): correct linux release target
6 years ago
Tom Kirkpatrick
f28a447e61
Revert "Revert "Merge pull request #788 from mrfelton/ci/release-per-platform""
This reverts commit 4771c1ecb9
.
6 years ago
Tom Kirkpatrick
5c93cee6d2
test(timeout): use jest.setTimeout to set timeout
6 years ago
Tom Kirkpatrick
2ac4953827
feat(i18n): enable Irish language
6 years ago
JimmyMow
c658e3436a
New Crowdin translations ( #787 )
* 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 (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 (Japanese)
[ci skip]
* New translations en.json (Italian)
[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 (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 (Bulgarian)
[ci skip]
6 years ago
Tom Kirkpatrick
70bfa6cb73
feat(i18n): use local currency display rules
Use `intl.formattedNumber` to display currency values to ensure that
currencies are displayed using the formatting rules that match the
user's locale.
6 years ago
Tom Kirkpatrick
d2d42a7409
feat(i18n): use custom Chinese language names
6 years ago
Tom Kirkpatrick
12884ed3b1
chore(deps): update react-intl to v2.6.0
6 years ago
Tom Kirkpatrick
27e46ccde8
feat(i18n): detect best-fit user currency
Use the locale information in order to select a best fit default
currency for the user.
6 years ago
Tom Kirkpatrick
cc2e789626
feat(i18n): crowin integration
6 years ago
Tom Kirkpatrick
2b83dde884
feat(i18n): initial translations
6 years ago
Tom Kirkpatrick
aedd1ee233
feat(i18n): initial multi-language support
6 years ago
Tom Kirkpatrick
54ed782ff5
refactor(general): remove contactModal components
6 years ago
Tom Kirkpatrick
4771c1ecb9
Revert "Merge pull request #788 from mrfelton/ci/release-per-platform"
This reverts commit e3e1be1ef5
, reversing
changes made to e4c0349772
.
6 years ago