Skip to content
Snippets Groups Projects
  1. Aug 23, 2018
    • chrisgarrity's avatar
      Fix all the little RTL layout bugs (#2961) · a194de7f
      chrisgarrity authored
      * Fix all the little RTL layout bugs
      
      - [ ] borders on toolbox and workspace mirror correctly
      - [ ] spacing on stage selector is correct
      - [ ] stage size icons are mirrored
      - [ ] extension library coming soon text is positioned correctly
      - [ ] only mirror blocks icon on the tab (others stay right-handed)
      - [ ] drop down icon in create variable modal has correct spacing
      
      * FIx RTL backpack header border-radius
      
      * round the bottom corner of paint/sound editors
      
      This makes the editor’s asset panels match the blocks.
      Unverified
      a194de7f
  2. Aug 15, 2018
  3. Aug 12, 2018
  4. Aug 09, 2018
  5. Aug 02, 2018
  6. Aug 01, 2018
  7. Jul 16, 2018
  8. Jul 02, 2018
    • chrisgarrity's avatar
      Prevent tab and label wrapping · a8cc5ab1
      chrisgarrity authored
      Fixes #2448 (tab wrapping in Japanese). Also ensures that none of the Sprite info area wraps. Does not address the issue where the sprite info area is too big and pushes the stage info off the screen.
      a8cc5ab1
  9. Jun 26, 2018
  10. Jun 14, 2018
    • Paul Kaplan's avatar
      Fix target area max-width problem · e31ddeb1
      Paul Kaplan authored
      I don't love this solution, but I remember not being able to figure out a way to not specify the max width because it is needed in order for the flowing to work. Without the max-width, the sprite tiles try to be in a row, pushing over everything else.
      e31ddeb1
  11. Jun 12, 2018
  12. Jun 09, 2018
  13. Jun 08, 2018
  14. Jun 02, 2018
  15. May 30, 2018
  16. May 29, 2018
  17. May 23, 2018
  18. May 21, 2018
  19. May 01, 2018
    • chrisgarrity's avatar
      Player mode (#1909) · be208ba1
      chrisgarrity authored
      * Player mode
      
      Add isPlayerOnly property on GUI. Move isFullScreen into mode reducer with isPlayerOnly.
      
      Full screen needs to be a separate prop so that GUI knows what to show when exiting full-screen (either player-only or full editor).
      
      - set `gui-body * {box-sizing: border-box;}` instead of expecting it to be set by the enclosing component/playground, and removed uses of content-box (adjusting sizes as needed) 
      - Added `!isPlayerOnly` to the conditions for draggable sprites
      - rewrote player example to use player mode.
      Unverified
      be208ba1
  20. Apr 30, 2018
  21. 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
      Unverified
      76bfe175
  22. Apr 25, 2018
  23. Apr 13, 2018
  24. Apr 09, 2018
  25. Apr 06, 2018
Loading