aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/actions
Commit message (Collapse)AuthorAgeFilesLines
* change all instances of selectedAddress to selectedAccount.Kevin Serrano2016-11-221-1/+0
|
* Fix testsDan Finlay2016-10-212-64/+4
|
* Intermediary commit.Kevin Serrano2016-10-202-5/+5
|
* Added ability to nickname wallets locallyDan Finlay2016-05-211-0/+36
| | | | The changes are persisted to localstorage, so they cannot be restored on a new computer, but for right now it's a nice organizational feature.
* Streamlined some transition logicDan Finlay2016-05-132-1/+28
| | | | | | | | 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.
* Fix testDan Finlay2016-05-111-1/+2
|
* Remove test only statementDan Finlay2016-05-111-1/+1
|
* Fix outdated transitionsDan Finlay2016-04-301-23/+23
| | | | | | | | Fixes #151 - Cancelling or completing a tx now goes back to account detail view. - Restoring a vault now does not select an unloaded account, shows account list. - Account list now never selects an item only uses the cells as buttons.
* 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-196-0/+340