Sophie Alpert
59cb8abc77
Tweak link/code styles ( #435 )
- Tone down link background
- Tone down code background
- Shrink font -- I'd prefer 15px Menlo and 17px Consolas but we'll meet
in the middle at 16px where both look reasonable, unlike 17px Menlo
which was comically large.
![before-after](https://user-images.githubusercontent.com/6820/34066487-360cf57e-e1c4-11e7-891e-db5d4cd59b1d.gif )
7 years ago
Fredrik Forsmo
a970afa27e
Remove "use strict" from source files
7 years ago
Sophie Alpert
33cfa5f6b8
Fix hero buttons to be clickable ( #373 )
7 years ago
Brian Vaughn
989cccee10
Prettier fix
7 years ago
Brian Vaughn
d2a9c9aed7
Removed unnecessary empty <div> from conditional
7 years ago
Brian Vaughn
2a165e7e88
Fixed `children` Flow type for layout template
7 years ago
Brian Vaughn
f92249c8b7
Removed FIXME comment
7 years ago
MICHAEL JACKSON
e6eb004b28
Use fill="none" instead of fill="transparent" for logo SVG
7 years ago
Clement Hoang
cdde744353
Change site version
7 years ago
tricinel
4bf2356e02
Add flow types to utils
7 years ago
tricinel
990a13e2af
Handle case when author does not exist
According to the Edge type in allMarkdownRemarkData, the author in
frontmatter could be undefined.
related to #24
7 years ago
Michael Mullins
1d7c1d4ad4
convert logo-large into a plain white version of the logo
logo-large was a custom version of the logo made just for the banner background. It was also scaled up manually rather than taking advantage of svg's inherit scaling. This change reduces its size, makes it just a plain white version of the react logo, and moves most of the custom stuff into css. It also moves it from the static folder, over to the icons folder where it can be imported as a url.
7 years ago
Michael Mullins
4b4d3c6941
reduce size of logo.svg
7 years ago
Bond
fbbf1081ec
Pretty print
7 years ago
Bond
ce01d0baa7
Update footer links to example and community tools
7 years ago
tricinel
232d15463d
Add flow types; related to #24
7 years ago
tricinel
cf2bd4c171
Reorganise open/close navMenu functions
7 years ago
Dan Abramov
1b6dad1eed
React 16.1.1
7 years ago
Brian Vaughn
5d0ca1114d
Fix lint warnings
7 years ago
Dan Abramov
9e6e0bddb1
Update CodeEditor.js
7 years ago
Brian Vaughn
e8f048bb3b
Prettier
7 years ago
Brian Vaughn
77f22ea5c8
WIP upgrade to new gatsby-remark-code-repls
7 years ago
Dan Abramov
1f8ab10759
Bump to React 16.1.0 ( #263 )
7 years ago
Brian Vaughn
d23c8c9aad
Removed 'qs' module dependency from ErrorDecoder
7 years ago
Brian Vaughn
56735c44a0
Prettier
7 years ago
Brian Vaughn
eb6511a9f5
Tweaked Codepen configuration/options slightly
7 years ago
Brian Vaughn
64e0aade1e
Refactor Codepen payload a little
7 years ago
Brian Vaughn
f5aaf4c1b4
Moved home page example code to /content/home
Now examples are trasnformed to GraphQL during build and assembled by the index template. This makes them easier to edit and tie in with their associated markdown description.
7 years ago
Tay Yang Shun
65f1ced297
Shift into home folder
7 years ago
Keyan Zhang
5cc60281b5
prettier
7 years ago
Keyan Zhang
d73bff0982
Use qs to parse query params
7 years ago
tricinel
cce9ef7b60
Add flow types to components; realted to #24
7 years ago
Tay Yang Shun
57baeb1298
Shift out examples content
7 years ago
Yangshun Tay
405e7c5166
Fix for comments
7 years ago
Yangshun Tay
505efa09ee
Fix styling
7 years ago
Yangshun Tay
137f0ffa0c
Minor formatting fixes
7 years ago
Yangshun Tay
a1cb7af47f
Use glamor styles for home page
7 years ago
Yangshun Tay
1e6151e390
Split up marketing content into Markdown files
7 years ago
Yangshun Tay
60dab3606e
Shift home into pages
7 years ago
Yangshun Tay
1de3b188e7
Embed content into home template
7 years ago
Philipp Spieß
f7ecd81a71
Fix style inconsistency
I discovered this inconsistency that caused the parentheses to appear/disappear when you toggle the "JSX" button. It also seems like we don't use parentheses for arrow functions with one argument, so this PR makes this behavior consistent.
7 years ago
tricinel
ab5815b11a
Add Todo notes and better flow types
7 years ago
Lucas Lentz
1d1656c906
Add console.warn and move DocSearch component to LayoutHeader
7 years ago
Lucas Lentz
b19ea6b39b
Add window parent to docsearch in order to pass CI
7 years ago
Lucas Lentz
238ffd9709
Do the yarn prettier
7 years ago
Lucas Lentz
993df14915
Wrap Algolia search into a React component
7 years ago
Brian Vaughn
2c863e4e7c
Fixed accidental regression from a bad-merge
7 years ago
Brian Vaughn
2b44cd3df3
Show Babel load-error message if Babel fails to load from CDN
7 years ago
tricinel
9daf248d21
Move types to separate declaration; related to #24
7 years ago
Brian Vaughn
c0affe4dd8
Added some padding to search input
7 years ago