Skip to content
Snippets Groups Projects
  1. Oct 08, 2018
  2. Sep 07, 2018
  3. Sep 06, 2018
  4. Jul 20, 2018
  5. Jul 18, 2018
  6. Jun 06, 2018
  7. 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
  8. Apr 12, 2018
    • Ray Schamp's avatar
      Rename LoadButton and add docs · ab6f8757
      Ray Schamp authored
      ab6f8757
    • 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
  9. Apr 09, 2018
  10. Mar 23, 2018
  11. Mar 22, 2018
  12. Mar 15, 2018
  13. Mar 08, 2018
  14. Mar 06, 2018
  15. Mar 04, 2018
  16. Feb 26, 2018
  17. Jul 21, 2017
  18. Jun 30, 2017
  19. May 04, 2017
Loading