Skip to content
Snippets Groups Projects
  1. Jan 29, 2018
  2. Jan 26, 2018
  3. Jan 24, 2018
  4. Jan 17, 2018
  5. Jan 16, 2018
  6. Jan 12, 2018
  7. Jan 11, 2018
    • Paul Kaplan's avatar
      Fix NaN in test and update snapshot · e0f3441b
      Paul Kaplan authored
      e0f3441b
    • Paul Kaplan's avatar
      Use style sizing to fix issues with Edge + flex + canvas. · 3c4c5a6d
      Paul Kaplan authored
      Additionally render the canvas at a multiplier of the device pixel
      ratio, so we get hidpi images for supported screens. The fixed CSS
      sizing allows us to do that.
      
      The problem was that on Edge, flexbox apparently can grow canvas
      elements, whereas on Chrome/FF the canvas width/height is respected. No
      problem, we can set the width/height in CSS to fix it, which
      conveniently allows us to also fix the low-res-on-retina-screens problem
      at the same time.
      3c4c5a6d
  8. Jan 08, 2018
  9. Jan 07, 2018
  10. Jan 04, 2018
  11. Jan 03, 2018
  12. Dec 28, 2017
  13. Dec 27, 2017
  14. Dec 21, 2017
  15. Dec 20, 2017
  16. Dec 15, 2017
  17. Dec 14, 2017
    • 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
  18. Dec 11, 2017
  19. Dec 09, 2017
Loading