Sofya Tuymedova
d8800be079
chore: fix typos ( #4121 )
3 years ago
Strek
c6353b9853
chore: fix typo ( #4104 )
3 years ago
Strek
40c8cd2df9
Add check-all script for beta site ( #4120 )
* Update package.json
* Update README.md
* Update package.json
* Add tsc for check-all as well
* Update README.md
* Update README.md
Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
3 years ago
Dan Abramov
bd727cfc88
Update README.md
3 years ago
Strek
17ad2cbc71
Fixes unwanted scrolls in mobile ( #4114 )
* added word break
* Update PageHeading.tsx
3 years ago
Strek
49a552c1c1
Fix prettier CI and add it to pre commit ( #4100 )
* Add prettier before commit and during CI
* Add workflow
* Reverse merge main to branch
* dry run prettier
* dry run prettier
* [warn] jsxBracketSameLine is deprecated so replaced it to bracketSameLine
* Revert "[warn] jsxBracketSameLine is deprecated so replaced it to bracketSameLine"
This reverts commit 43dbe9ed3fba10b03a90d989cf90b4af4efd2212.
* Revert "dry run prettier"
This reverts commit b62948042cd8f8addf8ee23110de4096a8630926.
* Revert "dry run prettier"
This reverts commit 382f9a4691dee04673e461b3eda0d52c1aefda3b.
* Revert "Reverse merge main to branch"
This reverts commit 43667eaf29b9ab4266397251c8d781f611dcdcf8.
* [warn] jsxBracketSameLine is deprecated so replaced it to bracketSameLine
3 years ago
Strek
ea086bd312
Fixing Eslint configuration ( #4087 )
* fix-collapsable-color
* Made Eslint work and added next's eslint config
* Add lint:fix to pre commit rule
* Reverts older anchor links
* Fixed review comments
* Replace with spaces like before
* Update DocsFooter.tsx
* Update arrow function
* Update CodeBlock.tsx
* Update MDXComponents.tsx
* Update SidebarLink.tsx
3 years ago
Titus
4022f9774b
Use custom ID format that works better with MDX 2 ( #4105 )
* Fix two unicode whitespaces which are invalid
* Use custom ID format that works better with MDX 2
* Fix sebastian
* remark-slug as dev dep
3 years ago
harish-sethuraman
7254849ade
Stop zooming for search input ( #4094 )
3 years ago
harish-sethuraman
d9901c44d3
Update algolia.css ( #4092 )
3 years ago
harish-sethuraman
64e236cf84
Typo fixes ( #4091 )
* chore: fix typo
* Update referencing-values-with-refs.md
* Fix typo of typo
Co-authored-by: Alexey Pyltsyn <lex61rus@gmail.com>
3 years ago
Alexey Pyltsyn
eb84de7444
Enable dark mode in browser UI ( #4089 )
3 years ago
Alexey Pyltsyn
719aa3c377
Allow page zooming/scaling ( #4082 )
* Allow page zooming/scaling
* Fix for iOS
3 years ago
Alexey Pyltsyn
5c1f51316f
Add support for Unicode chars when detect headings IDs ( #4086 )
3 years ago
harish-sethuraman
f31c9fdae8
Remove unwanted dependency ( #4083 )
3 years ago
Alexey Pyltsyn
e206d8cdf1
Set page layout dynamically ( #4084 )
3 years ago
Alexey Pyltsyn
0b7fd7b7a4
Add git hook to generate headings ids ( #4043 )
* Add git hook to generate headings ids
* Fixes "Analyze Bundle" workflow
3 years ago
harish-sethuraman
8333b6d127
Fixes wrong breadcrumb for 404 page ( #4074 )
* Fixes wrong breadcrumb for 404 page
* Change Home as default layout
* Add layout Learn to the pages inside learn
3 years ago
Dan Lebowitz
29fbe65acb
fix safari bug
3 years ago
Dan Lebowitz
23c09e0072
polish dark mode illustrations
3 years ago
Dan Abramov
b761b81322
Fix typo
3 years ago
harish-sethuraman
967bf1f152
Update doc ( #4077 )
3 years ago
Danilo Woznica
8ed148b2ca
fix(sandpack): upgrade dependencies ( #4075 )
* fix(sandpack): upgrade dependencies
* fix(sandpack): remove selector that relies on the editor state
3 years ago
beet
7f995398f4
Fix alternative solution to add and remove a CSS class ( #4027 ) ( #4072 )
* Fix alternative solution to add and remove a CSS class (#4027 )
* Update reacting-to-input-with-state.md
Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
3 years ago
Matthew Martinez
c29bcd7ed7
edit sandpack style overrides to also cover 'dirty' case ( #4070 )
Co-authored-by: Matt Martinez <matmartinez@bills.com>
3 years ago
Dan Abramov
ff7d2a1efa
Try to add bundle analyzer
3 years ago
Dan Abramov
075b786344
Restore scroll after 'show less' ( #4056 )
* Restore scroll after 'show less'
* Get the whole sandbox into view
3 years ago
Alexey Pyltsyn
aa5212b1b8
Adjust code line numbers background ( #4055 )
* Adjust code line numbers background
* Fixes after review
3 years ago
Alexey Pyltsyn
22f4595dac
Fix scroll to last scroll position after close modal search ( #4057 )
3 years ago
Dan Abramov
f288a83f2d
Fix typo
3 years ago
Dan Lebowitz
e915345e61
add additional bottom padding to mobile sidebar
3 years ago
Dan Abramov
9affdc9a5a
Only show sidebar scrollbars when needed ( #4052 )
* Adjust sidebar scrollbars
* thinner
3 years ago
Dan Abramov
69f071a357
Bump the width
3 years ago
Alexey Pyltsyn
c6a26627f2
Remove empty id attribute for h1 element ( #4051 )
3 years ago
Alexey Pyltsyn
b7e5753895
Remove invalid crossorigin attribute ( #4050 )
3 years ago
harish-sethuraman
91e42cb59a
Added condition to hide challenges tab navigation when there is only one challenge ( #4044 )
3 years ago
Dan Abramov
7451b15015
Revert "fix(dependencies): update yarn.lock ( #4045 )" ( #4046 )
This reverts commit b249a442f4
.
3 years ago
Danilo Woznica
b249a442f4
fix(dependencies): update yarn.lock ( #4045 )
Co-authored-by: Danilo Woznica <danilo@codesandbox.io>
3 years ago
harish-sethuraman
ef8ec922d0
Fix typos ( #4042 )
3 years ago
harish-sethuraman
bb2ade74e6
Add linefeed in the mdx and handle it ( #4039 )
* Add linefeed in the mdx and handle it
* Add preserve whitespace
3 years ago
Dan Abramov
a9a04fe59e
Typo
3 years ago
Dan Abramov
9dd3d5494b
Fix error color in dark mode
3 years ago
Dan Abramov
d51f70658f
[Beta] Dark more tweaks ( #4019 )
* Make sandbox themeable
* Fix gutters
* Fix FOUCs
Co-authored-by: Dan Lebowitz <dan.lebo@me.com>
3 years ago
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>
3 years ago
Alexey Pyltsyn
a803dbfe19
Fix horizontal scrollbar on desktop ( #4038 )
3 years ago
Dan Abramov
8cd97ad66a
Bump to Next 12 ( #4037 )
3 years ago
Dan Abramov
1c2f980f01
[Beta] Add bundle analyzer ( #4036 )
3 years ago
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>
3 years ago
Danilo Woznica
9707812678
fix(sandpack): do not translate code blocks ( #4034 )
3 years ago
Sylwia Vargas
bd4e8db929
[Beta] Misc edits to text and examples
Co-authored-by: Dan Abramov <dan.abramov@me.com>
3 years ago