aboutsummaryrefslogtreecommitdiffstats
path: root/packages/react-shared/src
Commit message (Collapse)AuthorAgeFilesLines
* Update prettier to version ^1.15.3Alex Browne2019-01-111-12/+9
|
* feat: fix links in navbar and dropdownfragosti2018-12-182-5/+10
|
* 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-203-121/+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-163-60/+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-156-8/+93
|
* 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-055-18/+24
|
* Remove style prop from LinkFabio Berger2018-10-051-4/+8
|
* Rename scroll containerFabio Berger2018-10-054-16/+5
|
* 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-043-16/+4
|
* 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-034-41/+149
|
* Make menuSubsectionsBySection optionalFabio Berger2018-10-021-2/+6
|
* Move colors to colors.ts fileFabio Berger2018-10-021-1/+3
|
* 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
* merge developmentFabio Berger2018-09-282-12/+11
|\
| * 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
| |
* | Implement dev homeFabio Berger2018-09-261-1/+2
| |
* | Move colors to colors moduleFabio Berger2018-08-271-0/+2
|/
* Prettier fixFabio Berger2018-08-231-1/+1
|
* Replace complicated camelCase to spaces logic with change-case packageFabio Berger2018-08-231-19/+2
|
* Fix many linter errors that showed up upon upgrading tsutilFabio Berger2018-08-231-1/+1
|
* Add back hashSpyFabio Berger2018-08-082-0/+3
|
* Add additional special-case acronymFabio Berger2018-08-081-1/+1
|
* Remove hash spy for nowFabio Berger2018-08-072-3/+0
|
* Remove stray console.lgosFabio Berger2018-08-061-1/+0
|
* Display camelCase names all-caps properlyFabio Berger2018-08-043-2/+24
|
* 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
|
* Remove all in-package monorepo-scripts by adding doc gen/upload and ↵Fabio Berger2018-07-301-8/+0
| | | | aggregate release note publishing to publish script
* 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
|
* merge v2-prototypeFabio Berger2018-06-061-1/+0
|\
| * Address PR feedbackfragosti2018-06-051-1/+0
| |
| * Lint and cleanupfragosti2018-06-021-1/+1
| |
* | Try enabling no-unused-variable...fragosti2018-06-055-5/+2
|/
* Refactor portal specific colors out of react-sharedBrandon Millman2018-05-191-13/+0
|
* Merge branch 'development' into v2-prototypeFabio Berger2018-05-168-18/+18
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-148-18/+18
| |
* | Merge branch 'development' into v2-prototypeAmir Bandeali2018-05-161-0/+1
|\|
| * Add new section to homepageFabio Berger2018-05-031-0/+1
| |
* | 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
|/
* Move our contract templates to accept Provider instead of Web3WrapperLeonid Logvinov2018-04-041-8/+0
|
* Implement ETH/WETH conversion and allowance toggle stylingBrandon Millman2018-03-231-3/+18
|
* Merge branch 'development' into addExtraDocsFabio Berger2018-03-221-0/+3
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Change blockchain prop to not optional Other style changes Updated padding and colors Refactor TokenState type Fix a bug causing fillOrdersUpTo validation to fail because of some extra orders being passed Implement initial wallet interface # Conflicts: # packages/react-shared/CHANGELOG.md # packages/website/ts/types.ts
| * Updated padding and colorsBrandon Millman2018-03-221-0/+3
| |
* | Create helper function for converting dashes names for displayFabio Berger2018-03-224-4/+7
| |
* | 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 configuration into package.json configs sectionFabio Berger2018-03-141-2/+3
|
* Fix lint issuesFabio Berger2018-03-131-0/+1
|
* move scripts to monorepro-scriptsFabio Berger2018-03-1314-0/+13
|
* Fix prettier issuesFabio Berger2018-03-083-3/+7
|
* Add back strict null checks to react-shared package and fix issuesFabio Berger2018-03-084-12/+30
|
* Add onSelectedVersion callback so it can be handled in any way the caller wishesFabio Berger2018-03-073-15/+4
|
* hide sidebar scrollbar unless onHoverFabio Berger2018-03-071-1/+7
|
* Make sidebar header configurableFabio Berger2018-03-071-34/+2
|
* Move Documentation to the `@0xproject/react-docs` packageFabio Berger2018-03-065-1/+48
|
* Moved over all pages/shared components and dependencies to react-sharedFabio Berger2018-03-0514-10/+547
|
* Bug fixesFabio Berger2018-03-051-2/+2
|
* Setup initial react-shared sub-packageFabio Berger2018-03-046-0/+111