Tom Kirkpatrick
e846e59ff4
Merge pull request #931 from LN-Zap/renovate/electron-builder-20.x
chore(deps): update dependency electron-builder to v20.38.0
6 years ago
Renovate Bot
041a84d2b5
chore(deps): update dependency electron-builder to v20.38.0
6 years ago
Tom Kirkpatrick
22d0c469ca
Merge pull request #930 from LN-Zap/renovate/concurrently-4.x
chore(deps): update dependency concurrently to v4.1.0
6 years ago
Renovate Bot
7d6d858b16
chore(deps): update dependency concurrently to v4.1.0
6 years ago
Tom Kirkpatrick
d8620815a2
Merge pull request #928 from LN-Zap/renovate/babel-monorepo
chore(deps): update babel monorepo to v7.1.6
6 years ago
Tom Kirkpatrick
f2cfa1cda0
chore(babel): consolidate babel-env config
6 years ago
Renovate Bot
7548c91e43
chore(deps): update babel monorepo to v7.1.6
6 years ago
Tom Kirkpatrick
4e99673e4e
Merge pull request #927 from LN-Zap/renovate/husky-1.x
chore(deps): update dependency husky to v1.2.0
6 years ago
Renovate Bot
6e73907aa5
chore(deps): update dependency husky to v1.2.0
6 years ago
Tom Kirkpatrick
f478190033
Merge pull request #926 from LN-Zap/renovate/pin-dependencies
chore(deps): pin dependencies
6 years ago
Renovate Bot
f6b070e186
chore(deps): pin dependencies
6 years ago
Tom Kirkpatrick
b47614900d
Merge pull request #925 from LN-Zap/renovate/configure
Configure Renovate
6 years ago
Renovate Bot
70905ae075
Add renovate.json
6 years ago
JimmyMow
dcf48a8aeb
Merge pull request #921 from mrfelton/losh11/coinbase
fix(ticker): use Coinbase API to fetch fiat ticker
6 years ago
Tom Kirkpatrick
20c8d969f5
fix(sync): ensure grpc active before leaving sync
Do not progress from the sync screen to the app screen until we have
determined that the main gRPC connection has been established.
6 years ago
Tom Kirkpatrick
2424ee14b5
fix(wallet): determine currency before display
Ensure that the wallet currency has been determined prior to displaying
the wallet components.
6 years ago
JimmyMow
a267d2c21c
Merge pull request #918 from mrfelton/feat/blockstream-explorer
feat(wallet): use blockstream.info block explorer
6 years ago
JimmyMow
e5cdfb1b98
Merge pull request #919 from mrfelton/fix/disable-channel-notifications
fix(notifications): disable channel notifications
6 years ago
JimmyMow
32502ce73b
Merge pull request #923 from mrfelton/fix/increase-invoice-list-size
fix(wallet): increase invoice fetch count to 1000
6 years ago
JimmyMow
782f108e86
Merge pull request #922 from mrfelton/fix/add-all-new-invoices
fix(wallet): add all new invoices to invoice list
6 years ago
Tom Kirkpatrick
fc8e74b7b0
fix(wallet): increase invoice fetch count to 1000
By default, lnd only returns the latest 100 invoices. Ideally we would
implement pagination, but until then here is a quick fix to increase
the max number of invoices returned by lnd to 1000.
Fix #911
6 years ago
Tom Kirkpatrick
a24d459b25
fix(wallet): add all new invoices to invoice list
Add invoices that are created/paid in the background to the activity
list.
Previously, only invoices created without Zap would be visible within
Zap without doing a manual refresh on the activity list.
Fix #912
6 years ago
Tom Kirkpatrick
706b3143d9
Merge pull request #920 from mrfelton/fix/typo
fix(strings): typo & grammar fix
6 years ago
losh11
227afbcb88
fix(ticker): use Coinbase API to fetch fiat ticker
fixes #815
6 years ago
Slinky
fcc67cfaf0
fix(strings): typo & grammar fix
defualt > default
6 years ago
Tom Kirkpatrick
9af8a89992
fix(notifications): disable channel notifications
Desktop notifications every time a channel opens or closes is noisy and
not really necessary. Most users will use autopilot for channel
management and should not care too much when it opens or closes a
channel.
Fix #879
6 years ago
Tom Kirkpatrick
05a29a6c10
feat(wallet): use blockstream.info block explorer
Fix #901
6 years ago
JimmyMow
7487fae01e
Merge pull request #916 from mrfelton/fix/message-consolidation
chore(i18n): update message strings
6 years ago
Tom Kirkpatrick
71f994d237
chore(i18n): update message strings
6 years ago
Tom Kirkpatrick
e9332d2366
Merge pull request #914 from karliatto/ES-translations
chore(i18n): adding and fixing es translations
6 years ago
Carlos Garcia Ortiz
a4ac5666f1
chore(i18n): adding and fixing es translations
6 years ago
JimmyMow
c8c1322521
Merge pull request #888 from mrfelton/chore/update-lnd
feat(lnd): update lnd to v0.5-beta-302-gb6009850
6 years ago
JimmyMow
b071590d81
Merge pull request #894 from mrfelton/chore/update-electron
chore(deps): update electron and electron-builder
6 years ago
JimmyMow
fb7f3b38e7
Merge pull request #895 from mrfelton/chore/update-dev-tools
chore(deps): update dev tools
6 years ago
JimmyMow
bcc7689388
Merge pull request #893 from mrfelton/chore/update-storybook
chore(deps): update storybook to v4.0.4
6 years ago
JimmyMow
a8757d75ef
Merge pull request #900 from mrfelton/refactor/storybook
style(storybook): reorganise and tidy up storybook
6 years ago
Tom Kirkpatrick
dbc2764760
style: update notification in light theme
6 years ago
Tom Kirkpatrick
0c90ef70a3
style(storybook): reorganise and tidy up storybook
6 years ago
JimmyMow
3080e14cc1
Merge pull request #899 from mrfelton/refactor/theme-colours
refactor: consolidate color palette
6 years ago
Tom Kirkpatrick
3dc3999473
refactor: consolidate color palette
- update the color palette to reflect the latest designs.
- use theme agnostic color names for background colors.
- remove unused colors from the color palette.
- remove some unused styles.
6 years ago
JimmyMow
1336bad1f4
Merge pull request #897 from mrfelton/refactor/general-cleaup
Refactor: general cleanup
6 years ago
Tom Kirkpatrick
938f42439c
style(page): ensure page is full height
6 years ago
Tom Kirkpatrick
bfd881d589
style(storybook): add color palette story
6 years ago
Tom Kirkpatrick
1e0a1bae37
refactor: break out storybook helper components
6 years ago
JimmyMow
6a26e5705c
Merge pull request #896 from mrfelton/chore/update-react
chore(deps): update react packages
6 years ago
JimmyMow
27e97acd28
Merge pull request #892 from mrfelton/chore/i18n
chore(i18n): extract language strings
6 years ago
Tom Kirkpatrick
2d21e3a7d9
feat(storybook): build our storybook cover page
6 years ago
Tom Kirkpatrick
706db98442
test: add basic Message component test
6 years ago
Tom Kirkpatrick
16a7567f45
refactor: rename FormFieldMessage to Message
6 years ago
Tom Kirkpatrick
006be2156e
refactor: use new Countdown component
6 years ago