Skip to content
Snippets Groups Projects
  1. Nov 28, 2018
    • Ray Schamp's avatar
      Track "project changed" state in Redux · 09592425
      Ray Schamp authored
      Listen to the new project changed event from the VM and keep track of the state in Redux.  Update it as appropriate.
      
      Known issue is that the project is marked as "changed" immediately after it's loaded. This is due to asynchronous event emitting while the project data is loaded, and needs an update to the VM to fix.
      09592425
  2. Oct 24, 2018
  3. Oct 23, 2018
  4. Oct 22, 2018
  5. Oct 18, 2018
    • Ben Wheeler's avatar
      handle many modes of new project creation · b0c4bee8
      Ben Wheeler authored
      responding to canSave without needing canSaveNew prop
      removed canSaveNew
      added default for onUpdateProjectId
      removed conflict files erroneously added
      don't pass down onError
      got tests passing
      better creating and saving logic and names
      b0c4bee8
  6. Oct 15, 2018
  7. Oct 11, 2018
  8. Oct 10, 2018
  9. Oct 08, 2018
  10. Sep 14, 2018
  11. Sep 06, 2018
  12. Aug 30, 2018
  13. Aug 28, 2018
  14. Aug 16, 2018
  15. Jun 06, 2018
  16. May 15, 2018
  17. May 10, 2018
    • chrisgarrity's avatar
      Split project-loader-hoc · 0fa62fc0
      chrisgarrity authored
      The project loader that is exported with GUI just expects to be passed projectId as a prop, and it manages loading project data.
      
      The part of the project loader that watches for URL hash changes for the playground is a new HOC that is only used in the various playground examples.
      0fa62fc0
  18. Apr 19, 2018
Loading