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
Tom Kirkpatrick
01e2bd72b5
feat(ui): add simplified Countdown component
6 years ago
Tom Kirkpatrick
769652f3fc
refactor: rename PaySummaryRow as DataRow
6 years ago
Tom Kirkpatrick
8b701e8ed7
refactor: regenerate icons with unique ids
6 years ago
Tom Kirkpatrick
540d496dfa
chore(deps): update connected-react-router to v5.0.1
6 years ago
Tom Kirkpatrick
9883452ea7
chore(deps): update react (menu/hot-loader/spring)
6 years ago
Tom Kirkpatrick
a253f1f217
chore(deps): update dev tools
6 years ago
Tom Kirkpatrick
232ca223d1
chore(deps): update electron and electron-builder
6 years ago
Tom Kirkpatrick
a95d6a8b7e
chore(deps): update storybook to v4.0.4
6 years ago
Tom Kirkpatrick
b3efb8a0f7
refactor: move AmountInput component to UI dir
6 years ago
Tom Kirkpatrick
ef70acddd0
refactor: move Value component to UI dir
6 years ago
Tom Kirkpatrick
13456488ed
refactor: remove unused components
6 years ago
Tom Kirkpatrick
5501b13699
chore(i18n): extract language strings
6 years ago
JimmyMow
b11364e11f
New Crowdin translations ( #891 )
6 years ago
JimmyMow
83df2dfad3
Merge pull request #890 from mrfelton/feat/request-cleanup
refactor: remove old request form code
6 years ago
JimmyMow
359bc6580d
Merge pull request #889 from mrfelton/feat/request
feat(ui): implement new request forms
6 years ago
Tom Kirkpatrick
8f7ee97fba
refactor: remove old request form code
6 years ago
Tom Kirkpatrick
b2aa3909cd
feat(ui): integrate new request forms
6 years ago
Tom Kirkpatrick
fc07452696
refactor(pay): use bolt11 wrapper to decode
6 years ago
Tom Kirkpatrick
dd732781db
refactor(pay): use layout components in Pay forms
6 years ago
Tom Kirkpatrick
967a03d8ae
feat(ui): add Request components
6 years ago