aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/pages/wiki/wiki.tsx
Commit message (Collapse)AuthorAgeFilesLines
* Deploy @dexon-foundation/0x.jsstableHsuan Lee2019-03-061-198/+0
|
* Fix menuItem background colors depending on the contextFabio Berger2018-11-111-0/+1
|
* Use em for allFabio Berger2018-10-201-1/+1
|
* fix: scroll lag on doc reference and wiki pages by using react-scroll `spy` ↵Fabio Berger2018-10-201-1/+1
| | | | and only updating the sidebar menu items whose active state had changed
* Remove unused listenersFabio Berger2018-10-201-8/+0
|
* Don't show topBar menu items in sidebar on wikiFabio Berger2018-10-191-1/+5
|
* chore: fix importsFabio Berger2018-10-181-2/+2
|
* chore: Add topBar menu in wiki mobile sidebar menuFabio Berger2018-10-171-1/+29
|
* chore: componentize the sidebar headerFabio Berger2018-10-171-25/+4
|
* chore: fix linterFabio Berger2018-10-171-10/+0
|
* chore: move wiki to Developers sectionFabio Berger2018-10-161-114/+62
|
* Remove type prop and instead infer it from the value of toFabio Berger2018-10-051-2/+0
|
* remove stray logsFabio Berger2018-10-051-1/+0
|
* Use same Link UI component for react-scroll linksFabio Berger2018-10-031-10/+19
|
* Integrate heap analyticsfragosti2018-07-121-1/+1
|
* Fix no-unused-variable tslint rule to include parameters and fix issuesFabio Berger2018-06-121-2/+2
|
* Try enabling no-unused-variable...fragosti2018-06-051-5/+1
|
* Add missing type definitionsLeonid Logvinov2018-05-141-9/+9
|
* Fix type errors in CSS propertiesLeonid Logvinov2018-05-051-1/+1
|
* Implement backendClient object to unify calls to the portal apiBrandon Millman2018-04-191-28/+25
|
* Reduce wiki article padding on mobile and remove commented out codeFabio Berger2018-04-171-4/+1
|
* Pass actual iconUrl and add default icon imageFabio Berger2018-03-201-1/+1
|
* Refactor titleToIcon mapping to idToIcon and move to docPageFabio Berger2018-03-201-1/+3
|
* Consolidate all console.log into the @0xproject/utils packageBrandon Millman2018-03-141-1/+2
|
* Add support for going back to previous hashes via the browser back button to ↵Fabio Berger2018-03-081-0/+8
| | | | wiki
* Make sidebar header configurableFabio Berger2018-03-071-1/+2
|
* Moved over all pages/shared components and dependencies to react-sharedFabio Berger2018-03-051-8/+13
|
* Bug fixesFabio Berger2018-03-051-1/+1
|
* Move over AnchorTitle and associated elementsFabio Berger2018-03-041-1/+2
|
* Hash hash instead of prefixedHash to scrollToHash functionFabio Berger2018-03-031-1/+2
|
* Make sure the page has loaded (including all images) before scrolling to hashFabio Berger2018-03-031-1/+2
|
* Update react-markdown, properly scroll to section for wiki internal links, ↵Fabio Berger2018-03-021-16/+3
| | | | consolidate scrollTo logic and make external links open in new tabs
* Keep topBar and footer language to the one picked by the userFabio Berger2018-02-221-0/+5
|
* Remove unneeded propsFabio Berger2018-02-161-1/+0
|
* Re-designed Wiki and half-redesigned docs pagesFabio Berger2018-02-161-31/+74
|
* Fix all setState calls after unmounted errors. Decided to create our own ↵Fabio Berger2018-01-311-8/+13
| | | | flag rather then using a cancellablePromise since there was little to be gained from this alternative
* Initial Ledger support implementationFabio Berger2018-01-281-1/+1
|
* Apply prettier configLeonid Logvinov2018-01-031-53/+43
|
* Merge branch 'development' into fix/underscorePrivateBrandon Millman2017-12-211-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-paddingFabio Berger2017-12-211-2/+2
| |
* | Add new underscore-privates rule to @0xproject/tslint-config and fix lint errorsBrandon Millman2017-12-201-14/+14
|/
* Refactor configs and constants, standardize on uppercase/snakecase, ↵Fabio Berger2017-12-191-2/+2
| | | | alphebetize, rename for logical grouping
* standarize on `grey` over `gray` spelling and other color related fixesFabio Berger2017-12-181-1/+1
|
* Standardize colors to always be in uppercase hex and consolidate material-ui ↵Fabio Berger2017-12-181-2/+2
| | | | greys
* Consolidate all custom colors and material-ui colors into a colors moduleFabio Berger2017-12-181-2/+2
|
* fix remaining tslint errorsFabio Berger2017-11-281-8/+9
|
* Add website to mono repo, update packages to align with existing ↵Fabio Berger2017-11-221-0/+210
sub-packages, use new subscribeAsync 0x.js method