openethereum/js/src/views/Contract/Queries
Jannis Redmann 5ae737f307 new InputAddressSelect component (#3071)
* basic address autocomplete

* validate input, propagate changes

* show IdentityIcon in menu

* show IdentityIcon next to input

* refactoring, better variable names, linting

* show default IdentityIcon if search by name

* port #3065 over

* show accounts in the beginning

* show accounts before contacts

* filter deleted accounts

* UX improvements

- limit number of search results shown
- hint text

* only render identity icon if valid address

* UX improvements

- align IdentityIcon
- better hint text

* align label & error with other inputs

This probably needs to be changed soon again. Therefore this ugly hack has been put in place.

* Align component with coding style for app

* Use standard/tested AddressAutocmplete (WIP)

* Address selection & inputs operational

* Update TODOs, remove unused CSS

* only handle input changes when editing

* Simplify

* Cleanup unused modules

* Add contracts to address search

* Updates Address Selector to handle valid input address #3071

* Added Address Selector to contracts read queries
2016-11-03 11:57:43 +01:00
..
index.js Initial new UI source code import (#2607) 2016-10-18 11:52:56 +02:00
inputQuery.js new InputAddressSelect component (#3071) 2016-11-03 11:57:43 +01:00
queries.css Add read-only inputs to UI plus Copy to Clipboard buttons (#3095) 2016-11-02 17:25:34 +01:00
queries.js Add read-only inputs to UI plus Copy to Clipboard buttons (#3095) 2016-11-02 17:25:34 +01:00