| Commit message (Expand) | Author | Age | Files | Lines |
* | Added banner | Fred Carlsen | 2018-12-10 | 3 | -1/+87 |
* | Remove borderColor prop | Fred Carlsen | 2018-12-10 | 1 | -3/+0 |
* | Add arrow to link | Fred Carlsen | 2018-12-10 | 3 | -5/+17 |
* | Divides landing into section components, cleanup | Ezekiel Aquino | 2018-12-10 | 8 | -274/+306 |
* | Removes percentage paddings on mobile | Ezekiel Aquino | 2018-12-10 | 1 | -4/+0 |
* | Replaces icons in landing, text styling | Ezekiel Aquino | 2018-12-10 | 3 | -6/+14 |
* | Adds withArrow button | Ezekiel Aquino | 2018-12-10 | 5 | -14/+48 |
* | Async load icons, adds margins | Ezekiel Aquino | 2018-12-10 | 3 | -10/+27 |
* | Adds size definition to Icon | Ezekiel Aquino | 2018-12-10 | 1 | -1/+1 |
* | Refactors <Icon> | Ezekiel Aquino | 2018-12-10 | 5 | -17/+45 |
* | Cleanup | Fred Carlsen | 2018-12-10 | 1 | -3/+0 |
* | WIP mobile header + developer dropdown | Fred Carlsen | 2018-12-10 | 3 | -32/+417 |
* | Added global link color to theme | Fred Carlsen | 2018-12-10 | 4 | -1/+64 |
* | Mobile tweaks | Fred Carlsen | 2018-12-07 | 2 | -2/+20 |
* | Break heading on why properly | Fred Carlsen | 2018-12-07 | 2 | -2/+7 |
* | Add viewbox to icons | Fred Carlsen | 2018-12-07 | 6 | -6/+6 |
* | Mobile tweaks | Fred Carlsen | 2018-12-07 | 5 | -6/+23 |
* | Slash the zeroes | Fred Carlsen | 2018-12-06 | 1 | -0/+1 |
* | Migrate away from injectGlobal | Fred Carlsen | 2018-12-06 | 1 | -26/+27 |
* | Import configurator in new instant page | Fred Carlsen | 2018-12-06 | 1 | -13/+5 |
* | fix: add comma to affiliateInfo config in configurator | fragosti | 2018-12-06 | 1 | -1/+1 |
* | fix: remove target=_blank from instant link | fragosti | 2018-12-06 | 1 | -1/+1 |
* | feat: change New notification to point to instant | fragosti | 2018-12-06 | 1 | -2/+2 |
* | fix: ensure copy button is above code | fragosti | 2018-12-06 | 1 | -1/+2 |
* | feat: notify user they've copied to clipboard on copy | fragosti | 2018-12-06 | 1 | -14/+29 |
* | chore: make default fee percentage in configurator 0 | fragosti | 2018-12-06 | 1 | -1/+1 |
* | Replace Rocket.chat with Discord | Fabio Berger | 2018-12-06 | 4 | -5/+5 |
* | chore: run linter | fragosti | 2018-12-06 | 2 | -2/+1 |
* | feat: add copy code feature | fragosti | 2018-12-06 | 2 | -3/+18 |
* | chore: fix linter issues | fragosti | 2018-12-06 | 3 | -12/+3 |
* | chore: remove shark relay from possible SRA endpoints | fragosti | 2018-12-06 | 1 | -5/+1 |
* | hack: make min-height of line-number container 98% to prevent scrollbar from ... | fragosti | 2018-12-06 | 1 | -1/+1 |
* | fix: use WebsitePaths type and update wiki link to new link | fragosti | 2018-12-06 | 5 | -11/+16 |
* | fix: reset available tokens when sra endpoint is changed | fragosti | 2018-12-06 | 2 | -3/+8 |
* | fix: make select box-shadow darker | fragosti | 2018-12-06 | 1 | -2/+4 |
* | fix: do not show select all if no tokens are available | fragosti | 2018-12-06 | 1 | -0/+5 |
* | feat: update configurator snippet to actually work if copy and pasted | fragosti | 2018-12-06 | 1 | -17/+23 |
* | fix: change liquiditySource to orderSource | fragosti | 2018-12-06 | 1 | -1/+1 |
* | feat: update relayer list | fragosti | 2018-12-06 | 1 | -1/+19 |
* | polish: make configurator inputs look more like mocks | fragosti | 2018-12-06 | 3 | -3/+6 |
* | feat: fetch asset meta data from the asset meta data map | fragosti | 2018-12-06 | 1 | -31/+23 |
* | fix: address to lowercase and explore the docs leads to correct wiki | fragosti | 2018-12-06 | 1 | -2/+2 |
* | feat: create more dank slider | fragosti | 2018-12-06 | 2 | -6/+84 |
* | feat: make (optional) label inline | fragosti | 2018-12-06 | 1 | -2/+3 |
* | feat: add fee percentage slider | fragosti | 2018-12-06 | 4 | -31/+44 |
* | feat: add fee percentage slier | fragosti | 2018-12-06 | 3 | -2/+30 |
* | feat: implement basic feeRecipient address in config generator | fragosti | 2018-12-06 | 4 | -11/+96 |
* | fix: use correct styles even when syntax highlighter component removes classn... | fragosti | 2018-12-06 | 1 | -3/+4 |
* | feat: implement code generation | fragosti | 2018-12-06 | 3 | -27/+49 |
* | feat: implement multi token select component | fragosti | 2018-12-06 | 8 | -46/+156 |
* | feat: implement available token fetching | fragosti | 2018-12-06 | 2 | -6/+114 |
* | feat: add MultiSelect component skeleton | fragosti | 2018-12-06 | 2 | -1/+80 |
* | feat: add Select component and use for configurator | fragosti | 2018-12-06 | 7 | -31/+285 |
* | feat: implement configurator layout | fragosti | 2018-12-06 | 2 | -4/+29 |
* | feat: factor out ActionLink component from features | fragosti | 2018-12-06 | 2 | -37/+54 |
* | feat: improve styling of code demo component | fragosti | 2018-12-06 | 2 | -12/+126 |
* | feat: have basic code syntax highlighting working | fragosti | 2018-12-06 | 3 | -1/+55 |
* | [WIP] Adds paragraph sizes | Ezekiel Aquino | 2018-12-06 | 2 | -17/+11 |
* | Implements desktop/mobile font sizing | Ezekiel Aquino | 2018-12-06 | 2 | -25/+29 |
* | Merge remote-tracking branch 'upstream/development' into website | Fred Carlsen | 2018-12-05 | 12 | -1/+438 |
|\ |
|
| * | feat(website): implement rest of links | Brandon Millman | 2018-11-29 | 3 | -55/+77 |
| * | feat(website): implement link directly to configure | Brandon Millman | 2018-11-29 | 3 | -5/+34 |
| * | feat(website): optionally show configurator | Brandon Millman | 2018-11-29 | 1 | -3/+4 |
| * | feature(website): add configurator shell | Brandon Millman | 2018-11-29 | 2 | -0/+8 |
| * | fix(website): instant marketing page need more background color | Brandon Millman | 2018-11-29 | 2 | -5/+4 |
| * | fix(website): instant marketing page shadows | Brandon Millman | 2018-11-29 | 2 | -1/+3 |
| * | fix(website): change instant marketing page styling to non mono font except t... | Brandon Millman | 2018-11-29 | 2 | -10/+10 |
| * | chore(website): random fixes for mobile optimization | Brandon Millman | 2018-11-29 | 4 | -36/+63 |
| * | feat(website): add extra assets for instant marketing page | Brandon Millman | 2018-11-29 | 1 | -8/+8 |
| * | feat(website): fix screenshots in marketing page for small screens | Brandon Millman | 2018-11-29 | 2 | -11/+31 |
| * | feat(website): need more section for instant marketing page | Brandon Millman | 2018-11-29 | 3 | -2/+52 |
| * | feature(website): add links to instant marketing page | Brandon Millman | 2018-11-29 | 1 | -8/+51 |
| * | fix(website): update instant page CTA font | Brandon Millman | 2018-11-29 | 1 | -7/+1 |
| * | feat(website): instant features section | Brandon Millman | 2018-11-29 | 6 | -31/+55 |
| * | feat(website): add screenshots to instant page | Brandon Millman | 2018-11-29 | 4 | -1/+85 |
| * | feat(website): implement introducing 0x instant header | Brandon Millman | 2018-11-29 | 3 | -1/+48 |
| * | feat(website): add header and footer to instant page | Brandon Millman | 2018-11-29 | 1 | -1/+46 |
| * | feat(website): scaffolding for instant page | Brandon Millman | 2018-11-29 | 4 | -0/+42 |
* | | Cleanup | Ezekiel Aquino | 2018-12-05 | 1 | -3/+3 |
* | | Fixes Link component to user ReactRouterLink | Ezekiel Aquino | 2018-12-04 | 1 | -7/+3 |
* | | Adds sa bit of polish to landing page | Ezekiel Aquino | 2018-12-04 | 3 | -13/+55 |
* | | Adds padding prop to text elements | Ezekiel Aquino | 2018-12-04 | 5 | -31/+47 |
* | | Refactors buttons/links/header | Ezekiel Aquino | 2018-12-04 | 3 | -57/+36 |
* | | Refactors Button component | Ezekiel Aquino | 2018-12-04 | 1 | -17/+31 |
* | | Fixes all lint issues, cleanup | Ezekiel Aquino | 2018-12-04 | 20 | -278/+227 |
* | | Added ecosystem page | Fred Carlsen | 2018-12-03 | 2 | -0/+119 |
* | | Added launch kit | Fred Carlsen | 2018-12-03 | 3 | -0/+163 |
* | | Adjust team lists | Fred Carlsen | 2018-12-03 | 1 | -1/+61 |
* | | ADd content to jobs | Fred Carlsen | 2018-12-03 | 1 | -24/+62 |
* | | Tweak line heights | Fred Carlsen | 2018-12-03 | 2 | -4/+12 |
* | | Updated sublinks on about | Fred Carlsen | 2018-12-03 | 3 | -18/+21 |
* | | Updated press content | Fred Carlsen | 2018-12-03 | 1 | -34/+28 |
* | | Adjust thumb | Fred Carlsen | 2018-12-03 | 1 | -0/+1 |
* | | Add skeleton for team, press, jobs | Fred Carlsen | 2018-12-03 | 4 | -1/+365 |
* | | Update boolean values | Fred Carlsen | 2018-12-03 | 1 | -4/+6 |
* | | Add color to interface | Fred Carlsen | 2018-12-03 | 1 | -0/+1 |
* | | Misc fixes to layout | Fred Carlsen | 2018-12-03 | 1 | -5/+11 |
* | | Added project logos | Fred Carlsen | 2018-12-03 | 1 | -5/+60 |
* | | Lint fix | Fred Carlsen | 2018-12-03 | 1 | -1/+1 |
* | | Fix isFullWidth type declaration in layout | Ezekiel Aquino | 2018-12-03 | 1 | -4/+4 |
* | | Changes boolean props to follow is[Property] syntax | Ezekiel Aquino | 2018-12-03 | 9 | -70/+107 |
* | | Adds note to layout section | Ezekiel Aquino | 2018-12-03 | 1 | -0/+4 |
* | | A bit of formatting, centeres instant text | Ezekiel Aquino | 2018-12-03 | 2 | -17/+13 |
* | | Uses layout elems in header | Ezekiel Aquino | 2018-12-03 | 1 | -19/+16 |
* | | Some comments and cleanup | Ezekiel Aquino | 2018-12-03 | 3 | -30/+5 |
* | | ThemeProvider | Ezekiel Aquino | 2018-12-01 | 7 | -13/+27 |
* | | WIP themeprovider | Ezekiel Aquino | 2018-11-30 | 4 | -31/+67 |
* | | Linting | Fred Carlsen | 2018-11-30 | 1 | -1/+0 |
* | | Added about / mission | Fred Carlsen | 2018-11-30 | 7 | -1/+120 |
* | | Linting | Fred Carlsen | 2018-11-30 | 1 | -2/+2 |
* | | Correct font-weight for heading | Fred Carlsen | 2018-11-30 | 1 | -0/+1 |
* | | Breakpoint on padding | Ezekiel Aquino | 2018-11-30 | 2 | -3/+7 |
* | | Types return on layout methods | Ezekiel Aquino | 2018-11-30 | 1 | -8/+4 |
* | | Add cta | Fred Carlsen | 2018-11-30 | 1 | -0/+20 |
* | | Make buttons align | Fred Carlsen | 2018-11-30 | 1 | -2/+2 |
* | | Link products to 0x instant for now | Fred Carlsen | 2018-11-30 | 1 | -1/+1 |
* | | Added 0x instant skeleton | Fred Carlsen | 2018-11-30 | 4 | -0/+126 |
* | | Fix icon warnings | Fred Carlsen | 2018-11-30 | 1 | -4/+6 |
* | | Contain images | Fred Carlsen | 2018-11-30 | 1 | -0/+5 |
* | | Allows margin to be passed variable integers as values, adds comments | Ezekiel Aquino | 2018-11-30 | 2 | -3/+4 |
* | | Makes ts happy with running a function on an optional property value | Ezekiel Aquino | 2018-11-30 | 1 | -1/+1 |
* | | Adds proposal for padding prop on Wrappers | Ezekiel Aquino | 2018-11-30 | 2 | -5/+26 |
* | | Adds wrapGrid, bit of cleanup | Ezekiel Aquino | 2018-11-30 | 3 | -52/+41 |
* | | Cleanup | Ezekiel Aquino | 2018-11-30 | 1 | -6/+0 |
* | | Just fixes those warnings on icons | Ezekiel Aquino | 2018-11-30 | 1 | -2/+2 |
* | | Add route links to header | Fred Carlsen | 2018-11-30 | 1 | -31/+44 |
* | | Some cleanup, reindent | Ezekiel Aquino | 2018-11-30 | 2 | -12/+23 |
* | | Linting | Fred Carlsen | 2018-11-30 | 1 | -2/+2 |
* | | Fix tag | Fred Carlsen | 2018-11-30 | 1 | -1/+1 |
* | | Linting errors | Fred Carlsen | 2018-11-30 | 2 | -144/+146 |
* | | Replaces Text elements in why route | Ezekiel Aquino | 2018-11-30 | 2 | -114/+116 |
* | | Just makes it render | Ezekiel Aquino | 2018-11-30 | 2 | -116/+116 |
* | | Text and landing | Ezekiel Aquino | 2018-11-30 | 4 | -148/+185 |
* | | Tweak text | Fred Carlsen | 2018-11-30 | 1 | -3/+18 |
* | | Linting + typing | Fred Carlsen | 2018-11-30 | 1 | -6/+7 |
* | | Tweak submit position | Fred Carlsen | 2018-11-30 | 1 | -6/+10 |
* | | Linting format | Fred Carlsen | 2018-11-30 | 1 | -16/+10 |
* | | Tweak global styles | Fred Carlsen | 2018-11-30 | 1 | -37/+47 |
* | | Added coin icon | Fred Carlsen | 2018-11-30 | 1 | -0/+1 |
* | | Export svgs as typed pure components | Fred Carlsen | 2018-11-30 | 5 | -31/+87 |
* | | Linter fixes | Fred Carlsen | 2018-11-30 | 1 | -3/+2 |
* | | Started on why 0x | Fred Carlsen | 2018-11-30 | 3 | -3/+65 |
* | | Add center prop to text | Fred Carlsen | 2018-11-30 | 1 | -18/+36 |
* | | Hide trade button on mobile | Fred Carlsen | 2018-11-30 | 1 | -2/+8 |
* | | Added newsletter form to footer | Fred Carlsen | 2018-11-30 | 4 | -3/+104 |
* | | Adjust global font size | Fred Carlsen | 2018-11-30 | 3 | -6/+7 |
* | | Format styles | Fred Carlsen | 2018-11-30 | 1 | -9/+19 |
* | | Adds buttonWrapper | Ezekiel Aquino | 2018-11-29 | 2 | -3/+14 |
* | | Removes text-decoration on buttons | Ezekiel Aquino | 2018-11-29 | 1 | -1/+2 |
* | | Cleans up Button | Ezekiel Aquino | 2018-11-29 | 2 | -57/+24 |
* | | Cleanup button component | Fred Carlsen | 2018-11-29 | 3 | -25/+11 |
* | | Fix type def | Fred Carlsen | 2018-11-29 | 1 | -1/+1 |
* | | Introduces WrapCentered | Ezekiel Aquino | 2018-11-29 | 2 | -10/+18 |
* | | Tests flush width sections | Ezekiel Aquino | 2018-11-29 | 2 | -3/+11 |
* | | Ooops fixes that | Ezekiel Aquino | 2018-11-29 | 1 | -1/+1 |
* | | Enables fullwidth sections. As in edge-to-edge | Ezekiel Aquino | 2018-11-29 | 2 | -2/+6 |
* | | Adds fullWidth prop to sections | Ezekiel Aquino | 2018-11-29 | 3 | -5/+12 |
* | | Updated text | Fred Carlsen | 2018-11-29 | 1 | -4/+2 |
* | | Tweaks button | Ezekiel Aquino | 2018-11-29 | 1 | -8/+7 |
* | | Edits button.js | Ezekiel Aquino | 2018-11-29 | 1 | -1/+1 |
* | | Adds notes to button | Ezekiel Aquino | 2018-11-29 | 1 | -5/+32 |
* | | Remove export of interface | Fred Carlsen | 2018-11-29 | 4 | -4/+4 |
* | | Add text and illustrations for home | Fred Carlsen | 2018-11-29 | 5 | -3/+38 |
* | | Add transparent button | Fred Carlsen | 2018-11-29 | 2 | -5/+7 |
* | | Add transparent button | Fred Carlsen | 2018-11-29 | 2 | -10/+25 |
* | | Fix linting and typing errors in footer | Fred Carlsen | 2018-11-29 | 1 | -8/+5 |
* | | WIP landing and button changes | Fred Carlsen | 2018-11-29 | 3 | -4/+52 |
* | | Quick test responsive cols | Ezekiel Aquino | 2018-11-29 | 1 | -3/+9 |
* | | Fixes interface syntax | Ezekiel Aquino | 2018-11-29 | 2 | -27/+43 |
* | | Adds key to mapped footer elems | Ezekiel Aquino | 2018-11-29 | 1 | -2/+5 |
* | | Make dev layout guidelines less obtrusive | Ezekiel Aquino | 2018-11-29 | 2 | -7/+9 |
* | | Refactors footer to use layout system | Ezekiel Aquino | 2018-11-29 | 2 | -74/+55 |
* | | Fix colwidth layout calc | Ezekiel Aquino | 2018-11-29 | 1 | -1/+1 |
* | | Moves content wrap to layout.tsx | Ezekiel Aquino | 2018-11-29 | 2 | -19/+27 |
* | | Edits column width calc method | Ezekiel Aquino | 2018-11-29 | 1 | -5/+19 |
* | | Add index to list | Fred Carlsen | 2018-11-29 | 1 | -1/+1 |
* | | Start on text component | Fred Carlsen | 2018-11-29 | 1 | -0/+29 |
* | | Left align logo | Fred Carlsen | 2018-11-29 | 1 | -1/+1 |
* | | Linting errors | Fred Carlsen | 2018-11-29 | 1 | -2/+3 |
* | | Fix linting errors | Fred Carlsen | 2018-11-29 | 1 | -11/+11 |
* | | Add footer | Fred Carlsen | 2018-11-29 | 2 | -5/+125 |
* | | Test with max widths | Ezekiel Aquino | 2018-11-29 | 2 | -2/+4 |
* | | Adds section margins | Ezekiel Aquino | 2018-11-29 | 1 | -0/+1 |
* | | Samples full width wraps | Ezekiel Aquino | 2018-11-29 | 1 | -0/+12 |
* | | [WIP] Proposed layout modules | Ezekiel Aquino | 2018-11-29 | 3 | -4/+122 |
* | | Fix key in loop | Fred Carlsen | 2018-11-29 | 1 | -1/+1 |
* | | Add bgColor and removePadding props to container | Fred Carlsen | 2018-11-29 | 1 | -2/+7 |
* | | Change bg color | Fred Carlsen | 2018-11-29 | 1 | -1/+1 |
* | | Fix linting errors | Fred Carlsen | 2018-11-28 | 1 | -6/+5 |
* | | Tweak links in header | Fred Carlsen | 2018-11-28 | 1 | -6/+12 |
* | | Add ehader | Fred Carlsen | 2018-11-28 | 4 | -1/+79 |
* | | Add container and button | Fred Carlsen | 2018-11-28 | 2 | -1/+30 |
* | | Fix font references | Fred Carlsen | 2018-11-28 | 1 | -4/+3 |
* | | Fix type error in Text component | Fred Carlsen | 2018-11-28 | 1 | -0/+1 |
* | | Add styled-component types | Fred Carlsen | 2018-11-28 | 1 | -2/+2 |
* | | Renames font-files, adds font-face declaration in globalStyles | Ezekiel Aquino | 2018-11-28 | 1 | -1/+23 |
* | | Adds very basic SiteWrap and global styling | Ezekiel Aquino | 2018-11-28 | 4 | -2/+98 |
* | | WIP button | Fred Carlsen | 2018-11-28 | 1 | -0/+21 |
* | | Adds initial /next route to index.tsx | Ezekiel Aquino | 2018-11-28 | 2 | -2/+17 |
* | | Add @next folder structure | Fred Carlsen | 2018-11-28 | 3 | -0/+6 |
* | | Add svg loader | Fred Carlsen | 2018-11-28 | 1 | -0/+6 |
* | | Add brand colors | Fred Carlsen | 2018-11-28 | 1 | -0/+8 |
|/ |
|
* | feat: Add Xianny to about page | fragosti | 2018-11-27 | 1 | -0/+8 |
* | Add migrations, contract-addresses and contract-artifacts to Developers home | Fabio Berger | 2018-11-21 | 1 | -0/+25 |
* | Create migrations doc reference page | Fabio Berger | 2018-11-21 | 4 | -0/+76 |
* | Add 0x-order-utils.py library to developers home | Fabio Berger | 2018-11-20 | 1 | -0/+9 |
* | Update blog post feature | Fabio Berger | 2018-11-17 | 1 | -2/+2 |
* | Fix disclaimer on mobile | Fabio Berger | 2018-11-17 | 1 | -1/+1 |
* | Add smart contract docs to Developer Home | Fabio Berger | 2018-11-17 | 1 | -0/+8 |
* | Add Apache license link | Fabio Berger | 2018-11-17 | 1 | -0/+1 |
* | Fix capitalization in title | Fabio Berger | 2018-11-17 | 1 | -3/+10 |
* | Remove excess semi-colon | Fabio Berger | 2018-11-17 | 1 | -1/+1 |
* | Point directly to README for docs link | Fabio Berger | 2018-11-17 | 1 | -1/+1 |
* | Fix disclaimer | Fabio Berger | 2018-11-16 | 1 | -1/+1 |
* | Add blogpost URL | Fabio Berger | 2018-11-16 | 1 | -1/+1 |
* | Add disclaimer | Fabio Berger | 2018-11-16 | 1 | -0/+29 |
* | Merge branch 'development' into launchKitLanding | Fabio Berger | 2018-11-16 | 12 | -20/+50 |
|\ |
|
| * | fix(website): currentProvider called on undefined | Brandon Millman | 2018-11-15 | 1 | -1/+1 |
| * | Merge pull request #1244 from 0xProject/developerSectionNits | Fabio B | 2018-11-14 | 11 | -19/+49 |
| |\ |
|
| | * | merge development | Fabio Berger | 2018-11-12 | 3 | -70/+70 |
| | |\ |
|
| | * | | Increase logo size | Fabio Berger | 2018-11-12 | 1 | -3/+3 |
| | * | | Adjust paddin | Fabio Berger | 2018-11-11 | 1 | -1/+1 |
| | * | | Fix menuItem background colors depending on the context | Fabio Berger | 2018-11-11 | 4 | -3/+18 |
| | * | | Remove "Home" menu item, instead make different parts of logo link to differe... | Fabio Berger | 2018-11-11 | 5 | -35/+46 |
| | * | | style: reduce border size on version dropdown | Fabio Berger | 2018-10-26 | 1 | -1/+1 |
| | * | | style: make line-height of sidebar title 26px, make sure still bottom aligned... | Fabio Berger | 2018-10-26 | 1 | -1/+2 |
| | * | | style: remove small gap under topbar | Fabio Berger | 2018-10-26 | 2 | -23/+26 |
* | | | | Add launch kit to Developer home list of tools | Fabio Berger | 2018-11-16 | 1 | -0/+9 |
* | | | | fix linter issue | Fabio Berger | 2018-11-16 | 1 | -1/+1 |
* | | | | Update call-to-action links | Fabio Berger | 2018-11-16 | 2 | -4/+6 |
* | | | | Move benefits to language files and fix copy | Fabio Berger | 2018-11-14 | 2 | -29/+38 |
* | | | | Implement 0x launch kit landing page | Fabio Berger | 2018-11-14 | 6 | -1/+340 |
|/ / / |
|
* | / | fix(website): fix code splitting | Brandon Millman | 2018-11-12 | 22 | -30/+30 |
| |/
|/| |
|
* | | fix(website): prepare website for breaking MetaMask change for eip 1102 | Brandon Millman | 2018-10-31 | 2 | -69/+66 |
* | | fix(website): round makerAssetToken amount in FillOrder component | Brandon Millman | 2018-10-26 | 1 | -1/+4 |
|/ |
|
* | Merge pull request #1173 from 0xProject/fixSchemaBug | Kadinsky | 2018-10-23 | 1 | -5/+12 |
|\ |
|
| * | chore: Add whole number to next json-schema doc md section | Fabio Berger | 2018-10-22 | 1 | -5/+12 |
| * | revert unrelated change | Fabio Berger | 2018-10-22 | 1 | -2/+2 |
| * | fix: Update address to ZRX token to newly deployed 'mintable' ZRX token on Ko... | Fabio Berger | 2018-10-20 | 1 | -2/+2 |
* | | fix(website): create correct subprovider for metamask | Brandon Millman | 2018-10-23 | 1 | -1/+1 |
* | | fix(website): do not fetch balances for empty tokens | Brandon Millman | 2018-10-23 | 1 | -6/+13 |
|/ |
|
* | Use em for all | Fabio Berger | 2018-10-20 | 3 | -3/+3 |
* | chore: use Text | Fabio Berger | 2018-10-20 | 1 | -2/+2 |
* | chore: use `colors` module | Fabio Berger | 2018-10-20 | 1 | -1/+1 |
* | fix: scroll lag on doc reference and wiki pages by using react-scroll `spy` a... | Fabio Berger | 2018-10-20 | 4 | -3/+96 |
* | Use media module | Fabio Berger | 2018-10-20 | 1 | -2/+3 |
* | Remove unused listeners | Fabio Berger | 2018-10-20 | 1 | -8/+0 |
* | chore: fix dropdown bug on Firefox and reduced duplicate code | Fabio Berger | 2018-10-19 | 1 | -24/+22 |
* | style: make sure sideBar bottom padding is on scrollable content, not container | Fabio Berger | 2018-10-19 | 1 | -2/+3 |
* | Improve sidebar logic to handle MS Edge, Firefox differences between Windows ... | Fabio Berger | 2018-10-19 | 3 | -6/+30 |