Skip to content
Snippets Groups Projects
  1. Jan 23, 2019
  2. Nov 02, 2018
  3. Nov 01, 2018
  4. Oct 25, 2018
  5. Oct 23, 2018
  6. Oct 15, 2018
  7. Sep 19, 2018
  8. Aug 23, 2018
  9. Aug 14, 2018
  10. Jun 20, 2018
  11. Jun 19, 2018
  12. Jun 13, 2018
  13. May 23, 2018
  14. 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
  15. Mar 23, 2018
  16. Mar 22, 2018
  17. Feb 26, 2018
  18. Feb 23, 2018
  19. Feb 22, 2018
  20. Feb 20, 2018
  21. Jan 04, 2018
  22. Dec 28, 2017
  23. Dec 27, 2017
  24. Oct 13, 2017
  25. Oct 11, 2017
  26. Jul 21, 2017
  27. Jun 30, 2017
  28. May 04, 2017
  29. Apr 20, 2017
  30. Mar 23, 2017
  31. Mar 09, 2017
  32. Dec 12, 2016
  33. Dec 07, 2016
    • Ray Schamp's avatar
      Use CSS modules for styles · 16fbb64c
      Ray Schamp authored
      The inline css method gives us nothing that CSS modules can't give us. This puts the project more in line with the way www works, and makes CSS actually readable.
      
      Using class names gives us full control of the modal styles.
      16fbb64c
Loading