Skip to content
Snippets Groups Projects
  1. Oct 08, 2018
  2. Sep 06, 2018
  3. Aug 28, 2018
  4. 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
  5. Apr 27, 2018
  6. Apr 12, 2018
    • Ray Schamp's avatar
      0f84d773
    • Ray Schamp's avatar
      Add dividers · f1163634
      Ray Schamp authored
      It's a cleaner API IMO but ended up being a messy implementation...
      f1163634
    • Ray Schamp's avatar
      Hook up save and load buttons · cde8a78e
      Ray Schamp authored
      These use a technique where the save/load functionality is passed from the component to its children via a function argument.  I opted for this rather than a higher order component because it is more readable and requires fewer intermediary components.
      
      This could just as easily been done with a higher order component and would be happy to change it to that instead.
      
      There is a performance implication since there is a function being defined in render. However the menu bar is not a highly re-rendered component, so I thought it would be ok in this case.
      cde8a78e
  7. Mar 23, 2018
  8. Mar 22, 2018
  9. Mar 21, 2018
  10. Mar 06, 2018
  11. Mar 05, 2018
  12. Mar 04, 2018
  13. Feb 26, 2018
  14. Dec 20, 2017
    • Matthew Taylor's avatar
      Partially Implement GH-830: Add coming soon tooltips (#1069) · 8dc26d8d
      Matthew Taylor authored
      * Implement GH-830: Add coming soon tooltips
      
      This implements coming soon tooltips for:
      * the small stage size
      * save, load and language
      
      It also creates the component that can be copied over into the paint editor for use there as well.
      
      Lastly, this does a small refactor on the full screen implementation to include multiple small screen sizes too.
      8dc26d8d
  15. Jul 21, 2017
  16. Jun 30, 2017
  17. May 04, 2017
Loading