1. 29 Oct, 2018 2 commits
  2. 26 Oct, 2018 2 commits
  3. 25 Oct, 2018 10 commits
  4. 24 Oct, 2018 15 commits
  5. 23 Oct, 2018 7 commits
  6. 22 Oct, 2018 3 commits
  7. 19 Oct, 2018 1 commit
    • Benjamin Wheeler's avatar
      Pass to and receive from GUI info about project creation lifecycle; handle url changes (#2197) · a6409bbc
      Benjamin Wheeler authored
      * add canSaveNew prop to pass to GUI
      
      * pass to and receive from GUI info about project lifecycle
      
      * reset project data or fetch new project data depending on updates received from gui
      
      * removed canSaveNew
      
      * projectId always a string
      
      * moved handleUpdateProjectId calls that fetch or set project metadata into componentDidUpdate
      
      * changed page history object
      
      * removed comments
      
      * two small fixes to deal with edge cases
      
      * cleaning up getExtensions
      a6409bbc