Skip to content
Snippets Groups Projects
  1. Dec 21, 2018
  2. Dec 20, 2018
  3. Dec 19, 2018
    • Paul Kaplan's avatar
      Make remixing/saving faster by marking all assets as clean to start. · faadda30
      Paul Kaplan authored
      They were not being marked as clean when loaded from the server, causing remixes that included only minimal (or no) changes to take a very long time as it waited for hundreds of network requests to resolve. Mark them as clean when loaded from the server so we know they do not need to be resaved
      faadda30
  4. Dec 18, 2018
  5. Dec 12, 2018
  6. Nov 28, 2018
    • Ray Schamp's avatar
      Keep projects unchanged after loading · f6d419ae
      Ray Schamp authored
      f6d419ae
    • 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
  7. Nov 27, 2018
  8. Nov 13, 2018
  9. Oct 29, 2018
  10. Oct 27, 2018
  11. Oct 24, 2018
  12. Oct 23, 2018
  13. Oct 22, 2018
  14. 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
  15. Oct 16, 2018
  16. Oct 15, 2018
  17. Oct 11, 2018
  18. Oct 10, 2018
  19. Oct 08, 2018
Loading