Kevin Serrano
bd8428e9ed
Comply with current currency API and add additional styling.
7 years ago
Kevin Serrano
51cebcc173
Fix the property query for new currencies.
7 years ago
Roman Rodov
9af52ee1c5
Another merge conflict resolved.
7 years ago
Roman Rodov
f6f7798828
Resolve merge conflicts for currency sort merge.
7 years ago
Kevin Serrano
456ceefcf7
Modify conversion to new api.
7 years ago
Kevin Serrano
ad14e9338d
Convert state logs into a download.
7 years ago
Kevin Serrano
056276af02
integrate infura currency
7 years ago
Dan Finlay
86d367957f
Move responsive ui into its own folder for easier merges
7 years ago
Dan Finlay
5eb3d5d485
Make folder for responsive UI
7 years ago
Dan Finlay
1b8a4395ab
Add copy state logs button
7 years ago
Thomas Huang
3367363b12
Remove all traces of testnet
8 years ago
Nickyg
e9aa37b699
add rinkeby network
8 years ago
Kevin Serrano
b3dfc4e639
Add kovan conditional to config screen.
8 years ago
Kevin Serrano
37ffcfcf0e
Rename variables to proper currency state variables.
8 years ago
Kevin Serrano
17a7436602
Connect to actions.
8 years ago
Kevin Serrano
aea263a80d
Lint.
8 years ago
Kevin Serrano
572980402d
Validate URIs before entering them in.
8 years ago
Dan Finlay
83880a5c92
Remove morden testnet provider
...
Instances configured to point at Morden will now point at Ropsten.
8 years ago
Kevin Serrano
a07e5826ad
Convert conversion util to pure json.
8 years ago
Kevin Serrano
8f3db0dbc0
Add reveal of seed words.
8 years ago
Dan Finlay
5c9969e126
Remove opinionated seed word code
...
Completely breaking all account maangement, I have removed the opinionated seed-word code from the UI.
Web3 injection still seems to work.
8 years ago
Kevin Serrano
9b61978738
Make config page title consistent with menu item.
8 years ago
Kevin Serrano
6cee99f0ba
Remove console logs.
8 years ago
Kevin Serrano
3b27fe1356
Add recent conversion date.
8 years ago
Kevin Serrano
da2527ddb4
Remove react-select as dependency.
8 years ago
Kevin Serrano
58e3042a3b
Remove logging. Clean up duplicate entries in currency list.
8 years ago
Kevin Serrano
7d1b2db87e
linting and ignoring.
8 years ago
Kevin Serrano
8acb3e6007
Enable full listing of supported currencies by Cryptonator.
8 years ago
Kevin Serrano
be76b05726
Holding off on select formatting for now. Renamed keys for options.
8 years ago
Kevin Serrano
92fb827923
currency now selectable and save-able.
8 years ago
Frankie
973aa4fd15
close #309
8 years ago
Frankie
a5c782d69c
Remove redundant network option buttons from settings page
8 years ago
Dan Finlay
8fde8a8921
Manually linted
9 years ago
Dan Finlay
a08c3bc01b
Auto linted
9 years ago
Dan Finlay
9cc04be5e4
Added seed word recovery to config screen
9 years ago
Dan Finlay
d8bee4f599
Make default providers more easiliy configurable for metamask devs
...
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.
9 years ago
Dan Finlay
2dd7bd6bd0
Make account detail view the primary view
...
- 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.
9 years ago
Dan Finlay
820736b427
Add RPC config buttons and styles
...
- Add save button for custom RPC input field
- Add button for RPC at `localhost:8545`.
- Improve `Current RPC` display.
9 years ago
Dan Finlay
1d56ab821e
Fix displayed RPC address
...
Fixes #119
9 years ago
Dan Finlay
d814a45dff
Moved UI into repo with its own dependency stack
9 years ago