aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/pages
Commit message (Collapse)AuthorAgeFilesLines
* Updated CHANGELOGSFabio Berger2019-01-091-1/+1
|
* chore(website): update copy on market making pageBrandon Millman2019-01-081-1/+1
|
* fix(website): fix some copy on the market maker pageBrandon Millman2019-01-081-1/+1
|
* chore(website): fix linterBrandon Millman2019-01-081-1/+1
|
* chore(website): update market making page copyBrandon Millman2019-01-071-5/+5
|
* feat(website): add contact us hero action to market maker pageBrandon Millman2019-01-071-13/+23
|
* feat(website): implement market maker formBrandon Millman2019-01-071-2/+6
|
* feat(website): Add support for copper forms in the offersBrandon Millman2019-01-051-28/+49
|
* feat(website): add link underneath the first feature in market maker pageBrandon Millman2019-01-051-0/+7
|
* feat(website): update market maker page copy and linksBrandon Millman2019-01-051-14/+10
|
* fix: merge conflictfragosti2018-12-271-10/+15
|\
* | feat: remove unused filesfragosti2018-12-2113-2151/+0
| |
* | feat: make project build by adding back old footer componentfragosti2018-12-218-11/+11
| |
* | feat: remove @next directory from all importsfragosti2018-12-2116-116/+116
| |
* | feat: move all @next files to non @next directoryfragosti2018-12-2118-27/+2931
|/
* remove unused instant pagesSteve Klebanoff2018-12-206-746/+0
|
* Merge branch 'development' into feature/website/0x-orgSteve Klebanoff2018-12-201-0/+8
|\
| * fix prettierFabio Berger2018-12-191-2/+1
| |
| * Merge branch 'development' into website/addPySRAFabio Berger2018-12-191-0/+8
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (141 commits) Add missing CHANGELOG entry for OrderWatcher WS interface Bump up stale to close to 30 days Move onMessageAsync outside of tests and add comments Fix WS tests to remove race-condition and be more specific about the message expected Add temporary console.log to test failing on CI Make @0x/contracts-test-utils a dependency instead of a devDependency Fix test-publish failure in contracts packages Fixed solhint errors Added documentation to `LibAddressArray.append` and switched `if` to `require` smt Updated changelogs for new contracts Added `gas` field so tests pass on Geth; Added Changelog for new Extensions Updated comment `Execute fillOrder` -> `Execute exchange function` Explicit returns Prettier / Linter on contracts + TS Refactoring balance threshold filter Moved exchange calldata functions to separate mixin Less Assembly. More Solidity. Less Efficiency. More Readability. Run all tests for extensions Cleaned up tests for balance threshold filter ...
| * | Add Python SRA client to Developer homeFabio Berger2018-12-131-0/+9
| | |
* | | fix(website) replace 0xproject.com with 0x.orgBrandon Millman2018-12-152-2/+2
| |/ |/|
* | feature(website): add 0x Instant as a track in the docsBrandon Millman2018-12-111-0/+8
|/
* feat: change color of doctype tag in configuratorfragosti2018-12-071-1/+1
|
* feat: disable slider when no affiliate infofragosti2018-12-062-0/+10
|
* fix: add comma to affiliateInfo config in configuratorfragosti2018-12-061-1/+1
|
* fix: remove target=_blank from instant linkfragosti2018-12-061-1/+1
|
* feat: change New notification to point to instantfragosti2018-12-061-2/+2
|
* fix: ensure copy button is above codefragosti2018-12-061-1/+2
|
* feat: notify user they've copied to clipboard on copyfragosti2018-12-061-14/+29
|
* chore: make default fee percentage in configurator 0fragosti2018-12-061-1/+1
|
* Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-12-061-1/+1
|\ | | | | | | feature/website/instant-configurator
| * Replace Rocket.chat with DiscordFabio Berger2018-12-051-1/+1
| |
* | chore: run linterfragosti2018-12-052-2/+1
| |
* | feat: add copy code featurefragosti2018-12-051-3/+17
| |
* | chore: fix linter issuesfragosti2018-12-053-12/+3
| |
* | chore: remove shark relay from possible SRA endpointsfragosti2018-12-051-5/+1
| |
* | hack: make min-height of line-number container 98% to prevent scrollbar from ↵fragosti2018-12-051-1/+1
| | | | | | | | appearing in code demo
* | fix: use WebsitePaths type and update wiki link to new linkfragosti2018-12-055-11/+16
| |
* | fix: reset available tokens when sra endpoint is changedfragosti2018-12-052-3/+8
| |
* | fix: do not show select all if no tokens are availablefragosti2018-12-051-0/+5
| |
* | feat: update configurator snippet to actually work if copy and pastedfragosti2018-12-051-17/+23
| |
* | fix: change liquiditySource to orderSourcefragosti2018-12-041-1/+1
| |
* | feat: update relayer listfragosti2018-12-041-1/+19
| |
* | polish: make configurator inputs look more like mocksfragosti2018-12-041-0/+1
| |
* | feat: fetch asset meta data from the asset meta data mapfragosti2018-12-041-31/+23
| |
* | fix: address to lowercase and explore the docs leads to correct wikifragosti2018-12-041-2/+2
| |
* | feat: create more dank sliderfragosti2018-12-042-6/+84
| |
* | feat: make (optional) label inlinefragosti2018-12-041-2/+3
| |
* | feat: add fee percentage sliderfragosti2018-12-044-31/+44
| |
* | feat: add fee percentage slierfragosti2018-12-043-2/+30
| |
* | feat: implement basic feeRecipient address in config generatorfragosti2018-12-043-10/+91
| |
* | fix: use correct styles even when syntax highlighter component removes ↵fragosti2018-12-011-3/+4
| | | | | | | | classnames on second render
* | feat: implement code generationfragosti2018-12-013-27/+49
| |
* | feat: implement multi token select componentfragosti2018-12-014-29/+96
| |
* | feat: implement available token fetchingfragosti2018-11-301-2/+105
| |
* | feat: add MultiSelect component skeletonfragosti2018-11-301-1/+23
| |
* | feat: add Select component and use for configuratorfragosti2018-11-305-29/+86
| |
* | feat: implement configurator layoutfragosti2018-11-302-4/+29
| |
* | feat: factor out ActionLink component from featuresfragosti2018-11-302-37/+54
| |
* | feat: improve styling of code demo componentfragosti2018-11-302-12/+126
| |
* | feat: have basic code syntax highlighting workingfragosti2018-11-303-1/+55
|/
* feat(website): implement rest of linksBrandon Millman2018-11-293-55/+77
|
* feat(website): implement link directly to configureBrandon Millman2018-11-293-5/+34
|
* feat(website): optionally show configuratorBrandon Millman2018-11-291-3/+4
|
* feature(website): add configurator shellBrandon Millman2018-11-292-0/+8
|
* fix(website): instant marketing page need more background colorBrandon Millman2018-11-291-5/+3
|
* fix(website): instant marketing page shadowsBrandon Millman2018-11-291-1/+1
|
* fix(website): change instant marketing page styling to non mono font except ↵Brandon Millman2018-11-291-9/+9
| | | | the 0 in 0x
* chore(website): random fixes for mobile optimizationBrandon Millman2018-11-294-36/+63
|
* feat(website): add extra assets for instant marketing pageBrandon Millman2018-11-291-8/+8
|
* feat(website): fix screenshots in marketing page for small screensBrandon Millman2018-11-292-11/+31
|
* feat(website): need more section for instant marketing pageBrandon Millman2018-11-293-2/+52
|
* feature(website): add links to instant marketing pageBrandon Millman2018-11-291-8/+51
|
* fix(website): update instant page CTA fontBrandon Millman2018-11-291-7/+1
|
* feat(website): instant features sectionBrandon Millman2018-11-294-30/+50
|
* feat(website): add screenshots to instant pageBrandon Millman2018-11-294-1/+85
|
* feat(website): implement introducing 0x instant headerBrandon Millman2018-11-292-1/+47
|
* feat(website): add header and footer to instant pageBrandon Millman2018-11-291-1/+46
|
* feat(website): scaffolding for instant pageBrandon Millman2018-11-291-0/+12
|
* feat: Add Xianny to about pagefragosti2018-11-271-0/+8
|
* Add migrations, contract-addresses and contract-artifacts to Developers homeFabio Berger2018-11-211-0/+25
|
* Create migrations doc reference pageFabio Berger2018-11-211-0/+1
|
* Add 0x-order-utils.py library to developers homeFabio Berger2018-11-201-0/+9
|
* Update blog post featureFabio Berger2018-11-171-2/+2
|
* Fix disclaimer on mobileFabio Berger2018-11-171-1/+1
|
* Add smart contract docs to Developer HomeFabio Berger2018-11-171-0/+8
|
* Fix capitalization in titleFabio Berger2018-11-171-3/+10
|
* Remove excess semi-colonFabio Berger2018-11-171-1/+1
|
* Point directly to README for docs linkFabio Berger2018-11-171-1/+1
|
* Fix disclaimerFabio Berger2018-11-161-1/+1
|
* Add disclaimerFabio Berger2018-11-161-0/+29
|
* Merge branch 'development' into launchKitLandingFabio Berger2018-11-164-2/+9
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (110 commits) fix: fix exceeds block gas limit error chore(instant): fix lint error fix: remove unused vars Send in affiliate info as option Have heartbeat update not trigger errors fix: remove redundant handler feat: make onUnlockWalletClick different based on ON chore: remove wallet panel content for mobile feat: use blue for wallet prompt on mobile feat: use stable version of bowser fix: add http to external url string feat: make onUnlockWalletClick different based on ON chore: remove wallet panel content for mobile feat: use blue for wallet prompt on mobile feat: use stable version of bowser feat: expose webpack-dev-server content to local network fix(website): remove node env definition from webpack fix(website): currentProvider called on undefined chore: update yarn lock feat: use capital values for enums ...
| * Merge pull request #1244 from 0xProject/developerSectionNitsFabio B2018-11-144-2/+9
| |\ | | | | | | Remaining Developer Section Design Nits
| | * Fix menuItem background colors depending on the contextFabio Berger2018-11-113-1/+7
| | |
| | * Remove "Home" menu item, instead make different parts of logo link to ↵Fabio Berger2018-11-111-1/+1
| | | | | | | | | | | | different sections of the website
| | * style: remove small gap under topbarFabio Berger2018-10-261-0/+1
| | |
* | | Add launch kit to Developer home list of toolsFabio Berger2018-11-161-0/+9
| | |
* | | fix linter issueFabio Berger2018-11-161-1/+1
| | |
* | | Update call-to-action linksFabio Berger2018-11-161-4/+4
| | |
* | | Move benefits to language files and fix copyFabio Berger2018-11-141-29/+31
| | |
* | | Implement 0x launch kit landing pageFabio Berger2018-11-141-0/+297
|/ /
* / fix(website): fix code splittingBrandon Millman2018-11-123-4/+4
|/
* Use em for allFabio Berger2018-10-202-2/+2
|
* fix: scroll lag on doc reference and wiki pages by using react-scroll `spy` ↵Fabio Berger2018-10-203-3/+4
| | | | and only updating the sidebar menu items whose active state had changed
* Use media moduleFabio Berger2018-10-201-2/+3
|
* Remove unused listenersFabio Berger2018-10-201-8/+0
|
* style: make sure sideBar bottom padding is on scrollable content, not containerFabio Berger2018-10-191-2/+3
|
* Improve sidebar logic to handle MS Edge, Firefox differences between Windows ↵Fabio Berger2018-10-191-6/+24
| | | | & Mac
* chore: improve sidebar scrollFabio Berger2018-10-191-1/+1
|
* chore: Replace state with styled-components for hover detectionFabio Berger2018-10-191-71/+69
|
* style: accomodate different scrollbar widths on Firefox vs. Chrome/SafariFabio Berger2018-10-191-2/+3
|
* copy: consistently name ERCdEX with correct capitalizationFabio Berger2018-10-191-7/+7
|
* copy: Networked liquidity -> shared liquidityFabio Berger2018-10-191-2/+2
|
* fix: Make sure page scrollable on mobileFabio Berger2018-10-191-2/+3
|
* Don't show topBar menu items in sidebar on wikiFabio Berger2018-10-191-1/+5
|
* chore: fix importsFabio Berger2018-10-184-7/+7
|
* chore: replace @0xproject with @0x in .tsx filesFabio Berger2018-10-188-20/+20
|
* chore: fix up asset-buyer doc and add to Dev HomeFabio Berger2018-10-181-0/+8
|
* merge dev-section-redesignFabio Berger2018-10-182-1/+3
|\
| * merge developmentFabio Berger2018-10-182-1/+3
| |\
| | * Merge branch 'development' into feature/website/asset-buyer-docsBrandon Millman2018-10-181-1/+2
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (31 commits) Update CODEOWNERS Update CODEOWNERS Update CODEOWNERS Add leo to CODEOWNERS on some packages fix(monorepo-scripts): Format date as UTC not local time. Bump max bundle size for instant fix: dont use enum string as type as typedoc gets confused feat: export AssetData from order-utils feat: export AssetData from utils chore: temporarily increase the bundle size for instant Remove order-utils from dependencies Run tests on circle CI Add tests for format and use toFixed instead of round for usd Remove expiry buffer seconds option from AssetBuyer init Add ts-optchain and use it instead of lodash get Hide USD price when ETH-USD price is not available Rename OrderDetailsRow to EthAmountRow fix: add Steve's github account to about page, and capitalize AppFolio correctly Put boundNoop in a util file Add tnxHash to buy button callbacks ...
| | | * fix: add Steve's github account to about page, and capitalize AppFolio correctlySteve Klebanoff2018-10-161-1/+2
| | | |
| | * | feat(website): add asset-buyer documentationBrandon Millman2018-10-171-0/+1
| | |/
* | | nit: remove todoFabio Berger2018-10-171-1/+0
| | |
* | | chore: Add topBar menu in wiki mobile sidebar menuFabio Berger2018-10-171-1/+29
| | |
* | | chore: Add topBar menu items to mobile drawerFabio Berger2018-10-171-2/+32
| | |
* | | chore: componentize the sidebar headerFabio Berger2018-10-172-55/+13
| | |
* | | chore: fix linterFabio Berger2018-10-171-10/+0
| | |
* | | Merge branch 'dev-section-redesign' into reSkinReferenceDocsFabio Berger2018-10-161-0/+11
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * dev-section-redesign: (87 commits) Added note about restriction on `testDirectory` fix(dev-utils): Make chai a dev dependency since exported interface depends on it Add changelog entries fix(subproviders): make web3-provider-engine types a 'dependency' so it's available to users of the library fix(sra-spec): make @loopback/openapi-v3-types a 'dependency' so it's available to users of the library fix(sol-cov): make @types/solidity-parser-antlr a 'dependency' so it's available to users of the library fix(dev-utils): make web3-provider-engine types a 'dependency' so it's available to users of the library fix(0x.js): make web3-provider-engine types a 'dependency' so it's available to users of the library fix(monorepo-scripts): Move the creation of the `.installation-test` directory OUTSIDE of the monorepo root, so that the installed packages can't reference the hoisted node_modules folder Remove ContractNotFound errors in contract-wrappers Update prettierignore Update website to use the new unsubscribeAll method in contract-wrappers In abi-gen-wrappers, ./wrappers -> ./src/generated-wrappers In contract-wrappers, remove setProvider and add unsubscribeAll method. take out explicit children definition in props Update json-schemas for contract-wrappers Add OrThrow suffix to getContractAddressesForNetwork remove unused import Update CHANGELOG.json for all changed packages Remove ContractAddresses from packages/types (mistake after rebase) ...
| * | merge developmentFabio Berger2018-10-161-0/+11
| |\|
| | * feat: add Steve to team pageSteve Klebanoff2018-10-111-0/+11
| | |
* | | chore: change landing "build on 0x" to link to developer home, not 0x.js docsFabio Berger2018-10-161-2/+2
| | |
* | | chore: move wiki to Developers sectionFabio Berger2018-10-161-114/+62
| | |
* | | feat: highlighted sidebar as you scroll on doc reference pagesFabio Berger2018-10-161-1/+1
| | |
* | | Chore: Only render one sidebar at a timeFabio Berger2018-10-151-1/+2
| | |
* | | chore: improve rendering of sidebar top section on mobileFabio Berger2018-10-151-1/+5
| | |
* | | chore: only show sidebar once docs have loadedFabio Berger2018-10-141-1/+3
| | |
* | | Fix sidebar top so long titles display correctlyFabio Berger2018-10-141-5/+5
| | |
* | | Implement new version dropdown and remove it from nestedTopBarFabio Berger2018-10-131-8/+38
| | |
* | | Fix sidebar shifting onHover due to scrollbar widthFabio Berger2018-10-131-2/+11
| | |
* | | Pass down sidebar instead of sectionNameToLinksFabio Berger2018-10-133-11/+14
| | |
* | | Improve loadingFabio Berger2018-10-121-26/+17
| | |
* | | If sidebar menu item links to internal page, no longer open in new tabFabio Berger2018-10-121-15/+0
| | |
* | | Refactor Home so that Dev section chrome is reusable across pagesFabio Berger2018-10-124-665/+583
| | |
* | | style: Make width of developer section same as rest of website (1064px)Fabio Berger2018-10-111-1/+1
|/ /
* | Remove type prop and instead infer it from the value of toFabio Berger2018-10-052-23/+0
| |
* | Remove style prop from LinkFabio Berger2018-10-053-24/+24
| |
* | Render paragraphs with spans so we don't get margin addedFabio Berger2018-10-051-0/+1
| |
* | remove stray logsFabio Berger2018-10-052-2/+0
| |
* | merge base branchFabio Berger2018-10-052-3/+10
|\|
| * Add Jason to websiteBrandon Millman2018-10-021-0/+7
| |
| * Rename for clarityFabio Berger2018-09-281-3/+3
| |
* | Convert more divs to ContainersFabio Berger2018-10-041-26/+28
| |
* | Fix linterFabio Berger2018-10-041-3/+2
| |
* | Use nestedSidebarMenu component for Dev homeFabio Berger2018-10-041-41/+8
| |
* | Use same Link UI component for react-scroll linksFabio Berger2018-10-035-21/+35
| |
* | Decrease size of section descriptionsFabio Berger2018-10-031-1/+1
| |
* | Add border underneath logo while user is scrollingFabio Berger2018-10-031-6/+29
| |
* | Align logo and menuFabio Berger2018-10-031-11/+11
| |
* | Add padding to bottom of scroll areaFabio Berger2018-10-031-3/+7
| |
* | Make tutorial buttons also open in a new tabFabio Berger2018-10-031-3/+18
| |
* | Use new Link UI component everywhere, and add complementary ALink typeFabio Berger2018-10-033-148/+240
| |
* | Fix hoveringFabio Berger2018-10-021-2/+2
| |
* | Simplify helper methodsFabio Berger2018-10-021-23/+13
| |
* | Use colors moduleFabio Berger2018-10-021-2/+2
| |
* | Use container instead of divFabio Berger2018-10-021-8/+1
| |
* | Move more copy to translation filesFabio Berger2018-10-021-3/+3
| |
* | Make menuSubsectionsBySection optionalFabio Berger2018-10-021-1/+0
| |
* | Rename for clarityFabio Berger2018-10-021-3/+3
| |
* | Move constants before configs and add TODO commentFabio Berger2018-10-021-8/+9
| |
* | Fix linterFabio Berger2018-10-011-5/+1
| |
* | Fix bug where main content scrollbar wasn't showing up after navigating back ↵Fabio Berger2018-10-011-3/+6
| | | | | | | | in browser history via keyboard shortcut
* | Convert package descriptions to markdown and linkify themFabio Berger2018-09-281-11/+16
| |
* | Fix minor scrolling issueFabio Berger2018-09-281-1/+1
| |
* | Add mobile menu to overview pageFabio Berger2018-09-281-1/+5
| |
* | Add sidebar menu, proper scrolling and mobile-optimizeFabio Berger2018-09-281-83/+193
| |
* | merge developmentFabio Berger2018-09-283-347/+259
|\|
| * Change clay to Ecosystem Development Leadfragosti2018-09-261-1/+1
| |
| * Merge remote-tracking branch 'upstream/development' into sol-docF. Eugene Aumson2018-09-262-2/+20
| |\
| | * Add weijie and rahulfragosti2018-09-261-0/+18
| | |
| | * Change news linkfragosti2018-09-261-2/+2
| | |
| * | fix: call out a HACK in commentsF. Eugene Aumson2018-09-261-1/+1
| | | | | | | | | | | | | | | https://github.com/0xProject/0x-monorepo/pull/1004#discussion_r220010054 https://github.com/0xProject/0x-monorepo/pull/1004
| * | fix: rename SupportedDocJson field to SolDocF. Eugene Aumson2018-09-261-1/+1
| | | | | | | | | | | | | | | | | | | | | from Solidity https://github.com/0xProject/0x-monorepo/pull/1004#discussion_r219976199 https://github.com/0xProject/0x-monorepo/pull/1004
| * | BREAKING CHANGE: document contracts from sol-docF. Eugene Aumson2018-09-221-2/+24
| |/ | | | | | | | | Change website to accept smart contract documentation in the format generated by sol-doc rather than that generated by Doxity.
| * Change Davids descriptionfragosti2018-09-121-1/+1
| |
| * Fix David Sacks linksfragosti2018-09-121-4/+4
| |
| * Merge branch 'feature/website/add-gene' into developmentfragosti2018-09-121-0/+8
| |\
| | * Add Gene info to websitefragosti2018-09-121-0/+8
| | |
| * | Add david sacksfragosti2018-09-121-2/+14
| |/
| * Remove unused importsLeonid Logvinov2018-09-041-5/+0
| |
| * Tweaks to benefits and use casesBrandon Millman2018-08-311-2/+6
| |
| * Final tweaks for landing pagefragosti2018-08-311-1/+1
| |
| * Revert whats new textBrandon Millman2018-08-311-2/+1
| |
| * Add new exchange everywhere graphicBrandon Millman2018-08-311-4/+8
| |
| * Remove unused render methods in landing pageBrandon Millman2018-08-311-110/+0
| |
| * Remove conflict stringsfragosti2018-08-311-3/+0
| |
| * Final tweaksfragosti2018-08-311-11/+15
| |
| * Add TypedText component and use it on landing pagefragosti2018-08-311-0/+32
| |
| * Add generic title changesfragosti2018-08-311-17/+7
| |
| * Added todo comments for missing itemsBrandon Millman2018-08-311-1/+2
| |
| * Add title header to use cases sectionBrandon Millman2018-08-311-14/+11
| |
| * Make hero image responsiveBrandon Millman2018-08-311-2/+3
| |
| * Update what's new stylingBrandon Millman2018-08-311-4/+4
| |
| * Update use cases sectionBrandon Millman2018-08-301-48/+85
| |
| * Update tokenization sectionBrandon Millman2018-08-301-43/+11
| |
| * Update benefitsBrandon Millman2018-08-301-3/+1
| |
| * Update whats newBrandon Millman2018-08-301-13/+19
| |
| * Add new header imageBrandon Millman2018-08-301-4/+5
| |
| * Replace projects section with relayersBrandon Millman2018-08-301-77/+5
| |
* | Move more text over to translation filesFabio Berger2018-09-261-9/+10
| |
* | Implement dev homeFabio Berger2018-09-261-4/+352
| |
* | Implement new responsive, dev section header and home scaffoldingFabio Berger2018-09-171-25/+53
| |
* | Remove temporary bordersFabio Berger2018-08-291-2/+0
| |
* | Begin implementing doc home pageFabio Berger2018-08-281-0/+55
|/
* Merge development branchFabio Berger2018-08-221-1/+8
|\
| * Add Matt Taylor to websiteBrandon Millman2018-08-211-1/+8
| |
* | Merge developmentFabio Berger2018-08-153-6/+22
|\|
| * Update Clays linkedinfragosti2018-08-101-1/+1
| |
| * Add clay to websitefragosti2018-08-101-0/+11
| |
| * Change amir picturefragosti2018-08-091-1/+1
| |
| * Fix jobs page overflow issueBrandon Millman2018-07-302-4/+5
| |
| * Create MetaTags componentBrandon Millman2018-07-301-1/+5
| |
* | Add OrderWatcher docs pageFabio Berger2018-08-032-1/+2
| |
* | Add contract-wrappers page and make topBar component more conciseFabio Berger2018-08-021-0/+1
| |
* | Start refactoring docs to remove unnecessary configs given more concise ↵Fabio Berger2018-08-011-1/+1
|/ | | | TypeDoc JSON
* Fix linterFabio Berger2018-07-261-1/+0
|
* Header copy changeBrandon Millman2018-07-261-8/+7
|
* Margin polishBrandon Millman2018-07-262-4/+4
|
* Update open positions sectionBrandon Millman2018-07-251-10/+25
|
* Update benefits sectionBrandon Millman2018-07-253-23/+48
|
* Update mission sectionBrandon Millman2018-07-251-5/+6
|
* Header copy updatesBrandon Millman2018-07-251-6/+16
|
* Use isMobileWidth utilBrandon Millman2018-07-251-1/+1
|
* Use our image component in missionBrandon Millman2018-07-251-1/+2
|
* Always go to open positions when clicking CTABrandon Millman2018-07-241-0/+1
|
* Fix hiding of dots on small screensBrandon Millman2018-07-241-2/+2
|
* Update hr colorBrandon Millman2018-07-191-3/+1
|
* Fix lint errorsBrandon Millman2018-07-193-26/+0
|
* Add /careers route and fix hr stylingBrandon Millman2018-07-193-3/+7
|
* Fix typosBrandon Millman2018-07-192-5/+5
|
* Fix key errors and typoBrandon Millman2018-07-192-5/+4
|
* Fix padding on open positions sectionBrandon Millman2018-07-191-1/+1
|
* Add dots on heroBrandon Millman2018-07-191-1/+11
|
* Padding fixesBrandon Millman2018-07-192-7/+4
|
* Update open positions sectionBrandon Millman2018-07-192-83/+73
|
* Benefits and values sectionsBrandon Millman2018-07-198-284/+115
|
* Remove sectionsBrandon Millman2018-07-191-7/+0
|
* Update mission sectionBrandon Millman2018-07-191-37/+29
|
* Updates to the Join 0x sectionBrandon Millman2018-07-191-8/+12
|
* Merge pull request #883 from 0xProject/feature/tslint-improvementsLeonid Logvinov2018-07-182-2/+2
|\ | | | | New tslint rules