aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'development' into feature/bignumber-8.0Leonid Logvinov2019-01-181-2/+7
|\
| * update team info, add brentfragosti2019-01-171-2/+7
| |
* | Upgrade bignumber.js versionLeonid Logvinov2019-01-153-4/+4
|/
* Revert "hack: force redux and redux-devtools to work for build"fragosti2019-01-121-2/+2
| | | | This reverts commit 500d8fc86b4f3227007556d05b33e9a8dcd27c7f.
* hack: force redux and redux-devtools to work for buildfragosti2019-01-121-2/+2
|
* fix: use basscss from css file instead of modulefragosti2019-01-121-1/+0
|
* Implement tslint enum-naming to enforce PascalCase on enum members (#1474)Xianny2019-01-1212-95/+95
|
* Rebase and re-apply prettierAlex Browne2019-01-113-9/+12
|
* Update prettier to version ^1.15.3Alex Browne2019-01-1153-356/+256
|
* Merge developmentLeonid Logvinov2019-01-105-9/+11
|\
| * Merge pull request #1489 from 0xProject/fix/website/0x-org-endpointsFrancesco Agosti2019-01-103-6/+8
| |\ | | | | | | [website] Audit and fix 0x.org migration URLs
| | * fix: use getBackendBaseUrl instead of hardcoded stringfragosti2019-01-092-2/+4
| | |
| | * fix: use new forum URLfragosti2019-01-091-2/+2
| | |
| | * fix: use old forum URL for nowfragosti2019-01-081-2/+2
| | |
| | * chore: point to 0x.org website-apifragosti2019-01-081-2/+2
| | |
| | * fix: CORS issue by accessing 0x geth nodes through 0x.org endpointfragosti2019-01-081-2/+2
| | |
| * | Updated CHANGELOGSFabio Berger2019-01-092-3/+3
| |/
* / Refactor out sol-cov, sol-profiler and sol-trace into their separate packagesLeonid Logvinov2019-01-0822-469/+283
|/
* 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-072-15/+30
|
* feat(website): implement market maker formBrandon Millman2019-01-072-63/+184
|
* feat(website): Add support for copper forms in the offersBrandon Millman2019-01-052-29/+50
|
* 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
|
* feat(website): add market making section to developers dropdownBrandon Millman2019-01-051-0/+4
|
* feature(website): add market making pageBrandon Millman2019-01-041-0/+6
|
* Merge pull request #1470 from 0xProject/feature/website/0x-org-cleanupFrancesco Agosti2019-01-02148-3698/+645
|\ | | | | [website] Remove @next dir, remove unused files.
| * fix: merge conflictfragosti2018-12-271-10/+15
| |\
| * | feat: remove unused filesfragosti2018-12-2128-2817/+0
| | |
| * | feat: make project build by adding back old footer componentfragosti2018-12-2110-12/+240
| | |
| * | feat: remove @next directory from all importsfragosti2018-12-2140-204/+204
| | |
| * | feat: move all @next files to non @next directoryfragosti2018-12-21119-676/+212
| | |
* | | feat: use kovan.0xproject.com instead of kovan.0x.orgfragosti2018-12-271-2/+2
| |/ |/|
* | fix(website): Fix bad mergeSteve Klebanoff2018-12-251-1/+0
| |
* | Merge pull request #1469 from 0xProject/fix/website/job-openingsSteve Klebanoff2018-12-222-10/+16
|\ \ | |/ |/| [website] Tweak job listings
| * fix(website): Cleanup jobs sectionSteve Klebanoff2018-12-212-8/+13
| |
| * make percentage 100%Steve Klebanoff2018-12-211-1/+1
| |
| * give more space to job title and change apply linkSteve Klebanoff2018-12-212-4/+6
| |
* | Merge pull request #1467 from 0xProject/fix/website/remove-placeholdersSteve Klebanoff2018-12-211-1/+1
|\ \ | | | | | | [website] Don't show placeholder text on contact page
| * | Remove using label as placeholderSteve Klebanoff2018-12-211-1/+1
| | |
* | | Merge pull request #1466 from 0xProject/feature/website/remove-ts-warningsSteve Klebanoff2018-12-2119-958/+26
|\ \ \ | | | | | | | | [website] Fix TS errors
| * | | Declare imported package which doesn't have typesSteve Klebanoff2018-12-211-0/+1
| | | |
| * | | Fix typesSteve Klebanoff2018-12-213-3/+4
| | | |
| * | | Fix typesSteve Klebanoff2018-12-214-3/+8
| | | |
| * | | Fix TS error w/ children on portalSteve Klebanoff2018-12-211-0/+1
| | | |
| * | | Rename props and fix router typesSteve Klebanoff2018-12-211-4/+8
| | | |
| * | | Fix StyledCommunityLink propsSteve Klebanoff2018-12-211-2/+4
| | | |
| * | | remove unused fileSteve Klebanoff2018-12-201-170/+0
| | | |
| * | | remove unused instant pagesSteve Klebanoff2018-12-207-776/+0
| |/ /
* | | Merge pull request #1463 from 0xProject/feature/website/new-logosSteve Klebanoff2018-12-211-4/+20
|\ \ \ | |_|/ |/| | [website] Add new relayers
| * | Merge branch 'development' into feature/website/new-logosSteve Klebanoff2018-12-211-0/+8
| |\|
| * | New relayersSteve Klebanoff2018-12-201-4/+20
| | |
* | | Reapply prettierFred Carlsen2018-12-202-6/+8
| | |
* | | Disable fee slider when no address is put inFred Carlsen2018-12-202-1/+2
| | |
* | | Fix page titlesFred Carlsen2018-12-209-6/+25
| | |
* | | Merge remote-tracking branch 'upstream/feature/website/0x-org' into ↵Fred Carlsen2018-12-2042-393/+502
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | feature/website/0x-org # Conflicts: # packages/website/ts/@next/components/button.tsx # packages/website/ts/@next/components/definition.tsx # packages/website/ts/@next/components/hero.tsx # packages/website/ts/@next/components/sections/landing/about.tsx # packages/website/ts/@next/pages/market_maker.tsx
| * | 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-194-8/+20
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
| | | |
| * | | Declare interface and make isNoBorder optionalSteve Klebanoff2018-12-191-1/+4
| | | |
| * | | Type definition so TS knows it has defaultPropsSteve Klebanoff2018-12-191-1/+1
| | | |
| * | | Move Hero to bottom, give interface explicit namesSteve Klebanoff2018-12-191-45/+51
| | | |
| * | | LintingSteve Klebanoff2018-12-191-1/+4
| | | |
| * | | includeEmpty -> shouldIncludeEmptySteve Klebanoff2018-12-192-5/+5
| | | |
| * | | Get rid of unused importSteve Klebanoff2018-12-191-1/+0
| | | |
| * | | Move imports and put action into varSteve Klebanoff2018-12-191-9/+8
| | | |
| * | | Move importsSteve Klebanoff2018-12-191-4/+3
| | | |
| * | | Remove commentsSteve Klebanoff2018-12-191-2/+0
| | | |
| * | | Not assigning to variable because we never used the variableSteve Klebanoff2018-12-191-1/+1
| | | |
| * | | Removing unused interfaceSteve Klebanoff2018-12-191-4/+0
| | | |
| * | | Removing unused importsSteve Klebanoff2018-12-193-24/+14
| | | |
| * | | useAnchorTag -> shouldUseAnchorTagSteve Klebanoff2018-12-194-8/+8
| | | |
| * | | run prettier on websiteSteve Klebanoff2018-12-1931-293/+403
| | | |
| * | | Remove community and market maker routeFred Carlsen2018-12-191-2/+0
| | | |
| * | | Added routesFred Carlsen2018-12-191-0/+2
| | | |
| * | | Added community and market maker routesFred Carlsen2018-12-191-0/+2
| | | |
| * | | Left-align hero on mobileFred Carlsen2018-12-192-3/+9
| | | |
| * | | Change cursor on dropdown triggersFred Carlsen2018-12-191-0/+1
| | | |
| * | | Tweak market makerFred Carlsen2018-12-197-14/+69
| | | |
| * | | Mobile tweaksFred Carlsen2018-12-192-3/+28
| | | |
| * | | Prevent overflow on instant pageFred Carlsen2018-12-191-0/+6
| | | |
| * | | Merge branch 'development' into feature/website/0x-orgSteve Klebanoff2018-12-192-8/+10
| |\ \ \ | | | |/ | | |/|
* | | | Remove community and market maker routeFred Carlsen2018-12-191-2/+0
| | | |
* | | | Merge remote-tracking branch 'upstream/development' into feature/website/0x-orgFred Carlsen2018-12-192-8/+10
|\ \ \ \ | | |/ / | |/| |
| * | | Fix OrderWatcher title to fix sidebar topFabio Berger2018-12-181-1/+1
| | | |
| * | | Fix version picker so it doesn't overflow onto two linesFabio Berger2018-12-181-7/+9
| | | |
* | | | Added routesFred Carlsen2018-12-181-0/+2
| | | |
* | | | Added community and market maker routesFred Carlsen2018-12-181-0/+2
| | | |
* | | | Left-align hero on mobileFred Carlsen2018-12-182-3/+9
| | | |
* | | | Change cursor on dropdown triggersFred Carlsen2018-12-181-0/+1
| | | |
* | | | Tweak market makerFred Carlsen2018-12-187-14/+69
| | | |
* | | | Mobile tweaksFred Carlsen2018-12-182-3/+28
| | | |
* | | | Prevent overflow on instant pageFred Carlsen2018-12-181-0/+6
| |/ / |/| |
* | | fix(website): fix broken copper form post linkBrandon Millman2018-12-181-21/+40
| | |
* | | Merge pull request #1452 from 0xProject/feature/website/0x-org-flawlessFrancesco Agosti2018-12-183-15/+10
|\ \ \ | | | | | | | | [website] 0x org flawless
| * | | fix: uppercase Kfragosti2018-12-181-1/+1
| | | |
| * | | feat: update statsfragosti2018-12-181-2/+2
| | | |
| * | | feat: make 0x.org #flawlessfragosti2018-12-182-13/+8
| | | |
* | | | Merge pull request #1449 from 0xProject/feature/website/0x-org-steve-linksSteve Klebanoff2018-12-186-148/+144
|\ \ \ \ | |/ / / |/| | | [website] 0x.org Launch Kit and Ecosystem links
| * | | Fix linkSteve Klebanoff2018-12-181-2/+2
| | | |
| * | | Merge branch 'feature/website/0x-org' into feature/website/0x-org-steve-linksSteve Klebanoff2018-12-1814-219/+222
| |\ \ \
| * | | | Use constantsSteve Klebanoff2018-12-181-9/+5
| | | | |
| * | | | Link homepage to Why#casesSteve Klebanoff2018-12-181-1/+2
| | | | |
| * | | | Per Matt's sugestion change personalized to dedicatedSteve Klebanoff2018-12-181-1/+1
| | | | |
| * | | | Ecosystem linksSteve Klebanoff2018-12-182-2/+16
| | | | |
| * | | | Prettify ecosystemSteve Klebanoff2018-12-181-52/+54
| | | | |
| * | | | Capitalize K in Launch KitSteve Klebanoff2018-12-181-1/+1
| | | | |
| * | | | Prettify dropdownSteve Klebanoff2018-12-181-26/+16
| | | | |
| * | | | Allow banner to open in new windowSteve Klebanoff2018-12-182-3/+13
| | | | |
| * | | | Prettify bannerSteve Klebanoff2018-12-181-37/+26
| | | | |
| * | | | Remove unused targetSteve Klebanoff2018-12-181-1/+1
| | | | |
| * | | | Merge branch 'feature/website/0x-org' into feature/website/0x-org-steve-linksSteve Klebanoff2018-12-187-121/+188
| |\ \ \ \
| * | | | | fragment and launchkit urlSteve Klebanoff2018-12-181-3/+7
| | | | | |
| * | | | | prettify launch kitSteve Klebanoff2018-12-181-29/+19
| | | | | |
* | | | | | Merge pull request #1451 from 0xProject/feature/website/0x-org-hide-linksSteve Klebanoff2018-12-182-4/+0
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | [website] 0x.org Remove unused paths
| * | | | | Merge branch 'feature/website/0x-org' into feature/website/0x-org-hide-linksSteve Klebanoff2018-12-188-144/+149
| |\ \ \ \ \
| * | | | | | Remove community and market-maker URLsSteve Klebanoff2018-12-182-4/+0
| | |_|/ / / | |/| | | |
* | | | | | feat: redirect careers to jobsfragosti2018-12-182-1/+3
| | | | | |
* | | | | | feat: add links to press pagefragosti2018-12-181-5/+7
| | | | | |
* | | | | | feat: remove download our presskit copyfragosti2018-12-181-2/+1
| | | | | |
* | | | | | feat: add press mailto linkfragosti2018-12-181-5/+11
| | | | | |
* | | | | | fix: use new AboutPageLayout API everywherefragosti2018-12-182-2/+2
| | | | | |
* | | | | | feat: update job titlesfragosti2018-12-181-30/+16
| | | | | |
* | | | | | fix: mission and values link to new tab and not appendfragosti2018-12-182-27/+30
| | | | | |
* | | | | | feat: link to mission and valuesfragosti2018-12-181-9/+9
| |/ / / / |/| | | |
* | | | | feat: more blog url fixesfragosti2018-12-183-26/+26
| | | | |
* | | | | feat: fix blog linkfragosti2018-12-183-3/+4
| | | | |
* | | | | feat: final footer polishfragosti2018-12-182-3/+3
| | | | |
* | | | | Merge branch 'feature/website/0x-org' of ↵fragosti2018-12-1815-309/+424
|\| | | | | | | | | | | | | | | | | | | https://github.com/0xProject/0x-monorepo into feature/website/0x-org-jank-links
| * | | | Merge pull request #1444 from 0xProject/feature/website/0x-org-instant-configSteve Klebanoff2018-12-187-121/+188
| |\ \ \ \ | | |/ / / | |/| | | [website] 0x.org Instant
| | * | | Open all new instant links in new windowSteve Klebanoff2018-12-184-17/+24
| | | | |
| | * | | Fix URLsSteve Klebanoff2018-12-181-8/+4
| | | | |
| | * | | Conditional getStartedClick working on features listSteve Klebanoff2018-12-181-10/+11
| | | | |
| | * | | Action takes in useAnchorTagSteve Klebanoff2018-12-181-2/+11
| | | | |
| | * | | Janky but didn't want to mess anything else up, send in useAnchorTag boolean ↵Steve Klebanoff2018-12-181-2/+3
| | | | | | | | | | | | | | | | | | | | to force using anchortag
| | * | | Prettify button.tsxSteve Klebanoff2018-12-181-21/+21
| | | | |
| | * | | Prettify fileSteve Klebanoff2018-12-181-22/+15
| | | | |
| | * | | Custom getStartedLink based on screen sizeSteve Klebanoff2018-12-181-2/+16
| | | | |
| | * | | Run prettifierSteve Klebanoff2018-12-181-36/+60
| | | | |
| | * | | Add includeEmpty optionSteve Klebanoff2018-12-182-18/+29
| | | | |
| | * | | prettify fileSteve Klebanoff2018-12-181-2/+13
| | | | |
| * | | | Merge pull request #1445 from 0xProject/feature/0x-org-statsSteve Klebanoff2018-12-181-34/+13
| |\ \ \ \ | | | | | | | | | | | | [website] 0x.org stats
| | * | | | total statsSteve Klebanoff2018-12-181-3/+3
| | | | | |
| | * | | | prettify about pageSteve Klebanoff2018-12-181-34/+13
| | | | | |
| * | | | | Merge pull request #1442 from 0xProject/feature/website/0x-org-analyticsSteve Klebanoff2018-12-181-15/+50
| |\ \ \ \ \ | | | | | | | | | | | | | | [website] 0x.org: Allow manual triggering of error, and report newsletter errors to Rollbar
| | * | | | | manually trigger error and also send in newsletter errorsSteve Klebanoff2018-12-181-3/+7
| | | | | | |
| | * | | | | apply prettierSteve Klebanoff2018-12-181-14/+45
| | | | | | |
| * | | | | | fix(website): update Animation component for styled components v4Brandon Millman2018-12-183-44/+34
| | |/ / / / | |/| | | |
| * | | | | fix(website): redirect /jobs to /about/jobsBrandon Millman2018-12-181-1/+1
| | | | | |
| * | | | | feature(website): implement loading jobs from greenhouse in jobs pageBrandon Millman2018-12-181-99/+149
| | |/ / / | |/| | |
| * | | | fix(website): fix mis-replaced website api backend linksBrandon Millman2018-12-181-2/+2
| |/ / /
* | | | feat: fix footer linksfragosti2018-12-183-23/+25
| | | |
* | | | feat: fix links in navbar and dropdownfragosti2018-12-182-46/+61
| | | |
* | | | feat: use react-shared Link componentfragosti2018-12-181-9/+21
| | | |
* | | | feat: update developer dropdown linksfragosti2018-12-181-48/+29
|/ / /
* | | Fixes hamburger icon bgcolor, jobs linkEzekiel Aquino2018-12-182-2/+1
| | |
* | | Add definitionFred Carlsen2018-12-181-0/+1
| | |
* | | Increase header tolerancesFred Carlsen2018-12-181-1/+1
| | |
* | | Show errors from serversideFred Carlsen2018-12-182-7/+69
| | |
* | | Update community pageFred Carlsen2018-12-181-40/+100
| | |
* | | Add community linksFred Carlsen2018-12-187-0/+24
| | |
* | | Removes content transform on mobile nav toggleEzekiel Aquino2018-12-182-2/+2
| | |
* | | Untoggles nav on headroom unpinEzekiel Aquino2018-12-181-1/+7
| | |
* | | Adds headroom instead for toggling nav visibilityEzekiel Aquino2018-12-182-43/+36
| | |
* | | Fix default marginFred Carlsen2018-12-181-1/+1
| | |
* | | Fix about introsFred Carlsen2018-12-182-2/+11
| | |
* | | Fixes mobile nav overflow on mobileEzekiel Aquino2018-12-182-3/+12
| | |
* | | Added Community pageFred Carlsen2018-12-173-1/+226
| | |
* | | Add def for react-scrollable-anchorFred Carlsen2018-12-171-0/+1
| | |
* | | Prepare banner for light themeFred Carlsen2018-12-171-1/+6
| | |
* | | Tweak banner border on mobileFred Carlsen2018-12-171-0/+7
| | |
* | | Fix cta linksFred Carlsen2018-12-172-2/+2
| | |
* | | Add market maker pageFred Carlsen2018-12-173-0/+130
| | |
* | | Tweak configuratorFred Carlsen2018-12-173-5/+16
| | |
* | | Update long term impact iconFred Carlsen2018-12-171-7/+7
| | |
* | | Fix liquidity source changeFred Carlsen2018-12-172-4/+6
| | |
* | | Fixes scrollable anchors in why pageEzekiel Aquino2018-12-171-45/+54
| | |
* | | Fix wrong icon nameFred Carlsen2018-12-171-1/+1
| | |
* | | Adjust thick stroked svgsFred Carlsen2018-12-173-25/+30
| | |
* | | Fix footer link hover statesEzekiel Aquino2018-12-171-2/+2
| | |
* | | Fixes mobile button layout for Definition componentEzekiel Aquino2018-12-172-3/+15
| | |
* | | Resolves font flicker on route changeEzekiel Aquino2018-12-171-14/+0
| | | | | | | | | | | | - Adds formular css to globally linked css
* | | Update client list + logosFred Carlsen2018-12-171-14/+15
| | |
* | | Fix newsletter input color in light themeFred Carlsen2018-12-171-5/+15
| | |
* | | Fix launch kit linkFred Carlsen2018-12-171-1/+1
| | |
* | | Fix stray tagFred Carlsen2018-12-171-1/+1
| | |
* | | Fix typoFred Carlsen2018-12-171-1/+1
| | |
* | | Fix homepage iconFred Carlsen2018-12-171-6/+6
| | |
* | | Fix mobile linksFred Carlsen2018-12-171-5/+5
| | |
* | | Fix portal linkFred Carlsen2018-12-171-1/+1
| | |
* | | Fix mobile nav placementFred Carlsen2018-12-171-0/+2
| | |
* | | fix(website) replace 0xproject.com with 0x.orgBrandon Millman2018-12-1516-37/+37
| | |
* | | Fix logo linkFred Carlsen2018-12-151-1/+1
| | |
* | | Merge remote-tracking branch 'upstream/development' into websiteFred Carlsen2018-12-153-28/+42
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # .gitignore # README.md # contracts/core/CHANGELOG.json # contracts/examples/package.json # contracts/extensions/package.json # contracts/interfaces/package.json # contracts/libs/package.json # contracts/multisig/package.json # contracts/protocol/CHANGELOG.json # contracts/protocol/DEPLOYS.json # contracts/protocol/package.json # contracts/test-utils/CHANGELOG.json # contracts/test-utils/CHANGELOG.md # contracts/test-utils/package.json # contracts/tokens/CHANGELOG.json # contracts/tokens/package.json # contracts/utils/package.json # packages/0x.js/CHANGELOG.json # packages/0x.js/CHANGELOG.md # packages/0x.js/package.json # packages/abi-gen-wrappers/CHANGELOG.json # packages/abi-gen-wrappers/CHANGELOG.md # packages/abi-gen-wrappers/package.json # packages/abi-gen/CHANGELOG.json # packages/abi-gen/CHANGELOG.md # packages/abi-gen/package.json # packages/assert/CHANGELOG.json # packages/assert/CHANGELOG.md # packages/assert/package.json # packages/asset-buyer/CHANGELOG.md # packages/asset-buyer/package.json # packages/base-contract/CHANGELOG.json # packages/base-contract/CHANGELOG.md # packages/base-contract/package.json # packages/connect/CHANGELOG.json # packages/connect/CHANGELOG.md # packages/connect/package.json # packages/contract-wrappers/CHANGELOG.json # packages/contract-wrappers/CHANGELOG.md # packages/contract-wrappers/package.json # packages/dev-tools-pages/package.json # packages/dev-utils/CHANGELOG.json # packages/dev-utils/CHANGELOG.md # packages/dev-utils/package.json # packages/ethereum-types/CHANGELOG.json # packages/ethereum-types/CHANGELOG.md # packages/ethereum-types/package.json # packages/fill-scenarios/CHANGELOG.json # packages/fill-scenarios/CHANGELOG.md # packages/fill-scenarios/package.json # packages/instant/package.json # packages/instant/src/types.ts # packages/json-schemas/CHANGELOG.json # packages/json-schemas/CHANGELOG.md # packages/json-schemas/package.json # packages/metacoin/package.json # packages/migrations/CHANGELOG.json # packages/migrations/CHANGELOG.md # packages/migrations/package.json # packages/order-utils/CHANGELOG.json # packages/order-utils/CHANGELOG.md # packages/order-utils/package.json # packages/order-watcher/CHANGELOG.json # packages/order-watcher/CHANGELOG.md # packages/order-watcher/package.json # packages/pipeline/package.json # packages/pipeline/src/ormconfig.ts # packages/pipeline/src/parsers/ddex_orders/index.ts # packages/pipeline/src/parsers/oasis_orders/index.ts # packages/pipeline/src/parsers/paradex_orders/index.ts # packages/pipeline/src/parsers/token_metadata/index.ts # packages/pipeline/src/scripts/pull_competing_dex_trades.ts # packages/pipeline/src/scripts/pull_ddex_orderbook_snapshots.ts # packages/pipeline/src/scripts/pull_idex_orderbook_snapshots.ts # packages/pipeline/src/scripts/pull_missing_blocks.ts # packages/pipeline/src/scripts/pull_oasis_orderbook_snapshots.ts # packages/pipeline/src/scripts/pull_paradex_orderbook_snapshots.ts # packages/pipeline/src/scripts/pull_trusted_tokens.ts # packages/pipeline/src/scripts/update_relayer_info.ts # packages/pipeline/src/utils/get_ohlcv_trading_pairs.ts # packages/pipeline/src/utils/index.ts # packages/pipeline/test/parsers/ddex_orders/index_test.ts # packages/pipeline/test/parsers/oasis_orders/index_test.ts # packages/pipeline/test/parsers/paradex_orders/index_test.ts # packages/react-docs/CHANGELOG.json # packages/react-docs/CHANGELOG.md # packages/react-docs/package.json # packages/react-shared/CHANGELOG.json # packages/react-shared/CHANGELOG.md # packages/react-shared/package.json # packages/sol-compiler/CHANGELOG.md # packages/sol-compiler/package.json # packages/sol-cov/CHANGELOG.json # packages/sol-cov/CHANGELOG.md # packages/sol-cov/package.json # packages/sol-doc/CHANGELOG.json # packages/sol-doc/CHANGELOG.md # packages/sol-doc/package.json # packages/sol-resolver/CHANGELOG.md # packages/sol-resolver/package.json # packages/sra-spec/CHANGELOG.json # packages/sra-spec/CHANGELOG.md # packages/sra-spec/package.json # packages/subproviders/CHANGELOG.json # packages/subproviders/CHANGELOG.md # packages/subproviders/package.json # packages/testnet-faucets/package.json # packages/types/CHANGELOG.md # packages/types/package.json # packages/typescript-typings/CHANGELOG.json # packages/typescript-typings/CHANGELOG.md # packages/typescript-typings/package.json # packages/utils/CHANGELOG.json # packages/utils/CHANGELOG.md # packages/utils/package.json # packages/web3-wrapper/CHANGELOG.json # packages/web3-wrapper/CHANGELOG.md # packages/web3-wrapper/package.json # packages/website/package.json # packages/website/public/index.html # packages/website/ts/pages/instant/fee_percentage_slider.tsx # yarn.lock
| * | feature(website): add 0x Instant as a track in the docsBrandon Millman2018-12-112-0/+10
| |/
| * Merge pull request #1399 from ↵Francesco Agosti2018-12-073-1/+11
| |\ | | | | | | | | | | | | 0xProject/feature/website/disable-slider-if-no-address-configurator [website] Disable slider when no affiliate info
| | * feat: change color of doctype tag in configuratorfragosti2018-12-071-1/+1
| | |
| | * feat: disable slider when no affiliate infofragosti2018-12-062-0/+10
| | |
| * | Switch out whitepaper with 0x protocol specificationFabio Berger2018-12-063-2/+5
| | |
| * | Switch out RocketChat icon with Discord iconFabio Berger2018-12-061-1/+1
| |/
| * 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-064-5/+5
| |\ | | | | | | | | | feature/website/instant-configurator
| | * Replace Rocket.chat with DiscordFabio Berger2018-12-054-5/+5
| | |
| * | chore: run linterfragosti2018-12-052-2/+1
| | |
| * | feat: add copy code featurefragosti2018-12-052-3/+18
| | |
| * | 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: make select box-shadow darkerfragosti2018-12-051-2/+4
| | |
| * | 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-043-3/+6
| | |
| * | 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-044-11/+96
| | |
| * | 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-018-46/+156
| | |
| * | feat: implement available token fetchingfragosti2018-11-302-6/+114
| | |
| * | feat: add MultiSelect component skeletonfragosti2018-11-302-1/+80
| | |
| * | feat: add Select component and use for configuratorfragosti2018-11-307-31/+285
| | |
| * | 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
| |/
* | Add id propFred Carlsen2018-12-151-0/+1
| |
* | Jump down to configuratorFred Carlsen2018-12-151-4/+4
| |
* | Fix default heading sizeFred Carlsen2018-12-151-0/+4
| |
* | Update routesFred Carlsen2018-12-151-17/+10
| |
* | Update links and routesFred Carlsen2018-12-159-30/+36
| |
* | Update linksFred Carlsen2018-12-152-2/+2
| |
* | Copy fixesFred Carlsen2018-12-152-2/+2
| |
* | Add contact modal to pages with contact linkFred Carlsen2018-12-154-59/+112
| |