aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/actions/restore_vault_test.js
Commit message (Collapse)AuthorAgeFilesLines
* Intermediary commit.Kevin Serrano2016-10-201-1/+1
|
* Streamlined some transition logicDan Finlay2016-05-131-1/+7
| | | | | | | | Fixes #122 Had used multiple actions for some transitions, which would lead to brief intermediary states. Now making a few actions much more explicit about what they route to, so there is less intermediary logic, and we can transition confidently to the correct view.
* Make account detail view the primary viewDan Finlay2016-04-261-1/+1
| | | | | | | | - When unlocking, the first account is now selected by default and displayed as the main view. - There is now a "CHANGE ACCT" button on the detail view to show the accounts list. - Clicking an account from the accounts list now navigates to the detail view and selects that account. - Config/Info screen "back" buttons now fire a new action, `GO_HOME`, which is configured to navigate to the accountDetail view, putting that logic in one place. - When locking and unlocking again, the first account is always displayed, eventually we should persist the selection.
* Unify test suitesDan Finlay2016-04-191-0/+54