Skip to content
Snippets Groups Projects
  1. Jun 06, 2018
  2. 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
  3. 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
  4. Apr 09, 2018
  5. Mar 23, 2018
  6. Mar 22, 2018
  7. Mar 15, 2018
  8. Mar 08, 2018
  9. Mar 06, 2018
  10. Mar 04, 2018
  11. Feb 26, 2018
  12. Jul 21, 2017
  13. Jun 30, 2017
  14. May 04, 2017
Loading