Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove console logs. | Kevin Serrano | 2016-08-17 | 1 | -2/+0 |
| | |||||
* | Add recent conversion date. | Kevin Serrano | 2016-08-17 | 1 | -0/+4 |
| | |||||
* | Remove react-select as dependency. | Kevin Serrano | 2016-08-17 | 1 | -7/+0 |
| | |||||
* | Remove logging. Clean up duplicate entries in currency list. | Kevin Serrano | 2016-08-17 | 1 | -2/+1 |
| | |||||
* | linting and ignoring. | Kevin Serrano | 2016-08-17 | 1 | -6/+6 |
| | |||||
* | Enable full listing of supported currencies by Cryptonator. | Kevin Serrano | 2016-08-10 | 1 | -6/+10 |
| | |||||
* | Holding off on select formatting for now. Renamed keys for options. | Kevin Serrano | 2016-08-05 | 1 | -4/+4 |
| | |||||
* | currency now selectable and save-able. | Kevin Serrano | 2016-08-05 | 1 | -0/+25 |
| | |||||
* | close #309 | Frankie | 2016-06-23 | 1 | -1/+0 |
| | |||||
* | Remove redundant network option buttons from settings page | Frankie | 2016-06-23 | 1 | -37/+1 |
| | |||||
* | Manually linted | Dan Finlay | 2016-06-22 | 1 | -2/+0 |
| | |||||
* | Auto linted | Dan Finlay | 2016-06-22 | 1 | -24/+23 |
| | |||||
* | Added seed word recovery to config screen | Dan Finlay | 2016-06-03 | 1 | -6/+24 |
| | |||||
* | Make default providers more easiliy configurable for metamask devs | Dan Finlay | 2016-05-11 | 1 | -5/+24 |
| | | | | | | | | No longer do our `mainnet` and `testnet` buttons set specific RPC urls. Now they set `provider.type`, which gets interpreted with code. Currently the provider types of `mainnet` and `testnet` point to our new scalable backends, but these could be re-interpreted to use any other provider, be it etherscan, peer to peer, or otherwise. Makes it easier for us to upgrade our infrastructure without incorporating migration logic into the program. | ||||
* | Make account detail view the primary view | Dan Finlay | 2016-04-26 | 1 | -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 styles | Dan Finlay | 2016-04-23 | 1 | -5/+31 |
| | | | | | | - Add save button for custom RPC input field - Add button for RPC at `localhost:8545`. - Improve `Current RPC` display. | ||||
* | Fix displayed RPC address | Dan Finlay | 2016-04-19 | 1 | -2/+1 |
| | | | | Fixes #119 | ||||
* | Moved UI into repo with its own dependency stack | Dan Finlay | 2016-04-14 | 1 | -0/+103 |