aboutsummaryrefslogtreecommitdiffstats
path: root/packages/react-shared/src/components/anchor_title.tsx
Commit message (Collapse)AuthorAgeFilesLines
* Update prettier to version ^1.15.3Alex Browne2019-01-111-12/+9
|
* Replace remaining scroll-links with Link componentFabio Berger2018-11-121-15/+3
|
* refactor: fix anchor so it doesn't keep re-rendering the anchor iconFabio Berger2018-10-181-12/+18
|
* nit: use styled-component instead of react-state for onHoverFabio Berger2018-10-171-26/+11
|
* fix: Nested a tag warning in console by not rendering a tags within type ↵Fabio Berger2018-10-151-14/+20
| | | | definition popovers
* chore: many small stylistic changesFabio Berger2018-10-151-2/+3
|
* Rename scroll containerFabio Berger2018-10-051-1/+1
|
* Fix unused vars for react-shared and websitefragosti2018-08-311-1/+0
|
* Add back hashSpyFabio Berger2018-08-081-0/+1
|
* Remove hash spy for nowFabio Berger2018-08-071-1/+0
|
* Update React-scroll, getting rid of the need to manually set the url hashFabio Berger2018-08-011-1/+1
|
* Merge branch 'development' into v2-prototypeFabio Berger2018-05-161-2/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-141-2/+2
| |
* | 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 scripts to monorepro-scriptsFabio Berger2018-03-131-0/+87