Results 226 issues of Victor Baranov

For instance, add `short: true` in the properties of `currency` object in order to convert `$1000` to `$1K`, `1000000` to `$1M`

Should be "Submit" instead of "+": ![screen shot 2018-11-16 at 19 12 37](https://user-images.githubusercontent.com/4341812/48633189-d96d7280-e9d3-11e8-85ed-d1a5861daf66.png)

Step2-TokenSetup
migration to auth-os
low priority

**Problem**: There is no way to remove a tier if it was accidentally added on step 3 **Solution**: Add removal icon for every tier card on step 3.

Step3-CrowdsaleSetup
feature request
migration to auth-os

If you are reporting a problem with Token Wizard, please include the following information: ### Which network did you use? (Mainnet, Kovan, Rinkeby, etc.) Mainnet ### If you were able...

logical bug
enhancement

**Problem**: After clicking to the "Continue" button in wizard, loader background has latency in appearance from transparent to purple colour, but the next page appears immediately. It leads to flickering....

UI bug
migration to auth-os
new design
Main page

Change `Managing the crowdsale` section in wiki after migration to auth-os

documentation
migration to auth-os

Relates to #540 #741 #742 #745 #747 Change description of deployment after migration to auth-os: https://github.com/poanetwork/token-wizard/wiki/Token-Wizard-Deployment-Time-and-Gas

documentation
migration to auth-os

The current deployment constants: ``` export const DEPLOYMENT_VALUES = { GAS_REQUIRED: { DEFAULT: 8044737, WHITELIST: 96040, RESERVED_TOKEN: 42220 }, TX_REQUIRED: { DEFAULT: 3, WHITELIST: 1, RESERVED_TOKEN: 1 } } ```...

Step4-Publish
to do
migration to auth-os
low priority

**Problem**: Wizard has no React component tests. **Solution**: Add React tests in addition to smart-contracts' tests for every component and add them to Travis CI. For example, by means of...

enhancement

We need e2e tests for mintedCappedCrowdsale strategy of Token Wizard 2.0

in progress
migration to auth-os