Skip to content
Snippets Groups Projects
  1. Jan 07, 2019
  2. Dec 19, 2018
    • Paul Kaplan's avatar
      Do not remove the window beforeunload handler in componentWillUnmount. · c492602a
      Paul Kaplan authored
      This is because when switching from project to editor view, this component gets unmounted and then remounted, but the componentDidMount seems to happen before the componentWillUnmount. Because it is dealing with a global variable, it is unsafe to always unset the beforeunload when unmounting.
      c492602a
  3. Dec 17, 2018
  4. Dec 10, 2018
  5. Dec 07, 2018
  6. Dec 06, 2018
  7. Dec 04, 2018
  8. Dec 03, 2018
  9. Nov 30, 2018
  10. Nov 29, 2018
  11. Nov 28, 2018
  12. Nov 26, 2018
  13. Nov 19, 2018
  14. Nov 15, 2018
  15. Nov 09, 2018
  16. Nov 08, 2018
  17. Oct 28, 2018
  18. Oct 24, 2018
    • Ben Wheeler's avatar
      remix and save as a copy functionality · 80f4e01d
      Ben Wheeler authored
      made remixing, saving as copy states; made project state naming more consistent
      
      changed meaning of canCreateNew to true creation
      
      fixed project-saver-hoc test
      
      removed Remix option from standalone player menu; renamed canSaveAsCopy to canCreateCopy
      
      added parenthesis missing from rebase
      
      fixed create new test
      80f4e01d
Loading