Skip to content
Snippets Groups Projects
  1. Jan 12, 2018
  2. Jan 10, 2018
    • Paul Kaplan's avatar
      Check for experimental-webgl context also. · aff4ecdd
      Paul Kaplan authored
      aff4ecdd
    • chrisgarrity's avatar
      Support IE just enough to show unsupported modal (#1213) · 3ddb26de
      chrisgarrity authored
      * Added object.assign polyfill
      
      * Fix IE load failure
      
      Don’t call `(window.AudioContext || window.webkitAudioContext)()` if platform is IE
      
      Catch any other errors, and display Browser unsupported in error-boundary.
      
      If for some reason there are no other errors (unlikely), preview-modal will still check for IE and show the unsupported modal.
      
      Polyfilling Object.assign is enough to get through load and show the modal for IE. We can always switch to `babel-polyfill` if there are others needed later, but for now this is smaller.
      3ddb26de
  3. Jan 08, 2018
  4. Jan 07, 2018
  5. Jan 04, 2018
  6. Jan 03, 2018
  7. Dec 28, 2017
  8. Dec 27, 2017
  9. Dec 23, 2017
  10. Dec 22, 2017
  11. Dec 21, 2017
  12. Dec 20, 2017
  13. Dec 15, 2017
  14. Dec 14, 2017
    • chrisgarrity's avatar
      Localize extension blocks (#968) · 683241ca
      chrisgarrity authored
      Localizes the pen extension:
      - loads all pen locale information - may want to consider dynamically loading locales later.
      683241ca
    • Josiah Neuberger's avatar
      fixed some minor code smell problems · ba3ff9d1
      Josiah Neuberger authored
        1. Removed duplication of code in stage component to avoid future
           potential divergence. Now just selectively applying styling based
           on states of zoomed, colorPicking, and question.
      
        2. Fixed bottom border getting chopped in zoomed mode by adding margin
           and adjusting height/width accordingly.
      
        3. Removed shouldComponentUpdate from stageHeader as suggested from code
           review. Added ignore lint warning suggesting change to stateless function.
      ba3ff9d1
  15. Dec 11, 2017
  16. Dec 07, 2017
  17. Dec 05, 2017
  18. Dec 04, 2017
Loading