aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/reducers
diff options
context:
space:
mode:
authorDan Finlay <dan@danfinlay.com>2017-01-18 05:47:30 +0800
committerDan Finlay <dan@danfinlay.com>2017-01-18 05:47:30 +0800
commit77bd010543855fafe21ac37e282bc8137ef7a7d8 (patch)
tree37781e98c19b50d1868af2277a9d55f29c0efa55 /ui/app/reducers
parent1f2840a7beff0cde617f1caf7cb7070507c81f7d (diff)
downloadtangerine-wallet-browser-77bd010543855fafe21ac37e282bc8137ef7a7d8.tar.gz
tangerine-wallet-browser-77bd010543855fafe21ac37e282bc8137ef7a7d8.tar.zst
tangerine-wallet-browser-77bd010543855fafe21ac37e282bc8137ef7a7d8.zip
Add "import account" menu item + template view
Diffstat (limited to 'ui/app/reducers')
-rw-r--r--ui/app/reducers/app.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/ui/app/reducers/app.js b/ui/app/reducers/app.js
index dc7344b3e..cfa98442a 100644
--- a/ui/app/reducers/app.js
+++ b/ui/app/reducers/app.js
@@ -99,6 +99,14 @@ function reduceApp (state, action) {
transForward: action.value,
})
+ case actions.SHOW_IMPORT_PAGE:
+ return extend(appState, {
+ currentView: {
+ name: 'import-menu',
+ },
+ transForward: true,
+ })
+
case actions.SHOW_INFO_PAGE:
return extend(appState, {
currentView: {