aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/pages
Commit message (Collapse)AuthorAgeFilesLines
* Uppercase Networks enum valuesFabio Berger2018-01-311-3/+3
|
* Fix all setState calls after unmounted errors. Decided to create our own ↵Fabio Berger2018-01-312-16/+28
| | | | flag rather then using a cancellablePromise since there was little to be gained from this alternative
* Initial Ledger support implementationFabio Berger2018-01-286-6/+6
|
* Fix @bmilman linkedin linkLeonid Logvinov2018-01-121-1/+1
|
* Add new team photosLeonid Logvinov2018-01-121-4/+6
|
* Add @tom and @dekz while removing @PhABCLeonid Logvinov2018-01-122-14/+26
|
* Apply prettier configLeonid Logvinov2018-01-0325-1112/+855
|
* Merge branch 'development' into fix/docLinksFabio Berger2017-12-2215-125/+125
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Update and standardize contracts README Add to CHANGELOG Refactor toBaseUnitAmount so that it throws if user supplies unitAmount with too many decimals Make assertion stricter so that one cannot submit invalid baseUnit amounts to `toUnitAmount` Add some missed underscores, update changelog and comments Add new underscore-privates rule to @0xproject/tslint-config and fix lint errors # Conflicts: # packages/website/ts/pages/documentation/documentation.tsx # packages/website/ts/pages/shared/nested_sidebar_menu.tsx
| * Merge branch 'development' into fix/underscorePrivateBrandon Millman2017-12-212-4/+4
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (29 commits) Move call to error reporter to end of handler so that even if reporting the error takes a while, it doesn't block the UI Update outdated WETH ranges Fix conditional Fix top-padding Publish Update CHANGELOGs Add slashes to base URLs Fix linter issue Fix WETH symbol Update snapshot and artifacts Replace our EtherTokens with WETH9 from maker Fix test description Fix a typo Add err==null assertions Add WETH9 tests Use the new snapshot including WETH9 and it's artifacts Add WETH9 and mirations Fix WETH events watching Fix a typo Init the _etherTokenContractsByAddress ...
| * | Add new underscore-privates rule to @0xproject/tslint-config and fix lint errorsBrandon Millman2017-12-2015-125/+125
| | |
* | | Create types sectionName constantFabio Berger2017-12-221-1/+2
| | |
* | | Add sectionName prefix to all anchor links in order to fix method name ↵Fabio Berger2017-12-228-20/+64
| |/ |/| | | | | collisions between sections
* | Fix top-paddingFabio Berger2017-12-212-4/+4
|/
* Remove re-assignmentFabio Berger2017-12-201-5/+9
|
* Merge branch 'development' into refactor/websiteFabio Berger2017-12-191-10/+19
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
| * Fixed https://github.com/0xProject/wiki/issues/19 by disabling re-rendering ↵Fabio Berger2017-12-181-10/+19
| | | | | | | | of markdownCodeBlock renderer if props haven't updated
* | Refactor configs and constants, standardize on uppercase/snakecase, ↵Fabio Berger2017-12-196-28/+29
| | | | | | | | alphebetize, rename for logical grouping
* | standarize on `grey` over `gray` spelling and other color related fixesFabio Berger2017-12-1811-38/+34
| |
* | Standardize colors to always be in uppercase hex and consolidate material-ui ↵Fabio Berger2017-12-186-13/+13
| | | | | | | | greys
* | Consolidate all custom colors and material-ui colors into a colors moduleFabio Berger2017-12-1813-66/+61
| |
* | Remove unused `location` propFabio Berger2017-12-184-4/+4
| |
* | Replace remaining strEnums with property TS string enumsFabio Berger2017-12-183-14/+14
|/
* Fix website unused varsLeonid Logvinov2017-12-1516-65/+9
|
* Add orderWatcher to 0x.js docsFabio Berger2017-11-301-0/+1
|
* Rename packageName to displayName for clarityFabio Berger2017-11-292-4/+4
|
* Fix phantom `Contracts` section issueFabio Berger2017-11-291-0/+5
|
* Merge branch 'development' into feature/connect-docsFabio Berger2017-11-292-4/+4
|\ | | | | | | | | | | | | * development: rename for clarity remove unused code Publish
| * rename for clarityFabio Berger2017-11-292-4/+4
| |
* | Add 0x Connect Docs to the menu and topBarFabio Berger2017-11-291-1/+1
| |
* | Add subPackageName and get rid of hard-coded 0x.js in sourceLinkFabio Berger2017-11-294-2/+15
|/
* Refactor the topLevel documentation react components for 0x.js and Smart ↵Fabio Berger2017-11-293-558/+116
| | | | contracts into a single component
* Refactor docs to be more declarative, put all hard-coded doc-related data in ↵Fabio Berger2017-11-2912-69/+320
| | | | one place so it easier to add new doc pages
* fix remaining tslint errorsFabio Berger2017-11-2823-133/+132
|
* remove commentFabio Berger2017-11-281-1/+0
|
* Add "Web3" prefix to web3 alias types and link to the correct line in the ↵Fabio Berger2017-11-281-1/+10
| | | | web3 typings
* Fix overlapping arg namesFabio Berger2017-11-281-2/+1
|
* Fix source links in 0x.js docsFabio Berger2017-11-281-3/+6
|
* Add website to mono repo, update packages to align with existing ↵Fabio Berger2017-11-2225-0/+3995
sub-packages, use new subscribeAsync 0x.js method