| Commit message (Expand) | Author | Age | Files | Lines |
* | chore: initalize _urlIntervalCheckId | Fabio Berger | 2018-10-17 | 1 | -1/+1 |
* | chore: don't use Container in react-shared, react-docs yet | Fabio Berger | 2018-10-16 | 3 | -60/+10 |
* | chore: remove unused prop | Fabio Berger | 2018-10-16 | 1 | -2/+0 |
* | chore: Remove unused prop | Fabio Berger | 2018-10-16 | 1 | -5/+1 |
* | chore: convert to stateless component | Fabio Berger | 2018-10-16 | 1 | -7/+3 |
* | chore: get menu onHover darken back | Fabio Berger | 2018-10-16 | 1 | -37/+27 |
* | feat: highlighted sidebar as you scroll on doc reference pages | Fabio Berger | 2018-10-16 | 2 | -15/+51 |
* | fix: menu item overflow issue | Fabio Berger | 2018-10-15 | 1 | -0/+3 |
* | fix: Nested a tag warning in console by not rendering a tags within type defi... | Fabio Berger | 2018-10-15 | 1 | -14/+20 |
* | chore: improve colors | Fabio Berger | 2018-10-15 | 1 | -1/+1 |
* | chore: many small stylistic changes | Fabio Berger | 2018-10-15 | 6 | -8/+93 |
* | chore: improve styling of sidebar | Fabio Berger | 2018-10-15 | 1 | -1/+1 |
* | Implement new version dropdown and remove it from nestedTopBar | Fabio Berger | 2018-10-13 | 2 | -53/+0 |
* | fix: Remove unnecessary onClick prop from NestedSidebar, since one can listen... | Fabio Berger | 2018-10-13 | 1 | -12/+1 |
* | Refactor Home so that Dev section chrome is reusable across pages | Fabio Berger | 2018-10-12 | 1 | -38/+0 |
* | remove unused import | Fabio Berger | 2018-10-06 | 1 | -1/+0 |
* | Fix comment | Fabio Berger | 2018-10-06 | 1 | -1/+1 |
* | Remove type prop and instead infer it from the value of to | Fabio Berger | 2018-10-05 | 5 | -18/+24 |
* | Remove style prop from Link | Fabio Berger | 2018-10-05 | 1 | -4/+8 |
* | Rename scroll container | Fabio Berger | 2018-10-05 | 4 | -16/+5 |
* | Remove containerId option and throw if passing in shouldOpenInNewTab with typ... | Fabio Berger | 2018-10-05 | 1 | -4/+6 |
* | Apply props to all link variants when possible | Fabio Berger | 2018-10-05 | 1 | -1/+7 |
* | Fix bug where wiki links in dev dropdown weren't working when on the wiki | Fabio Berger | 2018-10-05 | 1 | -72/+82 |
* | Fix react warning | Fabio Berger | 2018-10-05 | 1 | -1/+1 |
* | rename for clarity | Fabio Berger | 2018-10-04 | 1 | -2/+2 |
* | Fix linter | Fabio Berger | 2018-10-04 | 3 | -16/+4 |
* | Improve comment | Fabio Berger | 2018-10-04 | 1 | -3/+4 |
* | Use nestedSidebarMenu component for Dev home | Fabio Berger | 2018-10-04 | 1 | -2/+12 |
* | Use same Link UI component for react-scroll links | Fabio Berger | 2018-10-03 | 4 | -41/+149 |
* | Make menuSubsectionsBySection optional | Fabio Berger | 2018-10-02 | 1 | -2/+6 |
* | Move colors to colors.ts file | Fabio Berger | 2018-10-02 | 1 | -1/+3 |
* | Add back ability to listen for menu click events from the sidebar | Fabio Berger | 2018-09-28 | 1 | -1/+11 |
* | Make sidebar menu item formatting optional so package names (with hyphens) re... | Fabio Berger | 2018-09-28 | 1 | -5/+14 |
* | merge development | Fabio Berger | 2018-09-28 | 2 | -12/+11 |
|\ |
|
| * | Fix unused vars for react-shared and website | fragosti | 2018-08-31 | 1 | -1/+0 |
| * | Apply prettier | fragosti | 2018-08-30 | 1 | -5/+6 |
| * | Change VersionDropDown to use material-ui 3 | fragosti | 2018-08-29 | 1 | -8/+7 |
* | | Implement dev home | Fabio Berger | 2018-09-26 | 1 | -1/+2 |
* | | Move colors to colors module | Fabio Berger | 2018-08-27 | 1 | -0/+2 |
|/ |
|
* | Prettier fix | Fabio Berger | 2018-08-23 | 1 | -1/+1 |
* | Replace complicated camelCase to spaces logic with change-case package | Fabio Berger | 2018-08-23 | 1 | -19/+2 |
* | Fix many linter errors that showed up upon upgrading tsutil | Fabio Berger | 2018-08-23 | 1 | -1/+1 |
* | Add back hashSpy | Fabio Berger | 2018-08-08 | 2 | -0/+3 |
* | Add additional special-case acronym | Fabio Berger | 2018-08-08 | 1 | -1/+1 |
* | Remove hash spy for now | Fabio Berger | 2018-08-07 | 2 | -3/+0 |
* | Remove stray console.lgos | Fabio Berger | 2018-08-06 | 1 | -1/+0 |
* | Display camelCase names all-caps properly | Fabio Berger | 2018-08-04 | 3 | -2/+24 |
* | Add padding above anchor titles so they show up nice when scrolled to | Fabio Berger | 2018-08-02 | 1 | -1/+1 |
* | Update React-scroll, getting rid of the need to manually set the url hash | Fabio Berger | 2018-08-01 | 2 | -15/+4 |
* | Remove all in-package monorepo-scripts by adding doc gen/upload and aggregate... | Fabio Berger | 2018-07-30 | 1 | -8/+0 |
* | Fix tslint issues | Leonid Logvinov | 2018-07-17 | 1 | -1/+1 |
* | Fix no-unused-variable tslint rule to include parameters and fix issues | Fabio Berger | 2018-06-12 | 3 | -3/+3 |
* | merge v2-prototype | Fabio Berger | 2018-06-06 | 1 | -1/+0 |
|\ |
|
| * | Address PR feedback | fragosti | 2018-06-05 | 1 | -1/+0 |
| * | Lint and cleanup | fragosti | 2018-06-02 | 1 | -1/+1 |
* | | Try enabling no-unused-variable... | fragosti | 2018-06-05 | 5 | -5/+2 |
|/ |
|
* | Refactor portal specific colors out of react-shared | Brandon Millman | 2018-05-19 | 1 | -13/+0 |
* | Merge branch 'development' into v2-prototype | Fabio Berger | 2018-05-16 | 8 | -18/+18 |
|\ |
|
| * | Add missing type definitions | Leonid Logvinov | 2018-05-14 | 8 | -18/+18 |
* | | Merge branch 'development' into v2-prototype | Amir Bandeali | 2018-05-16 | 1 | -0/+1 |
|\| |
|
| * | Add new section to homepage | Fabio Berger | 2018-05-03 | 1 | -0/+1 |
* | | Fix CI failures caused by Webkit css properties not being recognized by React... | Fabio Berger | 2018-04-24 | 1 | -7/+12 |
* | | Revert "Fix CI test failure" | Fabio Berger | 2018-04-24 | 1 | -10/+7 |
* | | Fix CI test failure | Fabio Berger | 2018-04-24 | 1 | -7/+10 |
|/ |
|
* | Move our contract templates to accept Provider instead of Web3Wrapper | Leonid Logvinov | 2018-04-04 | 1 | -8/+0 |
* | Implement ETH/WETH conversion and allowance toggle styling | Brandon Millman | 2018-03-23 | 1 | -3/+18 |
* | Merge branch 'development' into addExtraDocs | Fabio Berger | 2018-03-22 | 1 | -0/+3 |
|\ |
|
| * | Updated padding and colors | Brandon Millman | 2018-03-22 | 1 | -0/+3 |
* | | Create helper function for converting dashes names for display | Fabio Berger | 2018-03-22 | 4 | -4/+7 |
* | | Fix sectionName and menuItemName to display with spaces rather then dashes | Fabio Berger | 2018-03-22 | 2 | -3/+5 |
* | | Small doc fixes: remove duplicate types and add function array | Fabio Berger | 2018-03-20 | 1 | -1/+1 |
* | | Capitalize rather then upper-case section headers | Fabio Berger | 2018-03-19 | 1 | -1/+1 |
|/ |
|
* | Move configuration into package.json configs section | Fabio Berger | 2018-03-14 | 1 | -2/+3 |
* | Fix lint issues | Fabio Berger | 2018-03-13 | 1 | -0/+1 |
* | move scripts to monorepro-scripts | Fabio Berger | 2018-03-13 | 14 | -0/+13 |
* | Fix prettier issues | Fabio Berger | 2018-03-08 | 3 | -3/+7 |
* | Add back strict null checks to react-shared package and fix issues | Fabio Berger | 2018-03-08 | 4 | -12/+30 |
* | Add onSelectedVersion callback so it can be handled in any way the caller wishes | Fabio Berger | 2018-03-07 | 3 | -15/+4 |
* | hide sidebar scrollbar unless onHover | Fabio Berger | 2018-03-07 | 1 | -1/+7 |
* | Make sidebar header configurable | Fabio Berger | 2018-03-07 | 1 | -34/+2 |
* | Move Documentation to the `@0xproject/react-docs` package | Fabio Berger | 2018-03-06 | 5 | -1/+48 |
* | Moved over all pages/shared components and dependencies to react-shared | Fabio Berger | 2018-03-05 | 14 | -10/+547 |
* | Bug fixes | Fabio Berger | 2018-03-05 | 1 | -2/+2 |
* | Setup initial react-shared sub-package | Fabio Berger | 2018-03-04 | 6 | -0/+111 |