Skip to content
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.

Sync with reactjs.org @ a08e1fd4 #55

Open
wants to merge 298 commits into
base: main
Choose a base branch
from
Open

Conversation

react-translations-bot
Copy link
Collaborator

This PR was automatically generated.

Merge changes from reactjs.org at a08e1fd

The following files have conflicts and may need new translations:

Please fix the conflicts by pushing new commits to this pull request, either by editing the files directly on GitHub or by checking out this branch.

DO NOT SQUASH MERGE THIS PULL REQUEST!

Doing so will "erase" the commits from main and cause them to show up as conflicts the next time we merge.

drugoi and others added 30 commits October 26, 2021 14:44
Co-authored-by: Dan Abramov <[email protected]>
Co-authored-by: Sylwia Vargas <[email protected]>
Co-authored-by: Dan Lebowitz <[email protected]>
Co-authored-by: Razvan Gradinar <[email protected]>
Co-authored-by: Jared Palmer <[email protected]>
Co-authored-by: Dane Grant <[email protected]>
Co-authored-by: Dustin Goodman <[email protected]>
Co-authored-by: Rick Hanlon <[email protected]>
Co-authored-by: Maggie Appleton <[email protected]>
Co-authored-by: Alex Moldovan <[email protected]>
Co-authored-by: Ives van Hoorne <[email protected]>
Co-authored-by: Brian Vaughn <[email protected]>
Co-authored-by: Dmitri Pavlutin <[email protected]>
The `appId` was retrieved from props but the `<Search>` component is never instantiated with props. So the preconnect link targeted an unknown search cluster:

```html
<link rel="preconnect" href="https://undefined-dsn.algolia.net" crossorigin="true">
```

This fixes the preconnect link by getting the `appId` from the website config.
* fix: googleTranslate breaking terminal blocks

* chore: prettier magic
This reverts commit 446c15c195f36c0640366c9df22cba6ea0370166.
Co-authored-by: Alexey Pyltsyn <[email protected]>
* 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 <[email protected]>
* 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 <[email protected]>
* Make sandbox themeable

* Fix gutters

* Fix FOUCs

Co-authored-by: Dan Lebowitz <[email protected]>
gaearon and others added 29 commits February 18, 2022 02:30
* [Beta] Use a light GA client

* oopsie
* [beta] bump tailwind to v3 and update config

* fix widget wrong position

* fix content tailwind config
* Upgrade sandpack to fix code cutting issue in view only editor

* Added proper sandpack version
* Add diagrams to Quick Start

* Switch to svg

* Switch dark mode image

* Rework file names, minor dark mode updates

* Update alt tags and descriptions
* [Beta] useContext API

* Simplify + add

* Tweaks

* Softer

* Tweaks

* Small tweaks
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.3 to 1.5.10.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](unshiftio/url-parse@1.5.3...1.5.10)

---
updated-dependencies:
- dependency-name: url-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Delete unused variables

* Change event to e

* Change e to evt
* Adding Social Banner with Support for Ukraine

* Changing spacing the social banner

* Fixing lint errors

* Remove external link icon from social banner

* Add banner for beta site

* Add todo

* Fix centering on mobile in old site

Co-authored-by: Rick Hanlon <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.