Tom Kirkpatrick
6460c879bc
style: minor style fixes
6 years ago
JimmyMow
3a806b98d1
Merge pull request #872 from mrfelton/chore/update-react
chore(deps): update react and react components
6 years ago
Tom Kirkpatrick
df6e2cb070
chore(deps): update react and react components
6 years ago
JimmyMow
04ff5d04b3
Merge pull request #871 from mrfelton/chore/update-devtools
chore(deps): update devtools (webpack, eslint etc)
6 years ago
Tom Kirkpatrick
5751d91d57
chore(deps): update devtools (webpack, eslint etc)
6 years ago
JimmyMow
4504a088cd
Merge pull request #870 from mrfelton/chore/update-electron
chore(deps): update electron packages
6 years ago
Tom Kirkpatrick
dfe6545bb7
chore(deps): update electron packages
6 years ago
JimmyMow
7d361cda13
Merge pull request #869 from mrfelton/feat/storybook-updates
style(storybook): update storybook styles
6 years ago
JimmyMow
61174ebaaf
Merge pull request #873 from mrfelton/fix/user-settings-loader-window
fix(boot): issue with fetching user settings
6 years ago
JimmyMow
b626de1cd4
Merge pull request #841 from mrfelton/feat/update-lnd
feat(lnd): update lnd to v0.5-beta-247-g68d96488
6 years ago
Tom Kirkpatrick
9b7b9721da
fix(boot): issue with fetching user settings
When we start up the app we attempt to fetch the users store settings
from IndexedDb by loading up a hidden browser window and execute
code within it to connect to and fetch settings from the database.
This fix ensures that we properly close out this hidden window once we
have fetched the user settings. This resolves an issue that prevented
the production build from starting up fully.
6 years ago
Tom Kirkpatrick
68ac6897ed
style(storybook): update storybook styles
Update storybook to latest release and make some improvements to the
display so that we now show our components against a background color
that matches the currently selected theme settings.
6 years ago
JimmyMow
d2e40ed028
Merge pull request #868 from mrfelton/feat/storybook-i18n
feat(i18n): add i18n support to storybook
6 years ago
JimmyMow
dc01b1ad37
Merge pull request #866 from mrfelton/feat/indexeddb-dexie
feat(settings): use indexedDb for persistent data
6 years ago
Tom Kirkpatrick
92a785418d
feat(lnd): enable alternate btcd host
Latest version of lnd now supports connecting to and syncing from
multiple btcd hosts.
Enable testnet2 and mainnet2 btcd hosts.
6 years ago
Tom Kirkpatrick
b2cd906581
feat(lnd): update lnd to v0.5-beta-247-g68d96488
6 years ago
Tom Kirkpatrick
64c8b0c8f1
feat(i18n): add i18n support to storybook
6 years ago
Tom Kirkpatrick
ccf315b58a
feat(settings): use indexedDb for persistent data
6 years ago
JimmyMow
029da87a20
Merge pull request #862 from mrfelton/refactor/containers-and-routing
Refactor containers and routing
6 years ago
Tom Kirkpatrick
080f876313
refactor: rework containers and routes
Refactor Containers and Routes in order to make the code a little more
readable, reduce duplication, and prepare the codebase for integration
of the new Home screen.
- Break out the Root container into several smaller containers that are
responsible for connecting themselves to the Redux store.
- Use routing for navigation between primary containers
- Unbundle the `Syncing` Component from the Onboarding section and hook
up to router so that it can be access by navigating to `/syncing' (we
want to be able to load existing wallets and initiate syncing outside of
the context of the onboarding process)
- Reduce code duplication
- Create `TitleBar` component and implement once at the top level
- Create `withLoading` HOC and use to display the loading screen when
needed.
6 years ago
Tom Kirkpatrick
cb518fdeaf
fix(ui): make Range component more configurable
6 years ago
JimmyMow
5ae8b67a17
New Crowdin translations ( #853 )
6 years ago
Tom Kirkpatrick
a21340aca4
Merge pull request #861 from jlopp/spellingfixes
style: fix spelling errors
6 years ago
statoshi
fc5834e572
fix spelling errors
6 years ago
JimmyMow
2d4d3a3dde
Merge pull request #859 from mrfelton/feat/ui-menus
feat(ui): add Menu components
6 years ago
JimmyMow
07a8b2cdf3
Merge pull request #858 from mrfelton/feat/ui-form-handling
feat(ui): add Form components
6 years ago
Tom Kirkpatrick
cfd9f7a15f
feat(ui): add Menu components
6 years ago
Tom Kirkpatrick
524627de9d
feat(ui): add Form components
6 years ago
JimmyMow
f964d9256b
Merge pull request #856 from mrfelton/feat/ui-page-components
feat(ui): add Page components
6 years ago
JimmyMow
2fadb931e8
Merge pull request #857 from mrfelton/fix/globalerror-notification-style
fix(styles): clean up global error style
6 years ago
Tom Kirkpatrick
ae19294c15
fix(styles): clean up global error style
Implement new Notification component in GlobalError.
6 years ago
Tom Kirkpatrick
81f8b2d9a4
feat(ui): add Page/MainContent/Sidebar components
6 years ago
JimmyMow
ccbc0a1323
Merge pull request #855 from mrfelton/fix/icon-consistency
fix(styles): clean up and standardize icons
6 years ago
JimmyMow
9f5b8873b9
Merge pull request #854 from mrfelton/fix/button-consistency
fix(styles): clean up and standardize buttons
6 years ago
Tom Kirkpatrick
e595acb0e0
fix(styles): clean up and standardize icons
Implement Icon components throughout the app.
6 years ago
Tom Kirkpatrick
06b1d27e64
fix(styles): clean up and standardize buttons
Implement Button component throughout the app.
Fix #830
6 years ago
JimmyMow
e01225dbe3
Merge pull request #840 from LN-Zap/feat/storybook
Extract reusable components into storybook
6 years ago
Tom Kirkpatrick
fd7987929b
feat(ui): add Modal component
6 years ago
Tom Kirkpatrick
2a7780bce4
feat(ui): add Background component
6 years ago
Tom Kirkpatrick
ea646fd82f
feat(ui): add Bar component
6 years ago
Tom Kirkpatrick
dd3adec3f2
feat(ui): add Notification component
6 years ago
Tom Kirkpatrick
4e4ef61947
feat(ui): add Button component
6 years ago
Tom Kirkpatrick
eddd3cb55f
feat(ui): add Typography components
6 years ago
Tom Kirkpatrick
ab68b9a376
feat(ui): add Spinner component
6 years ago
Tom Kirkpatrick
7a393d32bc
feat(ui): add Icon component
6 years ago
Tom Kirkpatrick
3100d2995a
feat(ui): add storybook
Create a storybook in order to aid component development by providing an
easy way to preview components.
6 years ago
JimmyMow
38ffef9e03
Merge pull request #850 from mrfelton/fix/i18n-optimisation
fix: reduce main bundle size (exclude locale data)
6 years ago
Tom Kirkpatrick
32bba0d397
feat(ui): add theme modules
Initial build out of reusable theme settings.
6 years ago
JimmyMow
ec4e172b94
Merge pull request #849 from mrfelton/chore/webpack-dev-server
build(webpack): update webpack packages
6 years ago
JimmyMow
cb124200a9
Merge pull request #846 from mrfelton/chore/update-babel
chore(deps): update babel to v7
6 years ago