Commit Graph

5191 Commits

Author SHA1 Message Date
Dan Abramov
fed73bfa4c Maybe fix 2021-11-06 20:05:41 +00:00
Dan Abramov
25ac9d06da Try to fix it 2021-11-06 19:58:12 +00:00
Dan Abramov
6a9f6c83ef Try this instead 2021-11-06 19:23:31 +00:00
Dan Abramov
9a48b5575d Maybe this works 2021-11-06 18:50:48 +00:00
Dan Abramov
019eb6aff4 Fix path 2021-11-06 18:38:02 +00:00
Dan Abramov
4fcc57b97a Fix path 2021-11-06 18:22:39 +00:00
Dan Abramov
e750b8ed0b Try to split workflows 2021-11-06 18:20:07 +00:00
Dan Abramov
3f3a13cf15 Fix labeler workflow 2021-11-06 17:53:27 +00:00
Dan Abramov
71ef15cd72 Nicer formatting 2021-11-06 17:41:08 +00:00
Dan Abramov
7b245262df Maybe fix 2021-11-06 17:14:20 +00:00
Dan Abramov
27d9ca863c Fix labeler config 2021-11-06 17:03:08 +00:00
Dan Abramov
d40844b005 Fix bundle analyzer workflow (#4060)
* try again

* maybe build

* the rest

* add cache back in
2021-11-06 16:57:14 +00:00
Dan Abramov
25483e558c How about this instead 2021-11-06 16:41:59 +00:00
Dan Abramov
33abf28a1d Bump workflow version 2021-11-06 16:34:44 +00:00
Dan Abramov
da420a42d0 Maybe this fixes it? 2021-11-06 16:29:42 +00:00
Dan Abramov
ff7d2a1efa Try to add bundle analyzer 2021-11-06 16:14:19 +00:00
Dan Abramov
d7cbb1bab1 Add labeler config 2021-11-06 15:09:38 +00:00
Dan Abramov
83fb0708cb Add labeler action 2021-11-06 15:09:08 +00:00
Dan Abramov
075b786344 Restore scroll after 'show less' (#4056)
* Restore scroll after 'show less'

* Get the whole sandbox into view
2021-11-06 14:44:15 +00:00
Alexey Pyltsyn
aa5212b1b8 Adjust code line numbers background (#4055)
* Adjust code line numbers background

* Fixes after review
2021-11-06 14:41:08 +00:00
Alexey Pyltsyn
22f4595dac Fix scroll to last scroll position after close modal search (#4057) 2021-11-06 14:30:12 +00:00
Dan Abramov
f288a83f2d Fix typo 2021-11-06 12:59:38 +00:00
Dan Lebowitz
e915345e61 add additional bottom padding to mobile sidebar 2021-11-06 12:42:40 +00:00
Dan Abramov
9affdc9a5a Only show sidebar scrollbars when needed (#4052)
* Adjust sidebar scrollbars

* thinner
2021-11-06 01:12:57 +00:00
Dan Abramov
69f071a357 Bump the width 2021-11-05 22:27:12 +00:00
Alexey Pyltsyn
c6a26627f2 Remove empty id attribute for h1 element (#4051) 2021-11-05 22:00:29 +00:00
Alexey Pyltsyn
b7e5753895 Remove invalid crossorigin attribute (#4050) 2021-11-05 21:57:14 +00:00
harish-sethuraman
91e42cb59a Added condition to hide challenges tab navigation when there is only one challenge (#4044) 2021-11-05 18:13:15 +00:00
Dan Abramov
7451b15015 Revert "fix(dependencies): update yarn.lock (#4045)" (#4046)
This reverts commit b249a442f4.
2021-11-05 16:29:02 +00:00
Danilo Woznica
b249a442f4 fix(dependencies): update yarn.lock (#4045)
Co-authored-by: Danilo Woznica <danilo@codesandbox.io>
2021-11-05 13:43:15 +00:00
harish-sethuraman
ef8ec922d0 Fix typos (#4042) 2021-11-05 05:39:53 +00:00
harish-sethuraman
bb2ade74e6 Add linefeed in the mdx and handle it (#4039)
* Add linefeed in the mdx and handle it

* Add preserve whitespace
2021-11-05 05:34:46 +00:00
Dan Abramov
a9a04fe59e Typo 2021-11-04 23:57:39 +00:00
Dan Abramov
9dd3d5494b Fix error color in dark mode 2021-11-04 23:08:44 +00:00
Dan Abramov
d51f70658f [Beta] Dark more tweaks (#4019)
* Make sandbox themeable

* Fix gutters

* Fix FOUCs

Co-authored-by: Dan Lebowitz <dan.lebo@me.com>
2021-11-04 22:56:40 +00:00
harish-sethuraman
5ba0ad88b8 Take system's theme for the beta site (#4022)
* Take system's theme for the site

* Add IIFE for dark mode in document load and preserve in localStorage

* Add types

* Fix SSR and respect override

Co-authored-by: Dan Abramov <dan.abramov@me.com>
2021-11-04 19:14:50 +00:00
Alexey Pyltsyn
a803dbfe19 Fix horizontal scrollbar on desktop (#4038) 2021-11-04 16:23:54 +00:00
Dan Abramov
8cd97ad66a Bump to Next 12 (#4037) 2021-11-04 00:50:54 +00:00
Dan Abramov
1c2f980f01 [Beta] Add bundle analyzer (#4036) 2021-11-04 00:00:32 +00:00
Rushabh Javeri
f848b3d375 Fixed typo: added 'are' (#4026) 2021-11-03 21:31:52 +00:00
eastcoasting
58196f0305 Fix case-sensitive search term in example. (#4024)
* Fix case-sensitive search term in example.

Converting both the name and search value to lowercase solves case sensitive searching.

* Update thinking-in-react.md

* Update thinking-in-react.md

* Update thinking-in-react.md

Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
2021-11-03 21:31:24 +00:00
Danilo Woznica
9707812678 fix(sandpack): do not translate code blocks (#4034) 2021-11-03 21:09:55 +00:00
Sylwia Vargas
bd4e8db929 [Beta] Misc edits to text and examples
Co-authored-by: Dan Abramov <dan.abramov@me.com>
2021-11-03 21:07:33 +00:00
Jeff
baa2656cfe add React Conf (#4028) 2021-11-01 19:38:13 +00:00
Josh Unger
bac7292df6 Add ReactNext 2021 (#3933)
Co-authored-by: Alexey Pyltsyn <lex61rus@gmail.com>
2021-10-29 12:50:45 +03:00
harish-sethuraman
8c750a9e45 Fix typo (#4021) 2021-10-29 12:45:54 +03:00
Rachel Nabors
926dbeeb7c Re-add public folder 2021-10-28 22:27:24 +01:00
Karl Horky
e348d9429c Swap wording (#4018)
Ref: https://github.com/reactjs/reactjs.org/pull/3965#discussion_r734374242
2021-10-28 22:16:28 +01:00
Dan Abramov
cb5fc20f5f deploy 2021-10-28 21:33:41 +01:00
Dan Abramov
07923227b2 Revert "Style scrollbars in dark mode (#3975)"
This reverts commit 446c15c195.
2021-10-28 21:33:41 +01:00