scratch-www/src/components
Christopher Willis-Ford d0e42fb39c add macOS troubleshooting info on all extension pages
I created a new `ExtensionTroubleshooting` component to store shared
troubleshooting steps. In the future I plan to move existing shared
troubleshooting steps into this component, but I don't think it's a good
idea to do this so close to the upcoming Scratch Conference. Moving
those steps will disrupt their localization strings in at least three
ways:
* each page is currently its own "resource" so the strings will move
  from one resource to another
* some of the strings include the device name, which I plan to replace
  using a `formatMessage` variable, changing the string in the process
* reusing the existing string IDs won't make sense: I plan to replace
  `microbit.checkOSVersionTitle` with `extensions.checkOSVersionTitle`
  for example

For now, all existing troubleshooting steps are being treated as
extension-specific in order to avoid localization disruptions. The new
versions of the strings are present, though, in order to allow
translators to start working on them if they'd like.
2022-07-08 18:09:49 -07:00
..
accordion Revert "Merge pull request #1788 from LLK/revert-1775-hotfix/es6-upgrade" 2018-01-30 11:53:12 -05:00
adminpanel Open and close admin panel from parent component 2018-12-06 15:05:20 -05:00
alert alerts default to 6 seconds 2021-08-20 14:04:09 -04:00
avatar Serve images from uploads instead of cdn2. cdn2 redirects to uploads already anyway. 2022-04-21 14:54:41 -04:00
box Fix gh-2156: Use variables for media queries for consistency (#2182) 2018-10-16 13:28:41 -04:00
cappednumber Cleanup 2018-03-15 17:40:16 -04:00
captcha Make props required 2020-03-27 09:03:45 -04:00
card Update .scss files to fix deprecated syntax 2022-02-09 12:48:13 -05:00
carousel Update .scss files to fix deprecated syntax 2022-02-09 12:48:13 -05:00
comment Revert "Merge pull request #1788 from LLK/revert-1775-hotfix/es6-upgrade" 2018-01-30 11:53:12 -05:00
commenting-status Correct comment compose spacing 2022-03-15 13:00:08 +01:00
crashmessage Show error ID and report React errors to Sentry 2018-12-19 13:47:17 -05:00
deck Revert "Merge pull request #1788 from LLK/revert-1775-hotfix/es6-upgrade" 2018-01-30 11:53:12 -05:00
dropdown Update .scss files to fix deprecated syntax 2022-02-09 12:48:13 -05:00
dropdown-banner Update .scss files to fix deprecated syntax 2022-02-09 12:48:13 -05:00
emoji-text Revert "Merge pull request #1788 from LLK/revert-1775-hotfix/es6-upgrade" 2018-01-30 11:53:12 -05:00
errorboundary renamed ErrorBoundary prop name to componentName 2019-10-11 17:17:50 -04:00
extension-landing add macOS troubleshooting info on all extension pages 2022-07-08 18:09:49 -07:00
flex-row Fix gh-2156: Use variables for media queries for consistency (#2182) 2018-10-16 13:28:41 -04:00
footer fixed test for conference link; changed footer link to not involve redirect 2022-06-29 12:17:08 -04:00
formik-forms Merge pull request #3434 from benjiwheeler/join-flow-responsive-more 2019-10-16 16:19:50 -04:00
forms Fix format of url of caret.svg in language selector 2022-03-08 10:52:06 -05:00
grid Merge pull request #6644 from mxmou/avatar-overflow-hidden 2022-06-08 10:39:33 -04:00
helpform Adjust form height to avoid form scrolling 2020-05-01 09:23:35 -04:00
helpwidget Localize the widget 2020-05-01 12:09:19 -04:00
info-button Update .scss files to fix deprecated syntax 2022-02-09 12:48:13 -05:00
informationpage Add new Contact Us information page 2020-03-02 11:33:54 -05:00
install-scratch finish renaming 'Scratch Desktop' to 'Scratch' 2020-08-03 12:08:35 -07:00
intro use smaller svgs instead of pngs 2021-03-30 21:32:54 -04:00
join-flow Merge pull request #4002 from R4356th/patch-1 2020-06-25 13:44:17 -04:00
languagechooser Don’t prefix localhost with . 2020-01-23 16:56:12 -05:00
login Wrap ‘need help’ link when translation is too long 2019-02-05 13:00:41 +01:00
masonrygrid renamed frameless.js tablet var to mobileIntermediate, use tabletPortrait for breaks 2019-01-29 10:35:19 -05:00
microworld whitespace fixes for linting 2019-07-22 21:24:37 -04:00
modal modal css fix 2022-02-10 17:06:55 -05:00
navigation adjusts navigation height and banner image 2022-03-22 14:57:45 -04:00
nestedcarousel Update to React 16, and dependent packages 2018-03-30 10:49:58 -04:00
news Remove references to Linux for the Scratch 2.0 offline editor. Resolves GH-1880 2018-05-15 10:19:12 -04:00
not-available lint line fix 2022-02-02 16:54:42 -05:00
os-chooser Remove app flag 2020-04-14 01:40:05 +09:00
overflow-menu Fix issue where multiple overflow menus could be opened at once 2021-05-14 12:25:04 -04:00
page Add 2022 conference page. Refactor a bit of 2021 conference code so we don't have to create duplicate componenets 2022-03-15 18:22:40 -04:00
people-grid Serve images from uploads instead of cdn2. cdn2 redirects to uploads already anyway. 2022-04-21 14:54:41 -04:00
progression Revert "Merge pull request #1788 from LLK/revert-1775-hotfix/es6-upgrade" 2018-01-30 11:53:12 -05:00
registration Use bold instead 2022-01-23 11:23:42 +01:00
slide Fix gh-2156: Use variables for media queries for consistency (#2182) 2018-10-16 13:28:41 -04:00
social-message Fix gh-2156: Use variables for media queries for consistency (#2182) 2018-10-16 13:28:41 -04:00
spinner slower spinner animation, with bezier timing 2019-09-16 22:41:28 -04:00
stepnavigation Fix lint errors related to eslint-config-scratch update 2021-02-16 10:54:50 -05:00
steps Refactor Extension Landing Pages (#2006) 2018-08-21 15:13:49 -04:00
subnavigation use buttons in subnav to make keyboard nav work 2021-05-20 17:12:27 -04:00
tabs Revert "Merge pull request #1788 from LLK/revert-1775-hotfix/es6-upgrade" 2018-01-30 11:53:12 -05:00
tag add tag component and fix linting 2022-05-02 12:04:07 -07:00
teacher-banner Revert "Merge pull request #1788 from LLK/revert-1775-hotfix/es6-upgrade" 2018-01-30 11:53:12 -05:00
text-and-media-snippet Remove bananas 🍌 2022-05-09 12:17:05 -04:00
thumbnail Add white-space, overflow and text-overflow CSS elements 2020-07-18 18:27:03 +06:00
thumbnailcolumn add missing props declarations 2019-07-22 21:24:37 -04:00
timeline-card css tweaks 2022-05-02 09:51:18 -07:00
title-banner Move warning banner from splash to Page 2020-01-11 00:16:34 -05:00
tooltip Update .scss files to fix deprecated syntax 2022-02-09 12:48:13 -05:00
ttt-tile fix(gh-6002): fix cursor for ideas tile images 2022-01-27 07:03:50 -05:00
video force autoplay on videos 2021-10-18 10:15:32 -07:00
video-preview fix video disappearing after fullscreen is entered and exited 2021-10-28 15:39:49 -07:00
welcome updated blocks new scratcher sees 2020-07-09 14:16:52 -04:00
world-map video buttons 2021-10-18 13:32:00 -07:00