This website works better with JavaScript.
Home
Explore
Help
Sign In
lukechilds
/
zap-desktop
mirror of
https://github.com/lukechilds/zap-desktop.git
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1764
Commits
9
Branches
5
Tags
147 MiB
Tree:
6e7018fb7a
gh-pages
l10n_master2
master
next
patch-1
renovate/babel-plugin-styled-components-1.x
renovate/lint-staged-8.x
renovate/prettier-1.x
renovate/react-icons-3.x
v0.1.0-beta
v0.1.1-beta
v0.2.0-beta
v0.2.1-beta
v0.2.2-beta
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '6e7018fb7a'
${ noResults }
zap-desktop
/
app
/
components
/
withLoading
/
index.js
4 lines
68 B
Raw
Normal View
History
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
import
withLoading
from
'./withLoading'
export
default
withLoading