Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add missing type definitions | Leonid Logvinov | 2018-05-14 | 1 | -9/+9 |
| | |||||
* | Fix type errors in CSS properties | Leonid Logvinov | 2018-05-05 | 1 | -1/+1 |
| | |||||
* | Implement backendClient object to unify calls to the portal api | Brandon Millman | 2018-04-19 | 1 | -28/+25 |
| | |||||
* | Reduce wiki article padding on mobile and remove commented out code | Fabio Berger | 2018-04-17 | 1 | -4/+1 |
| | |||||
* | Pass actual iconUrl and add default icon image | Fabio Berger | 2018-03-20 | 1 | -1/+1 |
| | |||||
* | Refactor titleToIcon mapping to idToIcon and move to docPage | Fabio Berger | 2018-03-20 | 1 | -1/+3 |
| | |||||
* | Consolidate all console.log into the @0xproject/utils package | Brandon Millman | 2018-03-14 | 1 | -1/+2 |
| | |||||
* | Add support for going back to previous hashes via the browser back button to ↵ | Fabio Berger | 2018-03-08 | 1 | -0/+8 |
| | | | | wiki | ||||
* | Make sidebar header configurable | Fabio Berger | 2018-03-07 | 1 | -1/+2 |
| | |||||
* | Moved over all pages/shared components and dependencies to react-shared | Fabio Berger | 2018-03-05 | 1 | -8/+13 |
| | |||||
* | Bug fixes | Fabio Berger | 2018-03-05 | 1 | -1/+1 |
| | |||||
* | Move over AnchorTitle and associated elements | Fabio Berger | 2018-03-04 | 1 | -1/+2 |
| | |||||
* | Hash hash instead of prefixedHash to scrollToHash function | Fabio Berger | 2018-03-03 | 1 | -1/+2 |
| | |||||
* | Make sure the page has loaded (including all images) before scrolling to hash | Fabio Berger | 2018-03-03 | 1 | -1/+2 |
| | |||||
* | Update react-markdown, properly scroll to section for wiki internal links, ↵ | Fabio Berger | 2018-03-02 | 1 | -16/+3 |
| | | | | consolidate scrollTo logic and make external links open in new tabs | ||||
* | Keep topBar and footer language to the one picked by the user | Fabio Berger | 2018-02-22 | 1 | -0/+5 |
| | |||||
* | Remove unneeded props | Fabio Berger | 2018-02-16 | 1 | -1/+0 |
| | |||||
* | Re-designed Wiki and half-redesigned docs pages | Fabio Berger | 2018-02-16 | 1 | -31/+74 |
| | |||||
* | Fix all setState calls after unmounted errors. Decided to create our own ↵ | Fabio Berger | 2018-01-31 | 1 | -8/+13 |
| | | | | 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 | 1 | -53/+43 |
| | |||||
* | 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 ... | ||||
| * | Fix top-padding | Fabio Berger | 2017-12-21 | 1 | -2/+2 |
| | | |||||
* | | Add new underscore-privates rule to @0xproject/tslint-config and fix lint errors | Brandon Millman | 2017-12-20 | 1 | -14/+14 |
|/ | |||||
* | Refactor configs and constants, standardize on uppercase/snakecase, ↵ | Fabio Berger | 2017-12-19 | 1 | -2/+2 |
| | | | | alphebetize, rename for logical grouping | ||||
* | standarize on `grey` over `gray` spelling and other color related fixes | Fabio Berger | 2017-12-18 | 1 | -1/+1 |
| | |||||
* | Standardize colors to always be in uppercase hex and consolidate material-ui ↵ | Fabio Berger | 2017-12-18 | 1 | -2/+2 |
| | | | | greys | ||||
* | Consolidate all custom colors and material-ui colors into a colors module | Fabio Berger | 2017-12-18 | 1 | -2/+2 |
| | |||||
* | fix remaining tslint errors | Fabio Berger | 2017-11-28 | 1 | -8/+9 |
| | |||||
* | Add website to mono repo, update packages to align with existing ↵ | Fabio Berger | 2017-11-22 | 1 | -0/+210 |
sub-packages, use new subscribeAsync 0x.js method |