Commit graph

4772 commits

Author SHA1 Message Date
Maximouse
dec4fc7ec4 Left-align project instructions and notes on medium window widths 2022-01-09 16:00:38 +01:00
Maximouse
cdf44e0219 Increase max-width of studio titles on Explore and search 2022-01-09 14:30:45 +01:00
Maximouse
7157057bab Use font weight 500 consistently for teacher registration form labels 2022-01-09 14:15:29 +01:00
Maximouse
c89f93ce60 Focus comment reply textarea when it appears 2022-01-09 11:27:48 +01:00
Karishma Chadha
f272af1034
Revert "Revert "Unconfirmed user link hotfix"" 2022-01-06 17:21:32 -05:00
Tom Lum
816d68de73
Revert "Unconfirmed user link hotfix" 2022-01-05 16:25:40 -05:00
Tom Lum
5477fbdbc1
Updates link in email confirmation modal 2022-01-05 16:18:45 -05:00
Tom Lum
e15741e5f2
Merge pull request #6365 from LLK/unconfirmed-scratcher-project-share
Email Confirmation on Project Page
2022-01-04 17:25:16 -05:00
Karishma Chadha
d737196b2b
Merge pull request #6311 from JoelGritter/patch-1
fix(gh-5989): adjust comment load batch size
2021-12-22 13:25:00 -05:00
Ray Schamp
372681ade1
Merge pull request #6375 from LLK/hotfix/gtm
[Develop] Add configuration for GTM
2021-12-20 09:34:53 -05:00
tomlum
62c9d1b46f css class refactor 2021-12-17 14:22:46 -05:00
seotts
0239276644 Change class name to "modal-text-content" 2021-12-17 13:30:49 -05:00
seotts
4496e4fa5e Remove modal opening/closing logic from splash page 2021-12-17 13:13:36 -05:00
tomlum
1364e4400f css fixes and refactors 2021-12-17 13:13:36 -05:00
seotts
cb3864c67a Update ids in modal tests 2021-12-17 13:13:36 -05:00
seotts
938f3f4dbf Put tips in a list 2021-12-17 13:13:36 -05:00
seotts
fa42938247 Rename l10n ids to refer to components 2021-12-17 13:13:36 -05:00
seotts
7f2b756aba Localize email confirmation banner 2021-12-17 13:13:36 -05:00
tomlum
a2938d18eb fixes line length lint 2021-12-17 13:13:36 -05:00
seotts
6126ffa24c Fix prop-related linted errors 2021-12-17 13:13:36 -05:00
seotts
cf92ecca46 Add missing PropTypes 2021-12-17 13:13:36 -05:00
seotts
6814c8f5b1 Wire up banner dismissal 2021-12-17 13:13:36 -05:00
seotts
92824f43aa Use onRequestClose instead of handleClose 2021-12-17 13:13:36 -05:00
seotts
2af9b673ff Wire up EmailConfirmationModal's close button 2021-12-17 13:13:30 -05:00
seotts
8b62fb9f63 Give EmailConfirmModal email address prop 2021-12-17 13:13:30 -05:00
seotts
f7008f533d Make all banners sticky 2021-12-17 13:09:46 -05:00
seotts
7a51bded90 Add banner css; make sticky 2021-12-17 13:09:46 -05:00
tomlum
85e5342748 email confirmation modal styling 2021-12-17 13:09:46 -05:00
tomlum
94b7a81863 fixes showEmailConfirmationBanner 2021-12-17 13:09:46 -05:00
tomlum
5b58c3822c in progress, tests, banner, modal 2021-12-17 13:09:46 -05:00
tomlum
058edef86a adds modal progress and new logic for showing share button on project page 2021-12-17 13:09:46 -05:00
tomlum
f17ee45ceb basic pages and profile picture and confetti 2021-12-14 12:31:26 -05:00
Sarah Otts
bcdc3125a3
Merge pull request #6368 from hello-smile6/patch-1
Correct link href for studio host transfer message
2021-12-13 07:19:16 -05:00
rschamp
42b88faa3f Add configuration for GTM 2021-12-10 13:49:43 -05:00
Sarah Otts
eebe3e1eb0
Merge pull request #6355 from seotts/privacy-policy-apps
App privacy policy
2021-12-08 10:35:05 -05:00
seotts
abc5ababd4 Correct update date 2021-12-07 15:59:02 -05:00
seotts
8c890d5fd3 Define contact info at top of file; consolodate requires 2021-12-07 13:30:48 -05:00
seotts
4ce5656508 Remove l10n string typos 2021-12-07 13:30:08 -05:00
hello-smile6
bd788182e0
Correct link href for studio host transfer message
Fixes https://github.com/LLK/scratch-www/issues/6367
2021-12-05 12:15:14 -08:00
seotts
5c813a3480 Privacy policy for apps 2021-12-01 14:39:53 -05:00
tomlum
5da297f0de progress on onboarding 2021-11-30 16:09:24 -05:00
zoebentley
8ff2f5bbd4
Update src/views/parents/l10n.json
Co-authored-by: Sarah Otts <se0042@gmail.com>
2021-11-30 09:58:47 -05:00
Zoë Bentley
2f9e2905cb updated parents page with information about scratch foundation 2021-11-24 10:38:40 -05:00
Karishma Chadha
0ae445d32f Fix layout of HOC banner on tablets. 2021-11-29 20:48:40 -05:00
Karishma Chadha
1155b17358 Show donate banner while showing HOC banner. Fix donate banner to use 'sticky' positioning. 2021-11-29 20:40:29 -05:00
Karishma Chadha
a6e9c51ad2 Update HOC banner timing and tutorials. 2021-11-22 20:38:00 -05:00
seotts
d7bfa2ed6f Remove 2019 from Annual Report 2019 2021-11-17 16:08:21 -05:00
Joel Gritter
ebb975d948
fix(gh-5989): use separate limit values
- use separate COMMENT_LIMIT and REPLY_LIMIT values
- use 25 as REPLY_LIMIT value
- restore original COMMENT_LIMIT value of 20
2021-11-17 06:50:21 -05:00
Joel Gritter
ac670f7749
fix(gh-5989): adjust comment load batch size
- adjust the studio reply comment load batch size to 25 instead of 20
2021-11-17 06:39:29 -05:00
Karishma Chadha
78688203b1
Merge pull request #6301 from kchadha/annual-report-fixes
[Develop] Annual report fixes
2021-11-16 11:47:36 -05:00
Karishma Chadha
7baa676a5c Update /annual-report route to point to 2020 report. 2021-11-15 17:25:08 -05:00
Sarah Otts
91d0d9be4e Delete commented out line 2021-11-15 17:07:56 -05:00
Sarah Otts
814a31236b Remove commented out code 2021-11-15 17:07:56 -05:00
Karishma Chadha
753b422d25 More layout fixes. 2021-11-15 17:07:56 -05:00
Karishma Chadha
0373dd578e Update copy 2021-11-15 17:07:56 -05:00
Karishma Chadha
0b958cb0f3 Update blurry image of scratch editor. 2021-11-15 17:07:56 -05:00
Karishma Chadha
f864e12da2 Update links to embedded projects. 2021-11-15 17:07:56 -05:00
Karishma Chadha
d09e7628f9 Copy changes for annual report 2021-11-15 17:07:56 -05:00
Karishma Chadha
1d68765c48 More layout, and font-size fixes for annual report. 2021-11-15 17:07:56 -05:00
Karishma Chadha
f427e4a2b0 Update font sizes, pill styling, and country blurb font sizing and layout. 2021-11-15 17:07:56 -05:00
Karishma Chadha
c835c67fe7 Updates to TextAndMediaSnippet layout, spacing, and some font sizing. Fix width of components of other sections e.g. Scratch in India. 2021-11-15 17:07:56 -05:00
Sarah Otts
ca8d9187d3
Merge pull request #6254 from seotts/about-copy-changes
Update About page copy
2021-11-09 09:50:00 -05:00
rschamp
dcc7fa2008 Transform async/await syntax for Safari <= 10 2021-11-08 12:00:56 -05:00
rschamp
735042c414 Revert "Merge pull request #6245 from LLK/revert-6243-hotfix/dynamic-intl-polyfill"
This reverts commit 42712bd636, reversing
changes made to f152df774f.
2021-11-08 11:50:18 -05:00
Sarah Otts
f3d2e69442
Merge pull request #6204 from zoebentley/parents-page-oct-2021
Removed a broken link from the For Parents page
2021-11-03 13:40:17 -04:00
seotts
5607626e64 Update About page copy 2021-11-03 11:32:38 -04:00
Sarah Otts
eeb198bf94
Merge pull request #6179 from tomlum/research-page-copy-change
Copy changes to research page
2021-11-01 16:00:37 -04:00
chrisgarrity
55d2a389e4
Revert "Replace static plural rule and relative time polyfills with a dynamic import" 2021-11-01 13:33:30 -04:00
chrisgarrity
f152df774f
Merge pull request #6243 from LLK/hotfix/dynamic-intl-polyfill
Replace static plural rule and relative time polyfills with a dynamic import
2021-11-01 12:14:37 -04:00
rschamp
a6be8aea1c Fix lint 2021-11-01 11:10:22 -04:00
Karishma Chadha
c60705d8f5
Merge pull request #6229 from bocoup/annual-report-2020
Annual Report Fixes
2021-10-29 17:57:32 -04:00
caseymm
4bd6b239e2 set max width for tweets on small view -- fixes ios bug 2021-10-29 14:10:53 -07:00
caseymm
f44ddbe7d3 fix video disappearing after fullscreen is entered and exited 2021-10-28 15:39:49 -07:00
Karishma Chadha
41b40810a1
Merge pull request #6228 from bocoup/annual-report-2020
Annual report 2020
2021-10-28 17:21:11 -04:00
caseymm
739c001f66 fix string and move a few things around. add better breakpoint for timeline 2021-10-28 14:04:29 -07:00
caseymm
c883e0bfd6 remove comment 2021-10-28 10:44:28 -07:00
caseymm
a94ea1b525 changes from bug hunt 2021-10-28 10:42:06 -07:00
Karishma Chadha
8ad89f818d
Merge pull request #6212 from LLK/kchadha-annual-report-routes
Update Annual Report Routes - no redirects
2021-10-27 16:14:24 -04:00
Karishma Chadha
2916d7e4cf
Merge pull request #6206 from bocoup/annual-report-2020
Annual report 2020
2021-10-26 18:18:44 -04:00
Casey Miller
d35b008fe9
Update src/views/annual-report/2020/annual-report.jsx
Co-authored-by: Karishma Chadha <kchadha@scratch.mit.edu>
2021-10-26 15:16:38 -07:00
caseymm
6c1e6458de change max width 2021-10-26 15:02:58 -07:00
Karishma Chadha
1fe931482c
Update Annual Report Routes - no redirects
Update the /annual-report route to just point to the appropriate 2019 (or in the future, 2020) Annual Report instead of redirecting to a different route and updating the redirect.

