Skip to content
Snippets Groups Projects
  1. Nov 29, 2018
  2. Nov 28, 2018
    • Paul Kaplan's avatar
      Add download and retry saving to saving error alert. · bd6c6599
      Paul Kaplan authored
      I do not like how the alert component is hyper specialized for two distinct use cases. It would be much better to refactor the alerts so that the alerter can just fill the alert with whatever they want. But I do not feel comfortable making that refactor because I know ben and evelyn have gone back and forth about these alerts.
      bd6c6599
    • 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
  3. Nov 27, 2018
  4. Nov 20, 2018
  5. Nov 17, 2018
  6. Nov 15, 2018
  7. Nov 08, 2018
  8. Nov 05, 2018
  9. Nov 02, 2018
  10. Nov 01, 2018
  11. Oct 31, 2018
  12. Oct 30, 2018
  13. Oct 28, 2018
  14. Oct 24, 2018
  15. Oct 23, 2018
  16. Oct 22, 2018
  17. Oct 19, 2018
    • chrisgarrity's avatar
      Move IntlProvider into GUI to support integration with www · 8136ac4f
      chrisgarrity authored
      This is taking advantage of the fact that react-intl can support nested IntlProviders. GUI will use it’s own ConnectedIntlProvider, that maintains the translations in redux, while www will continue to have it’s own IntlProvider that is initialized when the page loads.
      
      Moving the IntlProvider into GUI meant that nothing in the playground can use injectIntl, so the default project name needed to move into the component instead of being in the reducer.
      
      The Localization HOC is added, it takes an optional onSetLanguage handler, so www can pass a function that will set the cookie that www needs.
      8136ac4f
  18. 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
  19. Oct 16, 2018
  20. Oct 15, 2018
  21. Oct 13, 2018
  22. Oct 11, 2018
Loading