aboutsummaryrefslogtreecommitdiffstats
path: root/packages/react-shared/src/components
Commit message (Collapse)AuthorAgeFilesLines
* Update prettier to version ^1.15.3Alex Browne2019-01-111-12/+9
|
* feat: fix links in navbar and dropdownfragosti2018-12-181-4/+9
|
* Replace remaining scroll-links with Link componentFabio Berger2018-11-121-15/+3
|
* fix: scroll lag on doc reference and wiki pages by using react-scroll `spy` ↵Fabio Berger2018-10-202-120/+15
| | | | and only updating the sidebar menu items whose active state had changed
* style: fix doc reference package name capitalizationFabio Berger2018-10-191-2/+2
|
* chore: replace @0xproject with @0x in .tsx filesFabio Berger2018-10-181-1/+1
|
* refactor: fix anchor so it doesn't keep re-rendering the anchor iconFabio Berger2018-10-181-12/+18
|
* nit: don't init scrolledToIdFabio Berger2018-10-171-4/+2
|
* nit: use styled-component instead of react-state for onHoverFabio Berger2018-10-171-26/+11
|
* chore: initalize _urlIntervalCheckIdFabio Berger2018-10-171-1/+1
|
* chore: don't use Container in react-shared, react-docs yetFabio Berger2018-10-162-59/+10
|
* chore: remove unused propFabio Berger2018-10-161-2/+0
|
* chore: Remove unused propFabio Berger2018-10-161-5/+1
|
* chore: convert to stateless componentFabio Berger2018-10-161-7/+3
|
* chore: get menu onHover darken backFabio Berger2018-10-161-37/+27
|
* feat: highlighted sidebar as you scroll on doc reference pagesFabio Berger2018-10-162-15/+51
|
* fix: menu item overflow issueFabio Berger2018-10-151-0/+3
|
* fix: Nested a tag warning in console by not rendering a tags within type ↵Fabio Berger2018-10-151-14/+20
| | | | definition popovers
* chore: improve colorsFabio Berger2018-10-151-1/+1
|
* chore: many small stylistic changesFabio Berger2018-10-154-8/+91
|
* chore: improve styling of sidebarFabio Berger2018-10-151-1/+1
|
* Implement new version dropdown and remove it from nestedTopBarFabio Berger2018-10-132-53/+0
|
* fix: Remove unnecessary onClick prop from NestedSidebar, since one can ↵Fabio Berger2018-10-131-12/+1
| | | | listen to container element onClick
* Refactor Home so that Dev section chrome is reusable across pagesFabio Berger2018-10-121-38/+0
|
* remove unused importFabio Berger2018-10-061-1/+0
|
* Fix commentFabio Berger2018-10-061-1/+1
|
* Remove type prop and instead infer it from the value of toFabio Berger2018-10-053-16/+23
|
* Remove style prop from LinkFabio Berger2018-10-051-4/+8
|
* Rename scroll containerFabio Berger2018-10-053-14/+4
|
* Remove containerId option and throw if passing in shouldOpenInNewTab with ↵Fabio Berger2018-10-051-4/+6
| | | | type ReactScroll
* Apply props to all link variants when possibleFabio Berger2018-10-051-1/+7
|
* Fix bug where wiki links in dev dropdown weren't working when on the wikiFabio Berger2018-10-051-72/+82
|
* Fix react warningFabio Berger2018-10-051-1/+1
|
* rename for clarityFabio Berger2018-10-041-2/+2
|
* Fix linterFabio Berger2018-10-041-3/+3
|
* Improve commentFabio Berger2018-10-041-3/+4
|
* Use nestedSidebarMenu component for Dev homeFabio Berger2018-10-041-2/+12
|
* Use same Link UI component for react-scroll linksFabio Berger2018-10-032-40/+126
|
* Make menuSubsectionsBySection optionalFabio Berger2018-10-021-2/+6
|
* Add back ability to listen for menu click events from the sidebarFabio Berger2018-09-281-1/+11
|
* Make sidebar menu item formatting optional so package names (with hyphens) ↵Fabio Berger2018-09-281-5/+14
| | | | render properly
* Fix unused vars for react-shared and websitefragosti2018-08-311-1/+0
|
* Apply prettierfragosti2018-08-301-5/+6
|
* Change VersionDropDown to use material-ui 3fragosti2018-08-291-8/+7
|
* Add back hashSpyFabio Berger2018-08-082-0/+3
|
* Remove hash spy for nowFabio Berger2018-08-072-3/+0
|
* Display camelCase names all-caps properlyFabio Berger2018-08-042-2/+2
|
* Add padding above anchor titles so they show up nice when scrolled toFabio Berger2018-08-021-1/+1
|
* Update React-scroll, getting rid of the need to manually set the url hashFabio Berger2018-08-012-15/+4
|
* Fix tslint issuesLeonid Logvinov2018-07-171-1/+1
|
* Fix no-unused-variable tslint rule to include parameters and fix issuesFabio Berger2018-06-123-3/+3
|
* Try enabling no-unused-variable...fragosti2018-06-055-5/+2
|
* Merge branch 'development' into v2-prototypeFabio Berger2018-05-167-15/+15
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (29 commits) Do not remove artifacts when running `clean` fix style errors Fix circular dependency Add my profile image to images Add myself to about page Add dogfood configs to website Revert to lerna:run lint Do lint sequentially Exclude monorepo-scripts from tslint as test Fix prettier Add hover state to top tokens Change to weekly txn volume Change minimum Node version to 6.12 Document Node.js version requirement and add it to package.json Apply prettier to some files which were not formatted correctly Fix TSLint issues Fix TSLint issues Update ethereeumjs-testrpc to ganache-cli Fix infinite loop Add changelog entries for packages where executable binary exporting fixed ... # Conflicts: # packages/contracts/package.json # packages/contracts/util/formatters.ts # packages/contracts/util/signed_order_utils.ts # packages/migrations/package.json # yarn.lock
| * Add missing type definitionsLeonid Logvinov2018-05-147-15/+15
| |
* | Fix CI failures caused by Webkit css properties not being recognized by ↵Fabio Berger2018-04-241-7/+12
| | | | | | | | React types. This is a hack.
* | Revert "Fix CI test failure"Fabio Berger2018-04-241-10/+7
| | | | | | | | This reverts commit 870693b968de3f29b0ac97f6f92715613e1064e3.
* | Fix CI test failureFabio Berger2018-04-241-7/+10
|/
* Create helper function for converting dashes names for displayFabio Berger2018-03-223-4/+4
|
* Fix sectionName and menuItemName to display with spaces rather then dashesFabio Berger2018-03-222-3/+5
|
* Small doc fixes: remove duplicate types and add function arrayFabio Berger2018-03-201-1/+1
|
* Capitalize rather then upper-case section headersFabio Berger2018-03-191-1/+1
|
* move scripts to monorepro-scriptsFabio Berger2018-03-137-0/+523