Skip to content
Snippets Groups Projects
  1. Oct 17, 2019
  2. Feb 06, 2019
  3. Jan 29, 2019
  4. Dec 20, 2018
  5. Dec 19, 2018
  6. Dec 17, 2018
  7. Dec 12, 2018
    • Ray Schamp's avatar
      Add onClick prop for the logo · de9bda94
      Ray Schamp authored
      Toward LLK/scratch-www#2296
      
      This allows us to take you to any destination when clicking the logo, or to do something else, or nothing at all.
      
      If no handler is provided, the logo will not be clickable.
      de9bda94
  8. Dec 10, 2018
  9. Dec 03, 2018
  10. Nov 19, 2018
  11. Nov 15, 2018
    • Paul Kaplan's avatar
      Remove the hideIntro override and default preview modal to false · 767d1ef8
      Paul Kaplan authored
      The use of an "override" prop that allowed the preview modal to be hidden without actually changing the redux state was causing a problem where the block editors where not closing when modals were opening. That is because it relied on the modal reducer being accurate.
      
      I defaulted the preview state to false to make it simpler to consume the GUI, as www will not want the preview info to be true. I made it true in the playground instead.
      
      This fixes https://github.com/LLK/scratch-gui/issues/3710
      767d1ef8
  12. Nov 08, 2018
  13. Oct 23, 2018
  14. Oct 16, 2018
  15. Oct 15, 2018
  16. Oct 14, 2018
  17. Oct 11, 2018
  18. Oct 10, 2018
  19. Oct 08, 2018
  20. Sep 07, 2018
  21. Sep 06, 2018
  22. Sep 05, 2018
  23. Aug 03, 2018
  24. Jul 18, 2018
  25. Jul 12, 2018
  26. Jun 29, 2018
  27. Jun 26, 2018
  28. Jun 19, 2018
    • chrisgarrity's avatar
      Initial version of loading or switching language. · a0455422
      chrisgarrity authored
      Add `?locale=<localecode>` to load in a new langage.
      Add `?enable=language` to enable the language selector
      Or combine the two: `?enable=language&locale=<localecode>`
      Still accepts a hash, but requires that the hash be a sequence of digits.
      
      Added new locales reducer to gui:
      - initializes default  react-intl/localeData
      - initializes default locale messages for all locales
      - default locale is ‘en’ (can be overridden by URL)
      
      Removed dependency on react-intl-redux, added ConnectedIntlProvider (uses correct locale messages from redux based on current locale)
      a0455422
    • Paul Kaplan's avatar
      Get backpack contents from server · 82290540
      Paul Kaplan authored
      82290540
  29. Jun 04, 2018
Loading