Skip to content
Snippets Groups Projects
  1. Jan 29, 2019
  2. Dec 20, 2018
  3. 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
  4. Oct 23, 2018
    • Eric Rosenbaum's avatar
      Move connection modal into redux (#3459) · 31909d79
      Eric Rosenbaum authored
      * Connection Modal loads its own data
      
      * Connection does not update flyout status buttons
      
      * WIP moving connection modal into redux
      
      * Lint fix and remove unused prop
      
      * Close modal even if exception on disconnect
      31909d79
  5. May 21, 2018
    • chrisgarrity's avatar
      Combine GUI reducers · 44c76e57
      chrisgarrity authored
      * Export initial states for each reducer
      * combine all gui reducers (excludes scratchPaint and intl)
      * combine all initial states to create default guiState for preloading in www
      * expect all of the gui state to be accessible at `state.scratchGui`
      44c76e57
  6. Apr 30, 2018
  7. Apr 27, 2018
    • Paul Kaplan's avatar
    • Paul Kaplan's avatar
      Revert "Updates to preview modal for release (#1864)" · 7caddb90
      Paul Kaplan authored
      This reverts commit 29d5619d.
      7caddb90
    • Paul Kaplan's avatar
      Framework and demo content for how-tos inside the editor (#1867) · 76bfe175
      Paul Kaplan authored
      * WIP tips
      
      * WIP first card stack
      
      * WIP use tips reducer to show things to try
      
      * single card deck similar to mask sequence
      
      * collapse option
      
      * Add zoom card
      
      * WIP tips
      
      * Reorganized to redux
      
      * Add zooming to the gifs
      
      * Blue cards + navigation
      
      * Add tips to new nav bar
      
      * Remove blue
      
      * Update design with icons
      
      * deck updates wip
      
      * Updated card decks
      
      * Add videos to libraries
      
      * Update initial card and clicker preview
      
      * Add backdrop to initial card step.
      
      * WIP use vimeo player instead
      
      * New simple spin deck
      
      * Spin around and say hello decks
      
      * Update button and sub-card styles
      
      * Fix "tips" button in menu bar
      
      * Use move cursor
      
      * Fix cursor
      
      * Use same image for deck preview and library
      
      * Fix cursor again
      
      * Update clicker game deck
      
      * Add videos as single-step decks
      
      * Change tips in menu bar to ? icon
      
      * Change “tips” to “how-tos” in library
      
      * Add help icon to cards
      
      * Update deck library images
      
      * Add drag cover for youtube video to prevent catching mouseup
      
      * add a step to spin deck for clicking control
      
      * Blue bar style updates
      
      * Add step pips
      
      * Update clicker game name to run away
      
      * Fix image padding
      
      * Add change color step to spin deck
      
      * Add start sound step to run away deck
      
      * Update say deck to start with adding a sprite
      
      * Remove package lock
      
      * Remove zooming functionality
      
      * Remove unnecassary prototype changes
      
      * Split up rendering of cards into smaller parts
      
      * Use FormattedMessage for all strings
      
      * Automatic lint fixes
      
      * Almost finished with lint errors!
      
      * Fix more lint errors
      
      * Clean up CSS
      
      * Fix webpack config
      76bfe175
  8. Apr 25, 2018
    • Andrew Sliwinski's avatar
      Updates to preview modal for release (#1864) · 29d5619d
      Andrew Sliwinski authored
      * Updates to preview modal for release
      
      * Design tweaks and remove import modal
      
      * Resolve issues with tests
      
      * Copy edits HT Eric
      
      * Resolve lint issue with integration test
      
      * One more change to the disclaimer language
      
      * Add line break
      29d5619d
  9. Apr 13, 2018
  10. Apr 12, 2018
  11. Mar 23, 2018
  12. Mar 22, 2018
  13. Mar 15, 2018
  14. Feb 23, 2018
  15. Jan 12, 2018
  16. Dec 27, 2017
    • Matthew Taylor's avatar
      GH-829: Add feedback form to menu bar (#1120) · 9c9e67e5
      Matthew Taylor authored
      * add feedback form
      
      This implements #829
      
      * small style updates to the stage buttons
      
      from @carljbowman
      
      * remove `stageSize` for now
      
      We eventually need this, but not yet, and it’s causing lint failure.
      9c9e67e5
  17. Dec 21, 2017
    • chrisgarrity's avatar
      Preview modals (#1087) · 24e8491e
      chrisgarrity authored
      - implements welcome to the preview modal, and unsupported browser modal.
      - will need assets updated in Jan.
      24e8491e
  18. Sep 18, 2017
  19. Jul 21, 2017
  20. Jun 22, 2017
  21. Mar 22, 2017
  22. Dec 05, 2016
Loading