Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Keep topBar and footer language to the one picked by the user | Fabio Berger | 2018-02-22 | 1 | -0/+3 |
| | |||||
* | Add Rinkeby network to smart contract docs | Fabio Berger | 2018-02-16 | 1 | -0/+1 |
| | |||||
* | Add hack comment explaining param count short-cut | Fabio Berger | 2018-02-16 | 1 | -0/+3 |
| | |||||
* | replace repeated conditionals with variable | Fabio Berger | 2018-02-16 | 1 | -18/+17 |
| | |||||
* | Remove unneeded props | Fabio Berger | 2018-02-16 | 1 | -1/+0 |
| | |||||
* | use const over hard-coding | Fabio Berger | 2018-02-16 | 1 | -1/+1 |
| | |||||
* | Re-design docs pages | Fabio Berger | 2018-02-16 | 3 | -32/+78 |
| | |||||
* | Re-designed Wiki and half-redesigned docs pages | Fabio Berger | 2018-02-16 | 2 | -15/+12 |
| | |||||
* | Add support for intersection types in docs | Brandon Millman | 2018-02-15 | 1 | -0/+17 |
| | |||||
* | Uppercase Networks enum values | Fabio Berger | 2018-01-31 | 1 | -3/+3 |
| | |||||
* | Fix all setState calls after unmounted errors. Decided to create our own ↵ | Fabio Berger | 2018-01-31 | 1 | -8/+15 |
| | | | | flag rather then using a cancellablePromise since there was little to be gained from this alternative | ||||
* | Initial Ledger support implementation | Fabio Berger | 2018-01-28 | 1 | -1/+1 |
| | |||||
* | Apply prettier config | Leonid Logvinov | 2018-01-03 | 12 | -396/+313 |
| | |||||
* | Merge branch 'development' into fix/docLinks | Fabio Berger | 2017-12-22 | 5 | -48/+48 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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/underscorePrivate | Brandon Millman | 2017-12-21 | 1 | -2/+2 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 errors | Brandon Millman | 2017-12-20 | 5 | -48/+48 |
| | | | |||||
* | | | Create types sectionName constant | Fabio Berger | 2017-12-22 | 1 | -1/+2 |
| | | | |||||
* | | | Add sectionName prefix to all anchor links in order to fix method name ↵ | Fabio Berger | 2017-12-22 | 7 | -15/+58 |
| |/ |/| | | | | | collisions between sections | ||||
* | | Fix top-padding | Fabio Berger | 2017-12-21 | 1 | -2/+2 |
|/ | |||||
* | Refactor configs and constants, standardize on uppercase/snakecase, ↵ | Fabio Berger | 2017-12-19 | 2 | -7/+8 |
| | | | | alphebetize, rename for logical grouping | ||||
* | standarize on `grey` over `gray` spelling and other color related fixes | Fabio Berger | 2017-12-18 | 4 | -8/+6 |
| | |||||
* | Standardize colors to always be in uppercase hex and consolidate material-ui ↵ | Fabio Berger | 2017-12-18 | 2 | -2/+2 |
| | | | | greys | ||||
* | Consolidate all custom colors and material-ui colors into a colors module | Fabio Berger | 2017-12-18 | 6 | -21/+19 |
| | |||||
* | Replace remaining strEnums with property TS string enums | Fabio Berger | 2017-12-18 | 2 | -2/+2 |
| | |||||
* | Fix website unused vars | Leonid Logvinov | 2017-12-15 | 9 | -26/+5 |
| | |||||
* | Add orderWatcher to 0x.js docs | Fabio Berger | 2017-11-30 | 1 | -0/+1 |
| | |||||
* | Rename packageName to displayName for clarity | Fabio Berger | 2017-11-29 | 2 | -4/+4 |
| | |||||
* | Fix phantom `Contracts` section issue | Fabio Berger | 2017-11-29 | 1 | -0/+5 |
| | |||||
* | Merge branch 'development' into feature/connect-docs | Fabio Berger | 2017-11-29 | 2 | -4/+4 |
|\ | | | | | | | | | | | | | * development: rename for clarity remove unused code Publish | ||||
| * | rename for clarity | Fabio Berger | 2017-11-29 | 2 | -4/+4 |
| | | |||||
* | | Add 0x Connect Docs to the menu and topBar | Fabio Berger | 2017-11-29 | 1 | -1/+1 |
| | | |||||
* | | Add subPackageName and get rid of hard-coded 0x.js in sourceLink | Fabio Berger | 2017-11-29 | 4 | -2/+15 |
|/ | |||||
* | Refactor the topLevel documentation react components for 0x.js and Smart ↵ | Fabio Berger | 2017-11-29 | 3 | -558/+116 |
| | | | | contracts into a single component | ||||
* | Refactor docs to be more declarative, put all hard-coded doc-related data in ↵ | Fabio Berger | 2017-11-29 | 10 | -62/+314 |
| | | | | one place so it easier to add new doc pages | ||||
* | fix remaining tslint errors | Fabio Berger | 2017-11-28 | 11 | -87/+89 |
| | |||||
* | remove comment | Fabio Berger | 2017-11-28 | 1 | -1/+0 |
| | |||||
* | Add "Web3" prefix to web3 alias types and link to the correct line in the ↵ | Fabio Berger | 2017-11-28 | 1 | -1/+10 |
| | | | | web3 typings | ||||
* | Fix overlapping arg names | Fabio Berger | 2017-11-28 | 1 | -2/+1 |
| | |||||
* | Fix source links in 0x.js docs | Fabio Berger | 2017-11-28 | 1 | -3/+6 |
| | |||||
* | Add website to mono repo, update packages to align with existing ↵ | Fabio Berger | 2017-11-22 | 12 | -0/+1541 |
sub-packages, use new subscribeAsync 0x.js method |