openethereum/js
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
..
assets Remove assets moved to ethcore/dapps-assets (#3082) 2016-11-02 11:28:04 +01:00
scripts Make JS lint & test run on Travis (#2894) 2016-10-31 13:00:02 +01:00
src new InputAddressSelect component (#3071) 2016-11-03 11:57:43 +01:00
test Initial new UI source code import (#2607) 2016-10-18 11:52:56 +02:00
.babelrc Initial new UI source code import (#2607) 2016-10-18 11:52:56 +02:00
.codeclimate.yml Initial new UI source code import (#2607) 2016-10-18 11:52:56 +02:00
.editorconfig Initial new UI source code import (#2607) 2016-10-18 11:52:56 +02:00
.eslintrc.json Initial new UI source code import (#2607) 2016-10-18 11:52:56 +02:00
.gitignore Publish parity.js to npmjs registry (#2978) 2016-10-30 09:55:46 +01:00
.istanbul.yml Initial new UI source code import (#2607) 2016-10-18 11:52:56 +02:00
.npmignore Initial new UI source code import (#2607) 2016-10-18 11:52:56 +02:00
Cargo.precompiled.toml Fixing UI compilation (#2853) 2016-10-25 12:11:56 +02:00
Cargo.toml Removing submodule in favour of rust crate (#2756) 2016-10-22 20:07:12 +02:00
LICENSE Initial new UI source code import (#2607) 2016-10-18 11:52:56 +02:00
README.md Initial new UI source code import (#2607) 2016-10-18 11:52:56 +02:00
build-server.js Add inject to "bundle everything" list (#2871) 2016-10-26 13:44:38 +02:00
build.rs Fixing UI compilation (#2853) 2016-10-25 12:11:56 +02:00
package.json [ci skip] js-precompiled 20161103-073434 2016-11-03 07:35:41 +00:00
parity.md Publish parity.js to npmjs registry (#2978) 2016-10-30 09:55:46 +01:00
parity.package.json Publish parity.js to npmjs registry (#2978) 2016-10-30 09:55:46 +01:00
webpack.config.js Fixes webpack HTML loader (#3089) 2016-11-02 12:08:22 +01:00
webpack.libraries.js Add inject to "bundle everything" list (#2871) 2016-10-26 13:44:38 +02:00
webpack.npm.js Publish parity.js to npmjs registry (#2978) 2016-10-30 09:55:46 +01:00
webpack.vendor.js Initial new UI source code import (#2607) 2016-10-18 11:52:56 +02:00

README.md

parity.js

JavaScript APIs and UIs for Parity.

development

  1. Install Node if not already available
  2. Change to the js directory inside parity/
  3. Install the npm modules via npm install
  4. Parity should be run with parity --signer-no-validation [...options] (where options can be --chain testnet)
  5. Start the development environment via npm start
  6. Connect to the UI