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.
2017-11-27 12:25:50 -06:00
Michael Mullins
4b4d3c6941
reduce size of logo.svg
2017-11-27 12:25:50 -06:00
Bond
fbbf1081ec
Pretty print
2017-11-27 10:18:39 +01:00
Bond
ce01d0baa7
Update footer links to example and community tools
2017-11-27 09:43:05 +01:00
Dan Abramov
1b6dad1eed
React 16.1.1
2017-11-13 16:16:05 +00:00
Brian Vaughn
5d0ca1114d
Fix lint warnings
2017-11-09 22:57:40 +00:00
Dan Abramov
9e6e0bddb1
Update CodeEditor.js
2017-11-09 22:53:13 +00:00
Brian Vaughn
e8f048bb3b
Prettier
2017-11-09 18:32:06 +00:00
Brian Vaughn
77f22ea5c8
WIP upgrade to new gatsby-remark-code-repls
2017-11-09 18:10:40 +00:00
Dan Abramov
1f8ab10759
Bump to React 16.1.0 ( #263 )
2017-11-09 15:33:39 +00:00
Brian Vaughn
3248fc8c14
Merge branch 'master' of github.com:reactjs/reactjs.org
2017-11-06 14:59:53 +00:00
Brian Vaughn
f93f56b112
Merge branch 'fb-query-string-param'
2017-11-06 14:59:44 +00:00
Brian Vaughn
d23c8c9aad
Removed 'qs' module dependency from ErrorDecoder
2017-11-06 14:59:38 +00:00
Brian Vaughn
56735c44a0
Prettier
2017-11-06 13:59:25 +00:00
Brian Vaughn
eb6511a9f5
Tweaked Codepen configuration/options slightly
2017-11-06 13:51:45 +00:00
Brian Vaughn
64e0aade1e
Refactor Codepen payload a little
2017-11-06 13:44:45 +00:00
Brian Vaughn
d8d60761f2
Merged master
2017-11-06 13:24:49 +00:00
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.
2017-11-06 13:01:13 +00:00
Tay Yang Shun
65f1ced297
Shift into home folder
2017-11-05 23:35:59 +08:00
Keyan Zhang
5cc60281b5
prettier
2017-10-31 23:47:15 -07:00
Keyan Zhang
d73bff0982
Use qs to parse query params
2017-10-31 23:26:08 -07:00
Tay Yang Shun
57baeb1298
Shift out examples content
2017-10-24 04:05:40 +08:00
Yangshun Tay
405e7c5166
Fix for comments
2017-10-24 01:05:23 +08:00
Yangshun Tay
505efa09ee
Fix styling
2017-10-24 01:05:23 +08:00
Yangshun Tay
137f0ffa0c
Minor formatting fixes
2017-10-24 01:05:23 +08:00
Yangshun Tay
a1cb7af47f
Use glamor styles for home page
2017-10-24 01:05:23 +08:00
Yangshun Tay
1e6151e390
Split up marketing content into Markdown files
2017-10-24 01:05:23 +08:00
Yangshun Tay
60dab3606e
Shift home into pages
2017-10-24 01:05:23 +08:00
Yangshun Tay
1de3b188e7
Embed content into home template
2017-10-24 01:05:23 +08:00
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.
2017-10-23 11:42:48 +02:00
Brian Vaughn
d5f98ca1ed
Merge pull request #156 from tricinel/feature/flow-types
...
Switch to flow types; wip related to #24
2017-10-20 09:15:24 -07:00
tricinel
ab5815b11a
Add Todo notes and better flow types
2017-10-20 18:07:44 +02:00
Lucas Lentz
1d1656c906
Add console.warn and move DocSearch component to LayoutHeader
2017-10-19 15:51:13 -02:00
Lucas Lentz
b19ea6b39b
Add window parent to docsearch in order to pass CI
2017-10-19 15:23:47 -02:00
Lucas Lentz
238ffd9709
Do the yarn prettier
2017-10-19 15:17:52 -02:00
Lucas Lentz
993df14915
Wrap Algolia search into a React component
2017-10-19 15:04:55 -02:00
Brian Vaughn
693f7633da
Merge pull request #139 from ismamz/patch-1
...
Add left padding for lists in all viewport sizes
2017-10-18 10:14:44 -07:00
Brian Vaughn
2c863e4e7c
Fixed accidental regression from a bad-merge
2017-10-17 12:02:23 -07:00
Brian Vaughn
07fe533660
Merge pull request #167 from bvaughn/header-focus-styles
...
Header focus style improvements
2017-10-17 09:38:32 -07:00
Brian Vaughn
2b44cd3df3
Show Babel load-error message if Babel fails to load from CDN
2017-10-17 09:14:02 -07:00
Brian Vaughn
75574bf0cf
Merge pull request #158 from renanpvaz/improve-adblocker-related-error-message
...
Mention ad blockers when Babel is not defined
2017-10-17 09:12:34 -07:00
tricinel
9daf248d21
Move types to separate declaration; related to #24
2017-10-17 10:16:00 +02:00
Brian Vaughn
c0affe4dd8
Added some padding to search input
2017-10-16 15:23:41 -07:00
Brian Vaughn
361e27ca9a
Merge pull request #141 from criticalbh/JSX-view-99
...
add non-jsx view to interactive code samples
2017-10-16 15:15:07 -07:00
Brian Vaughn
beeb8e8554
Header focus style improvements
2017-10-16 13:03:58 -07:00
Admir Sabanovic
8a0eda3b6e
use callback for setState
2017-10-16 21:20:00 +02:00
renanpvaz
26c975de3b
use flag to show custom message instead of error
2017-10-16 16:19:07 -02:00
Brian Vaughn
71bc3d9140
Improved sidebar nav-header focus rect appearance
2017-10-16 09:02:09 -07:00
Eric Simons
d255c1afc6
sync js files to codepen
2017-10-15 11:36:37 -07:00
renanpvaz
4ab3ae3685
prettier
2017-10-13 13:22:48 -03:00