aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/config.js
Commit message (Collapse)AuthorAgeFilesLines
* New Account modalChi Kei Chan2017-10-181-1/+1
|
* Comply with current currency API and add additional styling.Kevin Serrano2017-09-191-1/+1
|
* Fix the property query for new currencies.Kevin Serrano2017-09-191-2/+2
|
* Another merge conflict resolved.Roman Rodov2017-09-191-4/+4
|
* Resolve merge conflicts for currency sort merge.Roman Rodov2017-09-191-1/+3
|
* Modify conversion to new api.Kevin Serrano2017-09-151-2/+2
|
* Merge branch 'master' into new-currency-testKevin Serrano2017-09-141-3/+4
|\
| * Convert state logs into a download.Kevin Serrano2017-09-131-3/+4
| |
* | integrate infura currencyKevin Serrano2017-08-301-3/+3
|/
* Add copy state logs buttonDan Finlay2017-06-291-0/+28
|
* Remove all traces of testnetThomas Huang2017-05-161-1/+1
|
* add rinkeby networkNickyg2017-04-261-0/+5
|
* Add kovan conditional to config screen.Kevin Serrano2017-03-231-0/+5
|
* Rename variables to proper currency state variables.Kevin Serrano2017-03-151-6/+6
|
* Connect to actions.Kevin Serrano2017-02-221-0/+1
|
* Lint.Kevin Serrano2016-12-211-1/+1
|
* Validate URIs before entering them in.Kevin Serrano2016-12-211-2/+26
|
* Merged master into devDan Finlay2016-12-201-1/+1
|\
| * Remove morden testnet providerDan Finlay2016-12-161-1/+1
| | | | | | | | Instances configured to point at Morden will now point at Ropsten.
* | Convert conversion util to pure json.Kevin Serrano2016-11-191-1/+1
|/
* Make config page title consistent with menu item.Kevin Serrano2016-10-051-1/+1
|
* Remove console logs.Kevin Serrano2016-08-171-2/+0
|
* Add recent conversion date.Kevin Serrano2016-08-171-0/+4
|
* Remove react-select as dependency.Kevin Serrano2016-08-171-7/+0
|
* Remove logging. Clean up duplicate entries in currency list.Kevin Serrano2016-08-171-2/+1
|
* linting and ignoring.Kevin Serrano2016-08-171-6/+6
|
* Enable full listing of supported currencies by Cryptonator.Kevin Serrano2016-08-101-6/+10
|
* Holding off on select formatting for now. Renamed keys for options.Kevin Serrano2016-08-051-4/+4
|
* currency now selectable and save-able.Kevin Serrano2016-08-051-0/+25
|
* close #309Frankie2016-06-231-1/+0
|
* Remove redundant network option buttons from settings pageFrankie2016-06-231-37/+1
|
* Manually lintedDan Finlay2016-06-221-2/+0
|
* Auto lintedDan Finlay2016-06-221-24/+23
|
* Added seed word recovery to config screenDan Finlay2016-06-031-6/+24
|
* Make default providers more easiliy configurable for metamask devsDan Finlay2016-05-111-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 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