@rschamp putting this PR up for discussion, we can talk about other alternatives as well.
2021-10-26 17:43:40 -04:00
caseymm
2e1bdd72cb fix spotight margin bug 2021-10-26 10:35:59 -07:00
tomlum
fa3fa3be63 updates string id and ethics link 2021-10-26 13:22:39 -04:00
Zoë Bentley
0bdd7dd8b0 Removed a broken link from the For Parents page 2021-10-25 12:40:05 -04:00
caseymm
3d44e562d3 iframe sizing 2021-10-22 15:25:56 -07:00
caseymm
7c65b5fd73 padding/margin, tweets, other sizing 2021-10-22 14:48:48 -07:00
caseymm
0f12bd2571 start mobile issues 2021-10-22 14:22:36 -07:00
Karishma Chadha
0d5a44aa2c
Merge pull request #6131 from bocoup/annual-report-2020
Annual report 2020
2021-10-22 16:51:20 -04:00
Sarah Otts
468e4c0a7f
Merge pull request #6163 from seotts/code-of-ethics
Add Code of Ethics page
2021-10-22 16:33:43 -04:00
caseymm
7557655a06 remove paragraph prop 2021-10-22 13:28:17 -07:00
caseymm
60a98a7a92 fix string links and rename splashes 2021-10-22 12:53:33 -07:00
seotts
0f86ce4671 Fix ethics page route styling 2021-10-22 15:11:41 -04:00
Sarah Otts
ee562799bf
Merge pull request #6172 from seotts/transferring-typo
Fix "transferring" misspelling
2021-10-22 09:41:09 -04:00
caseymm
f8bdd8948b spinner color and correcting other errors 2021-10-21 16:42:22 -07:00
caseymm
55ea8ea083 aaron text 2021-10-21 16:15:30 -07:00
caseymm
ae4ecca386 i10n changes 2021-10-21 16:12:54 -07:00
caseymm
37dba60b1c links in paragraphs 2021-10-21 15:41:10 -07:00
caseymm
b460e9bb80 replace some images and start adding links to paragraphs 2021-10-21 15:10:47 -07:00
caseymm
ed03927efd padding and other things 2021-10-21 11:21:18 -07:00
Tom Lum
d419e8958b
Update src/views/research/research.jsx
Co-authored-by: Sarah Otts <se0042@gmail.com>
2021-10-21 14:20:49 -04:00
caseymm
e9ba8cf238 fix wave 2021-10-21 11:04:53 -07:00
Sarah Otts
d01d66101e
Merge pull request #5669 from apple502j/add-cg-link
Link community guidelines in project.defaultCensoredMessage
2021-10-21 13:50:37 -04:00
caseymm
9f2c4a29cf reconfigure video layout 2021-10-21 10:46:37 -07:00
caseymm
acc8cdab3c fix avatar on juneteenth illo 2021-10-20 15:46:43 -07:00
caseymm
522e2335fa adjust some of the timeline bg images 2021-10-20 15:30:16 -07:00
caseymm
283f7c2630 fix timeline dots 2021-10-20 15:22:53 -07:00
caseymm
c3c04a32e3 add pull quote 2021-10-20 15:00:03 -07:00
caseymm
4d1b3ab184 remove unneeded images 2021-10-20 13:39:22 -07:00
caseymm
fc47304527 finish all alt tags 2021-10-20 12:38:40 -07:00
caseymm
0e32b6c9c3 alts for video previews and country blurb sections 2021-10-20 11:22:52 -07:00
tomlum
ec10992338 copy changes to research page 2021-10-20 14:19:15 -04:00
caseymm
2016380b34 add alts for india grid 2021-10-20 10:55:24 -07:00
caseymm
ddb1aaec8c update images 2021-10-19 17:40:36 -07:00
caseymm
d3aa437444 styling 2021-10-19 16:27:42 -07:00
caseymm
f09e3e51c4 a bunch of color and linting fixes 2021-10-19 15:58:14 -07:00
caseymm
e12ff6a67a lots of alt text for images in the main page 2021-10-19 14:27:34 -07:00
caseymm
dbd5005cee start alts for images 2021-10-19 12:23:23 -07:00
seotts
1c01842a24 Fix "transferring" misspelling 2021-10-19 10:36:39 -04:00
caseymm
4c29cb5dcc misc styling changes 2021-10-18 15:37:37 -07:00
caseymm
33132818c0 lint 2021-10-18 14:03:38 -07:00
caseymm
be9175aa64 misc timeline fixes 2021-10-18 14:00:11 -07:00
caseymm
0ed82b35c8 video buttons 2021-10-18 13:32:00 -07:00
Sarah Otts
e0a5ae5c68
Merge pull request #5884 from jeffalo/dont-search-empty-strings
Prevent searches for empty strings
2021-10-18 16:16:15 -04:00
caseymm
754510832c fix some avatars 2021-10-18 11:36:31 -07:00
caseymm
af0454a747 clean out some css 2021-10-18 11:08:35 -07:00
caseymm
cb67a918d2 force autoplay on videos 2021-10-18 10:15:32 -07:00
rschamp
5d14efd9a0 Add remaining supported locales to intl-polyfill 2021-10-18 11:38:43 -04:00
caseymm
83760a522e tutorial lines and tile links 2021-10-15 16:39:06 -07:00
caseymm
95b7d13d08 update people.json 2021-10-15 14:45:02 -07:00
caseymm
520bf41968 fix linting 2021-10-15 12:47:58 -07:00
caseymm
7160befa55 update map 2021-10-15 12:06:10 -07:00
caseymm
498b35a945 fix npm 2021-10-14 18:09:01 -07:00
caseymm
feebe8e486 more content for supporters 2021-10-14 16:43:48 -07:00
caseymm
220266d973 finish community content minus links 2021-10-14 11:24:02 -07:00
caseymm
a56631c267 bg images for year in review 2021-10-14 10:28:05 -07:00
caseymm
6366cbd4b2 spacing and bottom wave 2021-10-13 17:03:28 -07:00
caseymm
7d4621576f year in review cards 2021-10-13 16:33:51 -07:00
caseymm
41ada2ce94 community section content 2021-10-13 13:50:21 -07:00
seotts
c25059bb4b Redirect 3faq to /faq, not /info/faq 2021-10-13 15:35:22 -04:00
caseymm
6f1688d399 embed some projects 2021-10-13 10:55:29 -07:00
seotts
df46afbcf5 Add code of ethics page 2021-10-13 13:42:20 -04:00
caseymm
ac467b3cab start community section 2021-10-12 17:38:23 -07:00
caseymm
bd4892da4a get community header in 2021-10-12 15:55:30 -07:00
caseymm
19e65e9f0e items in for adapation 2021-10-12 15:39:52 -07:00
Sarah Otts
c30252a4ed
Merge pull request #5882 from apple502j/move-faq-url
Move FAQ page to /faq
2021-10-12 16:34:41 -04:00
caseymm
2d86753907 more adaptation 2021-10-12 12:01:21 -07:00
Sarah Otts
6418bd95f0
Merge pull request #6057 from itta611/patch-1
Fix padding under grayed out comment compose box on studios after becoming muted
2021-10-12 09:04:01 -04:00
Itta
58dc901e0d
Update src/views/preview/comment/comment.scss
Thanks!

