JimmyMow
4e236fa5dc
Merge pull request #852 from mrfelton/chore/bump-version
chore(version): bump to 0.2.3-beta
6 years ago
JimmyMow
205d52d31a
Merge pull request #851 from mrfelton/fix/settings-menu-zindex
fix(ui): ensure settings menu shows on top
6 years ago
Tom Kirkpatrick
ac8513d87a
Merge pull request #836 from michaelWuensch/chore/autopilot-strings
Change autopilot strings
6 years ago
Unknown
026c69b40d
chore(translation strings): Change autopilot strings
In some languages like german, the order of the words was wrong and could not be fixed within crowdin.
revert message keys
- revert message keys
- correct translation for existing translations
6 years ago
Tom Kirkpatrick
36bfb0d241
chore(version): bump to 0.2.3-beta
6 years ago
Tom Kirkpatrick
8325385453
fix(ui): ensure settings menu shows on top
Several of our elements were missing z-index property, causing them to
display incorrectly in the app.
Ensure that we import styles/variables.scss before attempting to use
the z() helper function that it provides.
6 years ago
Tom Kirkpatrick
1910da53ec
fix: reduce main bundle size (exclude locale data)
By not loading locale data into the main process we can considerably
reduce it's size. We the only thing we need access to in the main
process is the translation sets (used for the languages menu).
refactor the i18n code so that the locale data can only be loaded when
needed (in the renderer).
6 years ago
Tom Kirkpatrick
a82e585e7f
build(webpack): update webpack packages
webpack-serve and webpack-command have been depreciated. Migrate to
webpack-cli and webpack-dev-server.
6 years ago
Tom Kirkpatrick
7bb76dbb94
chore(deps): update babel to v7
Update babel to v7 and make necessary adjustments to get things to
function properly.
6 years ago
JimmyMow
19c1c85a6b
Merge pull request #845 from mrfelton/chore/update-react-libs
chore(deps): update react libs
6 years ago
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
50a34fc3b8
chore(deps): update react libs
Update react supporting libs to latest versions.
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