Renovate Bot
e44664c10e
chore(deps): update dependency flow-bin to v0.87.0
6 years ago
Renovate Bot
c007ce67c6
chore(deps): update dependency eslint-plugin-json to v1.3.2
6 years ago
Renovate Bot
c6d087f28c
chore(deps): update dependency eslint-plugin-jest to v21.27.2
6 years ago
Renovate Bot
01a997e221
chore(deps): update dependency eslint-config-prettier to v3.3.0
6 years ago
Renovate Bot
3ad035ec7f
chore(deps): update dependency eslint to v5.9.0
6 years ago
Renovate Bot
0ca61d206a
chore(deps): update dependency enzyme-adapter-react-16 to v1.7.0
6 years ago
Renovate Bot
149aeb8ed6
chore(deps): update dependency electron-updater to v3.2.3
6 years ago
Renovate Bot
041a84d2b5
chore(deps): update dependency electron-builder to v20.38.0
6 years ago
Renovate Bot
7d6d858b16
chore(deps): update dependency concurrently to v4.1.0
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
Renovate Bot
6e73907aa5
chore(deps): update dependency husky to v1.2.0
6 years ago
Renovate Bot
f6b070e186
chore(deps): pin dependencies
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
b7bb5c1cb9
feat(lnd): update lnd to v0.5-beta-302-gb6009850
6 years ago
Tom Kirkpatrick
fcafdec861
feat(ui): add Pay components
Add components for updated Pay form and build out reference use case in
the storybook environment.
6 years ago
Tom Kirkpatrick
03635998e6
feat(ui): add Fiat/Crypto amount field components
6 years ago
Tom Kirkpatrick
1cd45e592a
ci(webpack): disable webpack progress on CI
The webpack progress plugin produces a lot of noise when run in a CI
environment. We only really need this enabled for local dev builds.
6 years ago
Tom Kirkpatrick
0acd6bf66d
style(global): update general styles
Use https://www.npmjs.com/package/styled-reset to apply css resets and
move all global styles to the GlobalStyle component.
Update general styles inline with design design work.
6 years ago
Tom Kirkpatrick
655ceb0378
fix(i18n): extract-messages for all supported languages
6 years ago
Tom Kirkpatrick
e64314ca97
feat(ui): add LightningInvoiceInput component
6 years ago
Tom Kirkpatrick
b552aa60f1
feat(ui): add Dropdown component
6 years ago
Tom Kirkpatrick
df6e2cb070
chore(deps): update react and react components
6 years ago
Tom Kirkpatrick
5751d91d57
chore(deps): update devtools (webpack, eslint etc)
6 years ago
Tom Kirkpatrick
dfe6545bb7
chore(deps): update electron packages
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
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
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
cfd9f7a15f
feat(ui): add Menu components
6 years ago
Tom Kirkpatrick
524627de9d
feat(ui): add Form components
6 years ago
Tom Kirkpatrick
e595acb0e0
fix(styles): clean up and standardize icons
Implement Icon components throughout the app.
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
Tom Kirkpatrick
36bfb0d241
chore(version): bump to 0.2.3-beta
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
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
b378200445
style(lint): use stylelint-config-recommended-scss
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
d57e3f70c8
chore(deps): update all dependencies
6 years ago
Tom Kirkpatrick
c90972b039
ci(jest): use forceExit
Jest still has issues with hanging processes... add --forceExit again!
6 years ago