Store for EditPassword Modal (#3979)

* External store (WIP)

* address & meta

* Add editable (WIP)

* View converted (WIP)

* Single API stub creation

* Testing (WIP)

* Simplified meta assign

* Tests running

* Fix duplicate exports

* Fix tags not editable
This commit is contained in:
Jaco Greeff
2016-12-28 18:09:45 +01:00
committed by Gav Wood
parent 3067a8de3e
commit 7e600b5a82
13 changed files with 658 additions and 304 deletions

View File

@@ -16,6 +16,7 @@
import { newError } from '~/ui/Errors/actions';
import { setAddressImage } from './providers/imagesActions';
import { showSnackbar } from './providers/snackbarActions';
import { clearStatusLogs, toggleStatusLogs, toggleStatusRefresh } from './providers/statusActions';
import { toggleView } from '~/views/Settings/actions';
@@ -23,6 +24,7 @@ export {
newError,
clearStatusLogs,
setAddressImage,
showSnackbar,
toggleStatusLogs,
toggleStatusRefresh,
toggleView