Linda
b3b0843b75
some improvements and added alt attributes for microbit
2018-08-23 11:05:38 -04:00
Linda
4635ae3b82
added alt tags to wedo page
2018-08-23 10:38:49 -04:00
Linda
641e9895f6
updated from develop with new extension landing pages
2018-08-22 18:05:57 -04:00
Linda
d32be3a843
Merge remote-tracking branch 'upstream/develop' into develop
2018-08-22 17:43:27 -04:00
Eric Rosenbaum
d1a1af1447
Merge pull request #2035 from LLK/hotfix/extension-landing-pages
...
[Develop] Extension landing pages update
2018-08-22 17:25:12 -04:00
Eric Rosenbaum
78b32597c5
Merge branch 'develop' into hotfix/extension-landing-pages
2018-08-22 16:28:52 -04:00
Ray Schamp
7851789f9f
Merge pull request #2001 from kyleplo/patch-2
...
Add sort scheme dropdown to search results page
2018-08-22 15:59:25 -04:00
kyleplo
d7feb51695
Fix non-existent term
2018-08-22 14:50:19 -04:00
kyleplo
d2721f0bbc
Fix getting query
2018-08-22 14:43:00 -04:00
kyleplo
0b9ceb413f
Fix getting querystring
2018-08-22 14:25:31 -04:00
kyleplo
78b88443c0
Fix setting mode
2018-08-22 14:17:26 -04:00
Linda
253d6ac279
style fix
2018-08-22 13:32:23 -04:00
Linda
2885b41315
Merge branch 'develop' of https://github.com/LLK/scratch-www into develop
2018-08-22 13:27:58 -04:00
Linda
d4ad8f7d35
add language tag
2018-08-22 13:05:49 -04:00
Linda
9a91fa9b0a
h2 in header is now h1, including overwritten styles
2018-08-22 10:45:19 -04:00
Ray Schamp
0f6278835a
Merge pull request #2036 from kyleplo/patch-3
...
Fix spacing in message title
2018-08-22 10:24:02 -04:00
Linda
c26dc79b8d
add alt tags to remaining images and correct some
2018-08-22 10:21:28 -04:00
kyleplo
46e24ac3ef
Fix spacing in message title
2018-08-22 08:15:22 -04:00
kyleplo
458170390c
Fix acceptableModes
2018-08-22 08:05:20 -04:00
kyleplo
4435408cdc
Revert "Add mode"
2018-08-22 07:57:19 -04:00
Linda
83553c3bc2
making the conditional translation more elegant
2018-08-21 16:40:49 -04:00
Linda
25234d7e27
add conditional alt attributes to ev3 landing page installation step
2018-08-21 16:33:50 -04:00
Linda
bf5a890a87
added alt attributes to img tags in starter projects component and when using this component on ev3 page
2018-08-21 16:07:27 -04:00
Eric Rosenbaum
179edefaaa
Use relative link to wedo-legacy
2018-08-21 15:48:28 -04:00
Italy
1ff394f9b2
adding simple alt attributes to imgs on ev3 landing page
2018-08-21 15:39:59 -04:00
Eric Rosenbaum
d0881c3ba2
Add mint green
2018-08-21 15:34:02 -04:00
Eric Rosenbaum
6884314492
Add WeDo legacy page link to troubleshooting
2018-08-21 15:16:07 -04:00
Eric Rosenbaum
9c6721c888
Fix swapped starter project links
2018-08-21 15:16:07 -04:00
Eric Rosenbaum
1e4d7000a5
Add WeDo starter project links, images and text
2018-08-21 15:16:07 -04:00
Eric Rosenbaum
7be5857120
Add todo comment
2018-08-21 15:16:07 -04:00
Eric Rosenbaum
0c5de6cea1
Detect mac vs windows
2018-08-21 15:16:07 -04:00
Eric Rosenbaum
287bc8405a
Use project id links for starter projects instead of downloads
2018-08-21 15:16:07 -04:00
Eric Rosenbaum
fd10e08d80
Use temp l10n strings without duplication
2018-08-21 15:16:07 -04:00
Eric Rosenbaum
43ee8a6631
Lint
2018-08-21 15:16:07 -04:00
Eric Rosenbaum
1356d863b1
Remove “manual update” from firmware update instructions
2018-08-21 15:16:07 -04:00
Eric Rosenbaum
b666382f8b
Change LEGO MINDSTORMS EV3 in body text to LEGO MINDSTORMS Education EV3
2018-08-21 15:16:07 -04:00
Eric Rosenbaum
d0bf1bb36a
Update links for wedo and EV3 to lego education pages
2018-08-21 15:16:07 -04:00
Eric Rosenbaum
ac1d5ae325
SYNCHRONIZE JUICE FLAVORS
...
Ray told me I can’t put emoji here, sorry everyone
2018-08-21 15:16:07 -04:00
Eric Rosenbaum
83232212ab
css for outline around screenshot images
2018-08-21 15:16:07 -04:00
Eric Rosenbaum
5ac6365fb6
Update extension library image for EV3 and microbit
2018-08-21 15:16:07 -04:00
Eric Rosenbaum
0c628c3e97
Add new WeDo landing page, move old one to wedo-legacy
2018-08-21 15:16:06 -04:00
Connor Hudson
3f3c36d733
Add missing l10n strings to EV3 page ( #2013 )
2018-08-21 15:15:50 -04:00
Connor Hudson
b604b19641
Refactor Extension Landing Pages ( #2006 )
...
* Add extension-landing generalized styles, install scratch link component
* Make EV3 page use generalized stuff
* Use OS_ENUM file instead of class variable
* use extension-landing/os-enum in os chooser
* Use extension-landing class in extension-landing.scss
* Use extension-landing styles and components on microbit page
* Add view-specific styles
* Move install scratch link l10n strings to src/l10n.json
* Start moving steps display to its own components
* Finish initial pass at Step, Steps components for extension landing pages
* Create ProjectCard component
* Use new components on InstallScratchLInk component
* Use new components on EV3 page
* allow className prop in Steps component
* Use new components on micro:bit landing page
* imageUrl -> imageSrc in ProjectCard
* Create ExtensionHeader component and use it on micro:bit and EV3 pages
* Fix a spacing issue in the InstallScratchLink component
* Add ExtensionRequirements component
* Use ExtensionRequirements component on landing pages
* Remove requirements l10n string for ev3 page
* Move project card styles out of things-to-try section
* Don't render the number row in a step if compact and number props are not set
* Add ExtensionSection component
* Use ExtensionSection on ev3 and microbit pages
* Move state configuration to ExtensionLanding class
* Move tip box, screenshot styles outside of specific section
* Add TipBox component and use it on the EV3 page
* Use hr element instead of section-separator div
* Remove refactor TODO comments :)
2018-08-21 15:13:49 -04:00
Ray Schamp
39c0bc9048
Merge pull request #2009 from apple502j/patch-4
...
Update the last updated date
2018-08-21 14:10:58 -04:00
Italy
9d171a6880
Merge remote-tracking branch 'upstream/develop' into develop
2018-08-20 13:11:59 -04:00
Ray Schamp
9a76c8fde4
Merge pull request #2027 from LLK/update-scratch-gui
...
Update packages after installing
2018-08-17 10:47:14 -04:00
Ray Schamp
eefc56527d
Update packages after installing
...
This will bring in the latest version of anything not explicitly pinned, notably scratch-gui
2018-08-17 10:41:57 -04:00
Ray Schamp
d105cb4406
Merge pull request #2026 from LLK/enable-backpack
...
Configure backpack, project, and asset hosts for dev/staging/production
2018-08-16 18:02:55 -04:00
Ray Schamp
a3c929db3d
Finish setup of backpack, assets, projects hosts
2018-08-16 17:40:09 -04:00
Ray Schamp
d538412357
WIP: configure GUI for staging
2018-08-16 17:39:04 -04:00