Co-authored-by: Sarah Otts <se0042@gmail.com>
2021-10-09 07:10:11 +09:00
Sarah Otts
e33832f8d7
Merge pull request #5997 from LankyBox01/patch-2
fix #5865
2021-10-07 13:20:36 -04:00
caseymm
352f31698e add aaron 2021-10-05 17:11:53 -07:00
caseymm
d7295ae58a redo one of the quotes 2021-10-05 16:53:30 -07:00
caseymm
a45c1b6700 finish content in connectivity section 2021-10-05 15:27:11 -07:00
caseymm
950c608217 create 2019 folder 2021-10-05 13:18:19 -07:00
caseymm
4dbe0d20f0 country sections 2021-10-05 11:52:50 -07:00
caseymm
1b84e3417b world and video 2021-10-04 15:48:39 -07:00
caseymm
537704cf89 india css 2021-10-04 14:10:15 -07:00
caseymm
8c39865c4f starting scratch in india 2021-10-01 15:47:10 -07:00
caseymm
8f73470276 themes blobs 2021-10-01 14:28:24 -07:00
caseymm
b3b3ab4126 more arrows and formatting 2021-09-30 16:52:40 -07:00
caseymm
03a2435863 style changes for top two sections 2021-09-30 16:23:15 -07:00
caseymm
9c83891a42 added assets folder and started swapping in assets 2021-09-30 11:17:15 -07:00
caseymm
da116acda0 a bit more 2021-09-29 17:17:34 -07:00
caseymm
2263ec4974 more content changes 2021-09-29 17:04:29 -07:00
caseymm
4277aa5db0 some content changes 2021-09-29 15:54:33 -07:00
seotts
1d4c7e8938 show "Studio Host" on manager tile 2021-09-29 16:00:52 -04:00
caseymm
743ccb0428 start to swap out nav 2021-09-28 16:41:30 -07:00
caseymm
845d7ed578 route and 2020 folder 2021-09-28 15:49:09 -07:00
seotts
ef3e861fc3 Allow admins to promote curators 2021-09-24 16:12:09 -04:00
Sarah Otts
705e8dba6e
Merge pull request #6085 from zoebentley/credits-page-update-9-21
Credits page update 9 21
2021-09-24 11:08:01 -04:00
Zoë Bentley
d2c3cce09b Added Harakou 2021-09-24 10:39:51 -04:00
Sarah Otts
1ee64bf4d9
Merge branch 'develop' into remove-studio-feature-flag 2021-09-21 10:43:07 -04:00
Zoë Bentley
b078ec23bf Added 1 more person 2021-09-21 10:41:56 -04:00
seotts
80a99bc0b6 Remove use of studio transfer feature flag
Remove another use
2021-09-21 10:40:18 -04:00
Sarah Otts
be0144618d
Merge pull request #6078 from seotts/use-host-in-api-response
Use studio "host" in state, and accept "host" from api
2021-09-21 10:10:59 -04:00
Zoë Bentley
e21208a196 Added 1 person who joined since last time I edited branch 2021-09-20 15:38:58 -04:00
Zoë Bentley
599cc12bd4 Updated team members on credits page september 21 2021-09-20 15:11:51 -04:00
Sarah Otts
23be853cb0
Merge pull request #5114 from benjiwheeler/shrink-splash-image
converted images around splash video to png, smaller file size
2021-09-20 14:06:25 -04:00
seotts
3ef41d2790 Remove use of new studios feature flag 2021-09-20 13:40:37 -04:00
seotts
2b1dfcda62 Fix a couple of comments 2021-09-20 12:09:47 -04:00
seotts
c70b67cde5 If studio response body has no host yet, use owner 2021-09-20 11:31:36 -04:00
seotts
dc241e1c6f Accept studio "host" from api; use "host" in state 2021-09-17 15:50:16 -04:00
Ray Schamp
0a4bacd1d0
Merge pull request #6062 from rschamp/allow-querystrings
Make /educators routes robust to querystrings
2021-09-15 13:35:49 -04:00
rschamp
6a289fe6de Make /educators routes robust to querystrings 2021-09-15 11:09:45 -04:00
seotts
92bad5b505 Change copy of rate-limit error 2021-09-14 16:16:30 -04:00
Itta
dcadc47e6e
fix #5890 2021-09-14 06:55:56 +09:00
seotts
b692b61812 Change default validation error 2021-09-07 14:08:25 -04:00
seotts
5d8d2a05c8 Add transfer error for too many password attempts 2021-09-07 12:24:02 -04:00
Sarah Otts
f21c91106e
Merge pull request #6022 from zoebentley/bengali-language-organizer
Added Nasir and reordered lang organizers alphabetically by first name
2021-09-03 14:12:38 -04:00
Eric Rosenbaum
466b6dfc2e
Merge pull request #5992 from ericrosenbaum/transfer-modal6
More transfer host modal fixes
2021-09-02 14:50:17 -04:00
Eric Rosenbaum
1d6c47d2a4
Revert "Revert "Transfer host modal updates"" 2021-09-02 14:43:31 -04:00
Zoë Bentley
a49308c5f3 Added Nasir and reordered lang organizers alphabetically by first name 2021-09-02 11:48:28 -04:00
Eric Rosenbaum
ad2536e2c6
Revert "Transfer host modal updates" 2021-09-01 10:08:11 -04:00
Eric Rosenbaum
bb428a308d put arrow fn wrapper for loadManagers into connect 2021-08-31 17:12:53 -04:00
Eric Rosenbaum
0d670b1087 Fix load more buttons 2021-08-30 15:50:04 -04:00
LankyBox01
6ffd1dbc66
fix #5865
yup
2021-08-28 22:36:32 +03:00
Eric Rosenbaum
5356f05d38 reject on error 2021-08-27 14:02:25 -04:00
Eric Rosenbaum
08b5383370 responsive style for transfer outcome tiles 2021-08-27 11:22:49 -04:00
Eric Rosenbaum
b1239e72fc
Merge pull request #5988 from ericrosenbaum/transfer-modal5
Transfer host modal updates
2021-08-27 11:05:17 -04:00
Eric Rosenbaum
5aa1b8c8e7 Store host info in state so the modal doesn't update after reloading managers 2021-08-27 10:20:37 -04:00
Eric Rosenbaum
a6b7ef3c4b reload managers before closing modal 2021-08-26 19:49:46 -04:00
Eric Rosenbaum
65eddfe420 responsive style for password validation 2021-08-26 17:32:51 -04:00
Eric Rosenbaum
ad85a3d525 handle password error 2021-08-26 14:12:53 -04:00
Eric Rosenbaum
ffe1475401 Reload the managers list after transfer 2021-08-26 13:32:34 -04:00
Karishma Chadha
1991070a4d
Merge pull request #5980 from kchadha/host-transfer-message
Add new host transfer notification message.
2021-08-26 10:06:14 -04:00
Chris Garrity
cb968f3842 [WIP] preliminary intl polyfill
partial implementation of intl-polyfill. Doesn't include all the www langauges, and we don't want to have to update www each time there is a language added, so this needs to move into scratch-l10n somehow.

