aboutsummaryrefslogtreecommitdiffstats
path: root/packages/react-shared/src/components/link.tsx
Commit message (Expand)AuthorAgeFilesLines
* feat: fix links in navbar and dropdownfragosti2018-12-181-4/+9
* fix: scroll lag on doc reference and wiki pages by using react-scroll `spy` a...Fabio Berger2018-10-201-1/+15
* Fix commentFabio Berger2018-10-061-1/+1
* Remove type prop and instead infer it from the value of toFabio Berger2018-10-051-7/+15
* Remove style prop from LinkFabio Berger2018-10-051-4/+8
* Rename scroll containerFabio Berger2018-10-051-1/+1
* Remove containerId option and throw if passing in shouldOpenInNewTab with typ...Fabio Berger2018-10-051-4/+6
* 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
* Improve commentFabio Berger2018-10-041-3/+4
* Use same Link UI component for react-scroll linksFabio Berger2018-10-031-0/+100