aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/config.js
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Add RPC config buttons and stylesDan Finlay2016-04-231-5/+31
| | | | | | - Add save button for custom RPC input field - Add button for RPC at `localhost:8545`. - Improve `Current RPC` display.
* Fix displayed RPC addressDan Finlay2016-04-191-2/+1
| | | | Fixes #119
* Moved UI into repo with its own dependency stackDan Finlay2016-04-141-0/+103