Skip to content
Snippets Groups Projects
  1. Jul 31, 2019
    • Chris Garrity's avatar
      remove callbacks · e2c2bd39
      Chris Garrity authored
      e2c2bd39
    • Chris Garrity's avatar
      Refactor · 043e31a4
      Chris Garrity authored
      * split play-button into container and component
      * revised sound library tile:
        * play button in upper right
        * smaller sound icon (make the tile less loaded)
      043e31a4
    • Chris Garrity's avatar
      refactor to create play-button for sound items · 91f5c491
      Chris Garrity authored
      Play button doesn’t have a ‘touch-outside’ listener to stop sounds. That seems to be ok as other events cause the sound to stop.
      
      Both handleClick and handleMouseDown are needed. Must use handleMouseDown for `preventDefault` to skip setting focus on the item. handleClick is needed to prevent the Click from propagating to the item and selecting it.
      91f5c491
    • Chris Garrity's avatar
      Handle sound ending · 41cc11c3
      Chris Garrity authored
      Update UI play/stop button when the sound ends
      41cc11c3
    • Chris Garrity's avatar
      improve touch interactions · 6216e7df
      Chris Garrity authored
      Play button is larger (easier to touch). Can both start and stop sounds.
      Sound doesn’t restart on mouseEnter if the sound is already playing.
      Sound stops if you move off play button
      
      Missing: stop button does not revert to play button when the sound finishes.
      6216e7df
    • Chris Garrity's avatar
      Add play buttons to sound library tiles for touch · f3d1a915
      Chris Garrity authored
      Add prop to library items to show a play button. If a play button is present the ‘play on hover’ only applies over the icon rather than the full tile.
      f3d1a915
  2. Jun 21, 2019
  3. Jun 07, 2019
  4. Apr 11, 2019
  5. Mar 18, 2019
  6. Mar 12, 2019
  7. Mar 11, 2019
  8. Dec 21, 2018
  9. Dec 17, 2018
  10. Dec 06, 2018
  11. Nov 19, 2018
  12. Nov 13, 2018
  13. Oct 23, 2018
  14. Sep 17, 2018
    • chrisgarrity's avatar
      Localize library tags · c906ae55
      chrisgarrity authored
      * convert all tags to have a `tag` field corresponding to the query parameter, and `intlLabel` field that defines the title message for `FormattedMessage`
      * define all the tag messages in a shared file so they can be included in multiple places.
      * convert the `TagButton` to use `tag` for the `onclick` handler value, and localize `intlLabel` for the title.
      
      In the library I’ve continued to use `tag.toLowercase()` even though all the tags are currently defined as lowercase. It’s safer, but currently not strictly needed.
      c906ae55
  15. Jul 23, 2018
  16. Jul 19, 2018
  17. Jun 10, 2018
  18. May 29, 2018
  19. May 28, 2018
  20. Apr 30, 2018
  21. Apr 27, 2018
    • 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 24, 2018
    • Ray Schamp's avatar
      Allow the back button to work with libraries · 3c576a01
      Ray Schamp authored
      Push to history when the library mounts. Whenever popstate occurs after mounting, request to be closed.
      
      Behavior captured in the `Modal` container. If we want to re-use this functionality for anything else that uses `ModalComponent`, just use the `Modal` container rather than `ModalComponent`.
      3c576a01
  23. Apr 23, 2018
  24. Apr 21, 2018
    • Ray Schamp's avatar
      Account for filter bar in library grid height · f9614f19
      Ray Schamp authored
      This prevents the fullscreen modal from being scrollable by removing extra height from the library
      f9614f19
    • Ray Schamp's avatar
      Search name and tags while filtering · 9049f24b
      Ray Schamp authored
      Concatenate all the tags plus the library item name into one string and search for a match within that. This allows queries to partially match tags and library item names.
      
      The `\n` delimiter is because my first choices of `' '` or `,` are typeable, and would end up matching everything.
      9049f24b
  25. Apr 20, 2018
Loading