aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/components
Commit message (Collapse)AuthorAgeFilesLines
* Fix scrolling topBar on PortalFabio Berger2017-12-192-2/+2
|
* Fix overflow issue on calculated fillAmountFabio Berger2017-12-191-15/+13
|
* Fix faulty importFabio Berger2017-12-191-1/+1
|
* Refactor remaining _.assign to spread operatorFabio Berger2017-12-194-8/+15
|
* Merge branch 'development' into refactor/websiteFabio Berger2017-12-191-2/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Add additional public changes introduced to changelog Update CHANGELOG Add a comment Introduce a variable for true Remove redundant template string Implement the address derivations Add hdnode dependency Move web3 import after subprovider imports in test web3_factory Fixed https://github.com/0xProject/wiki/issues/19 by disabling re-rendering of markdownCodeBlock renderer if props haven't updated Add convenience `rebuild` command Update website calls to deposit/withdraw Add entry to CHANGELOG Fix tests in contracts Modify the etherToken wrapper methods to accept an etherTokenAddress as the first arg. Since it is becoming apparent we will be updating the canonical WETH contract, we want users of 0x.js to be able to interact with n number of etherTokens without re-instantiating for each one. Fix documentation issue where `unsubscribeAll` shown as method on every contractWrapper instance even though it's only used by Exchange and Token wrappers. # Conflicts: # packages/website/ts/components/eth_weth_conversion_button.tsx
| * Update website calls to deposit/withdrawFabio Berger2017-12-181-2/+2
| |
* | Refactor configs and constants, standardize on uppercase/snakecase, ↵Fabio Berger2017-12-1912-47/+50
| | | | | | | | alphebetize, rename for logical grouping
* | remove unused styleFabio Berger2017-12-181-5/+0
| |
* | standarize on `grey` over `gray` spelling and other color related fixesFabio Berger2017-12-1827-39/+43
| |
* | Standardize colors to always be in uppercase hex and consolidate material-ui ↵Fabio Berger2017-12-1814-22/+22
| | | | | | | | greys
* | Consolidate all custom colors and material-ui colors into a colors moduleFabio Berger2017-12-1832-138/+60
| |
* | Remove unused `location` propFabio Berger2017-12-182-4/+2
| |
* | Fix unhoverable help tooltip by renaming `Trade Permissions` to `Allowance`Fabio Berger2017-12-181-2/+2
| |
* | Replace remaining strEnums with property TS string enumsFabio Berger2017-12-187-12/+12
| |
* | Update first two string enums to native typeFabio Berger2017-12-188-31/+31
|/
* Two mysteriously missing importsFabio Berger2017-12-161-0/+1
|
* Fix linter errorsFabio Berger2017-12-162-12/+0
|
* Merge branch 'development' into createWethPageFabio Berger2017-12-1628-153/+9
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (54 commits) Fix redundant spaces Fix tests Fix website unused vars Fix connect unused vars Fix 0x.js unused vars Dissallow unused vars/imports Implement first custom linter rule async-suffix Reuse intervalutils in website Add a newline Name a variable Add a comment Fix a conditional Make migrations deterministic Fix linter error Fix linter errors Add a function to init token balances Rename tokenUtils.getNonProtocolTokens to tokenUtils.getDummyTokens Add DummyToken to gitignore Add DummyToken to artifacts list Increase mocha timeout ...
| * Fix redundant spacesLeonid Logvinov2017-12-162-2/+2
| |
| * Fix website unused varsLeonid Logvinov2017-12-1528-152/+7
| |
* | Update name to be a call to actionFabio Berger2017-12-161-1/+1
| |
* | Add default value for onConversionSuccessfulFabio Berger2017-12-161-3/+2
| |
* | Improve WETH page stylingFabio Berger2017-12-152-12/+35
| |
* | Use new wrap/unwrap buttons, fetch outdated WETH balances and re-fetch after ↵Fabio Berger2017-12-151-63/+186
| | | | | | | | a successful unwrap.
* | Refactor the WETH conversion dialog/button to be either wrap or unwrap ↵Fabio Berger2017-12-152-59/+109
| | | | | | | | specific and not both
* | Make label optional and make sure the input field still renders properly ↵Fabio Berger2017-12-141-3/+4
| | | | | | | | without it
* | Remove ETH-WETH convert button from balances pageFabio Berger2017-12-141-24/+0
| |
* | progress weth pageFabio Berger2017-12-134-1/+240
|/
* Fix an invocationLeonid Logvinov2017-12-121-1/+1
|
* Move isAddress to shared utils and remove all dependencies on ethereum-addressLeonid Logvinov2017-12-111-1/+1
|
* Merge branch 'development' into feature/web3-wrapperLeonid2017-12-081-1/+2
|\
| * Make sure we don't pass empty maker into getOrderHashHexFabio Berger2017-12-081-1/+2
| |
* | Refactor web3Wrapper to a separate packageLeonid Logvinov2017-12-071-1/+1
|/
* Add missing awaitFabio Berger2017-12-061-1/+1
|
* Fix Party element so that an identicon's height is that which was passed inFabio Berger2017-12-061-1/+1
|
* Rename packageName to displayName for clarityFabio Berger2017-11-291-1/+1
|
* Add 0x Connect to footerFabio Berger2017-11-291-0/+4
|
* Add 0x Connect Docs to the menu and topBarFabio Berger2017-11-291-5/+21
|
* Refactor docs to be more declarative, put all hard-coded doc-related data in ↵Fabio Berger2017-11-291-9/+7
| | | | one place so it easier to add new doc pages
* fix remaining tslint errorsFabio Berger2017-11-2855-291/+314
|
* Fix tslint issuesFabio Berger2017-11-281-2/+2
|
* update tokenByAddress after tokenStateByAddress to avoid race-conditionFabio Berger2017-11-241-1/+1
|
* Add error when unexpected condition hitFabio Berger2017-11-241-0/+3
|
* Add missing keysFabio Berger2017-11-241-0/+2
|
* Add website to mono repo, update packages to align with existing ↵Fabio Berger2017-11-2257-0/+7102
sub-packages, use new subscribeAsync 0x.js method