* 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
* Added timestamps to contract creation // Sort by date (#3070)
* Added sort by ETH balance (#3070)
* Added timestamp meta to accounts / addresses entry creations (#3107)
* Adds readOnly prop to Input, convert disabled props to it (#3066)
* WIP
* Adds copy icon to readOnly Input (#3009)
* Added Copy to Clipboard buttons on the UI (#3009)
* copiable to allowCopy props #3095
* Padded copy icons (#3095)
* Fixed password width in account creation
* Copyable value in MethodDecoding
* Add mac installer files.
* Add shortcut for Applications.
* Rework installer to run under user.
* Fix up script further.
* Add App stub
* Introduce better information.
* Add new parity logos
* FirstRun logo
* Tabbar logo
* Remove duplicated block image
* Parity favicons
* Remove images to be replaced
* Paritybar logo
* Add favicon
* Adding HTML Loader for Webpack for image linking
* Added gasPriceStatistics
* WIP graph fas price stats (#2142)
* Chart to select gas price in Extra Tx (#2142)
* Gas Selection UI
* Gas Price Selection: better UI (right octiles, point on graph) (#2142)
* Gas Price Selection chart update using D3 (#2142)
* Working UI, more fluid... (#2142)
* Using the new gasPriceHistogram Call: display histogram (#2142)
* Code Clean
* Updated gas Selection explaination
* PR grumble // Gas Price Selector (#2898)
* Fixing linting issues