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
06b1d27e64
fix(styles): clean up and standardize buttons
Implement Button component throughout the app.
Fix #830
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
Jack Mallers
b1b44489e5
fix(channels): fetch in activity mount not app
6 years ago
Jack Mallers
f7964c8686
fix(theme): make compatible with multi-language
6 years ago
Tom Kirkpatrick
54ed782ff5
refactor(general): remove contactModal components
6 years ago
Tom Kirkpatrick
c00321845c
refactor(fs): consolidate containers & components
Move all presentational components to the top level components directory
and all container components to the top level containers directory.
6 years ago
Tom Kirkpatrick
a989c038fc
feat(wallet): remember last wallet address
Only generate a new wallet address after the last one has been used.
Fix #519
7 years ago
Ben Woosley
f87236495a
style(line length): Limit prettier line length to 120 chars
150 is a bit too long
7 years ago
Tom Kirkpatrick
0846bcb772
style(lint): lint and format all code
7 years ago
Ben Woosley
037f351b59
Drop the ModalRoot component
Given we have no active use of it, and the trend seems to be toward independent
modal components, eg. ContactModal, let's drop it.
7 years ago
Jack Mallers
0611a9a99b
fix(lint): fix lint errors
7 years ago
Jack Mallers
5ab19cd19b
fix(dynamic-showTransaction): add isTestnet param to function and update function calls
7 years ago
Tom Kirkpatrick
e586dc5bb8
fix(pay-form): ensure payment form shows on top
This fixes an issue where the payment form - initiated from an external
request payment link - would display under the connect dialog if that was
already open. This change ensures that the payment form always displays
on the top most layer.
Fix #284
7 years ago
Jack Mallers
63707b0b40
fix(lint/tests): fix lint and test errors
7 years ago
Jack Mallers
0f8ed62e7d
feature(suggestedNodes): style the component and render the nodes
7 years ago
Jack Mallers
7cff397a4c
fix(lint + grpc): fix lint errors and a bug where gRPC connection starts too early
7 years ago
Jack Mallers
3eb2263ff4
feature(SubmitChannel): wire up backend to new submit channel form + loading pubkeys UI
7 years ago
Jack Mallers
a0f9027180
feature(contactsform): tie up new contacts form to reducer
7 years ago
Jack Mallers
1f9a316326
fix(lint): fix linting errors
7 years ago
Jack Mallers
54c31e2de3
feature(wallet): build new wallet modal/refactor current wallet component
7 years ago
Jack Mallers
357cf4e0ef
fix(lint): fix all lint errors except a few (will fix the rest after i finish the rest of the modals)
7 years ago
Jack Mallers
9c88c78ff8
feature(request): usd amount in request form
7 years ago
Jack Mallers
e04d308687
feature(multi-currency): convert to sats before sending coins or making a request, no matter the currency
7 years ago
Jack Mallers
e60297af85
fix(lint): fix lint errors
7 years ago
Jack Mallers
12677e7f2c
fix(lint): fix linting errors
7 years ago
Jack Mallers
02cdc65421
fix(old code): remove more old code from v1
7 years ago
Jack Mallers
bc3bb5ecb7
feature(network): network contact modal
7 years ago
Jack Mallers
9320584009
feature(network): network tab all hooked up to backend
7 years ago
Jack Mallers
d9d7a06c24
fix(network, activity): fix 100vh height issues and search position
7 years ago
Jack Mallers
d010086332
feature(network)
7 years ago
Jack Mallers
907b81da8c
feature(header, activity): new activity and header
7 years ago
Jack Mallers
179cec24c8
fix(title-bar): new title bar
7 years ago
Jack Mallers
10d6544986
fix(lint): fix so many linting errors lol
7 years ago
Jim Posen
2ce18b85ee
Generate witness addresses instead of p2pkh.
lnd requires inputs to funding transactions to spend from
pay-to-witness outputs.
7 years ago
Jack Mallers
bf0227ec96
feature(networkmap): working with some performance enhancements
7 years ago
Jack Mallers
c08f56e6ca
fix(lint): fixed some linting errors
7 years ago
Jack Mallers
b492fc6bd7
fix(peers): peers makeover
7 years ago
Torkel Rogstad
ef54915c11
Removes unused code, adds proper semicolon rule and reduces lint errors
7 years ago
Jack Mallers
cebbe9dd52
fix merge conflicts
7 years ago
Jack Mallers
a91fc47662
fix(logs): remove debug logs
7 years ago
Jack Mallers
49bd61c9cf
fix(syncing): move syncing logic out of application component
7 years ago
Jack Mallers
c084d31b37
fix merge conflicts
7 years ago
Jack Mallers
5638bcde6d
fix(logs): remove debug logs
7 years ago
Jack Mallers
32d0134623
fix(syncing): move syncing logic out of application component
7 years ago
Jack Mallers
d6f9c20dd1
fix(hard code conditional, nodeIntegration): set nodeIntegration to false and remove hard-coded conditional
7 years ago
Jack Mallers
ec4e4a7122
fix(sync copy): update sync copy
7 years ago
Jack Mallers
dc198886b6
fix(custom icon importing)
7 years ago
Jack Mallers
9ad4beb03f
fix(lint, tests): fix linting errors and tests
7 years ago
Jack Mallers
5a3c289b72
resolve merge conflict
7 years ago