polyfill.min.js no longer needs the intl.js polyfill, so removed. Should still look at whether the other parts of polyfill.min are needed, but they're unrelated to intl.
2021-08-25 11:13:24 -04:00
Karishma Chadha
c3f7494b8d Add new host transfer notification message. 2021-08-25 01:21:41 -04:00
Eric Rosenbaum
13e3a540f7 cursor pointer on member tile when selecting 2021-08-24 17:18:05 -04:00
Eric Rosenbaum
198ae5823d prevent layout change due to validation alert 2021-08-24 15:21:33 -04:00
Eric Rosenbaum
95e43cabd2 "Studio Host" label on curator tab tile, behind feature flag 2021-08-24 15:05:00 -04:00
Eric Rosenbaum
6834d675b1 disable confirm button while submitting 2021-08-24 14:52:11 -04:00
Eric Rosenbaum
5d838ef659 Muted users cannot transfer studio host 2021-08-24 14:36:06 -04:00
Eric Rosenbaum
aecc9cec6e disable confirm button if there is a password validation error 2021-08-24 10:42:28 -04:00
Eric Rosenbaum
7f4ef784c2
Merge pull request #5959 from ericrosenbaum/transfer-modal3
Studio host transfer modal additional work
2021-08-24 10:40:53 -04:00
Eric Rosenbaum
7810ba2d3e update error code id 2021-08-22 15:28:32 -04:00
Eric Rosenbaum
a8b7961f66 alerts default to 6 seconds 2021-08-20 14:04:09 -04:00
Eric Rosenbaum
b00a2d34f7 Merge branch 'develop' of https://github.com/LLK/scratch-www into transfer-modal3 2021-08-20 13:02:08 -04:00
Sarah Otts
3ae87754a0
Merge pull request #5760 from LankyBox01/patch-1
Add line breaks to description
2021-08-20 11:07:27 -04:00
Eric Rosenbaum
76ec4c90d8 More error handling, moved to confirmation step 2021-08-19 18:05:18 -04:00
Eric Rosenbaum
a305a0963d send password in body of request 2021-08-19 14:54:58 -04:00
Eric Rosenbaum
296506ff84
Merge pull request #5920 from ericrosenbaum/transfer-modal
Studio host transfer modal (work in progress)
2021-08-19 14:04:35 -04:00
Eric Rosenbaum
123b186e75 display password error tooltip inside modal 2021-08-19 10:50:50 -04:00
Eric Rosenbaum
7df5921381 remove unused part of transfer host tile 2021-08-18 11:40:59 -04:00
Sarah Otts
62858d050c
Merge pull request #5935 from seotts/becomehost-activity-feed
Add studio host transfer notification to the activity feed
2021-08-18 09:33:28 -04:00
Eric Rosenbaum
8a9999034e use named color 2021-08-17 21:29:29 -04:00
Eric Rosenbaum
154bb93297 use named color 2021-08-17 21:27:42 -04:00
Eric Rosenbaum
b35f6859cb Merge branch 'transfer-modal' of https://github.com/ericrosenbaum/scratch-www into transfer-modal 2021-08-17 21:16:03 -04:00
Eric Rosenbaum
f6d8d0331f update error alert 2021-08-17 21:15:54 -04:00
Eric Rosenbaum
374e78e8c9 remove unused function 2021-08-17 21:15:11 -04:00
Eric Rosenbaum
16f6d83db0 update strings 2021-08-17 21:14:46 -04:00
Eric Rosenbaum
6253e71d70 change name of isHost selector helper 2021-08-17 21:14:36 -04:00
Eric Rosenbaum
3e2249c316
Update src/views/studio/modals/transfer-host-modal.scss
Co-authored-by: Sarah Otts <se0042@gmail.com>
2021-08-17 21:13:58 -04:00
Eric Rosenbaum
04ff4d173b
Update src/views/studio/modals/transfer-host-modal.scss
Co-authored-by: Sarah Otts <se0042@gmail.com>
2021-08-17 21:13:38 -04:00
Eric Rosenbaum
0f4fba7804 clarify comment 2021-08-17 20:47:56 -04:00
seotts
f635e14a17 remove period from message 2021-08-17 11:18:10 -04:00
seotts
aec365c8db Add becomehost notification to the activity feed 2021-08-16 14:50:58 -04:00
Eric Rosenbaum
d797309d23 add load more button 2021-08-13 15:46:15 -04:00
Eric Rosenbaum
c928a21135 update permissions 2021-08-13 15:46:15 -04:00
Eric Rosenbaum
b4c96f3193 fix permissions and correctly select host when admins transfer 2021-08-13 15:46:15 -04:00
Eric Rosenbaum
596816d7d1 admin can transfer host 2021-08-13 15:46:15 -04:00
Eric Rosenbaum
f7e221a46c revert change to "Studio Creator" label on manager tile 2021-08-11 09:44:21 -04:00
Eric Rosenbaum
ae3135bf04 Use "host" instead of "owner" 2021-08-11 09:34:55 -04:00
Eric Rosenbaum
f964d6a1b8 Merge branch 'develop' of https://github.com/LLK/scratch-www into transfer-modal 2021-08-10 17:10:11 -04:00
Ray Schamp
4bc4e62ca9
Merge pull request #5720 from paulkaplan/extract-css
Extract css from js into stylesheets
2021-08-10 10:49:51 -04:00
rschamp
e3d802e625 Remove /sec, redirect to version on sip site 2021-08-10 09:21:30 -04:00
rschamp
2d42c205ad Content updates, resolves #5902 2021-08-10 09:18:04 -04:00
rschamp
378f1db783 Update link to download AIR, remove outdated content
Resolves #5132. Thanks to @carljbowman for support
2021-08-09 13:42:59 -04:00
Eric Rosenbaum
e9045ceab2 info step style fix 2021-08-06 10:28:50 -04:00
jeffalo
feb80afb35 revert 2021-08-06 12:29:00 +02:00
jeffalo
992baf7745 see if returning null will fix errors 2021-08-06 12:26:56 +02:00