- Dec 21, 2017
-
-
chrisgarrity authored
- implements welcome to the preview modal, and unsupported browser modal. - will need assets updated in Jan.
-
Paul Kaplan authored
-
Paul Kaplan authored
-
- Dec 20, 2017
-
-
Paul Kaplan authored
-
Paul Kaplan authored
-
Matthew Taylor authored
* Implement GH-830: Add coming soon tooltips This implements coming soon tooltips for: * the small stage size * save, load and language It also creates the component that can be copied over into the paint editor for use there as well. Lastly, this does a small refactor on the full screen implementation to include multiple small screen sizes too.
-
Paul Kaplan authored
-
- Dec 15, 2017
-
-
Paul Kaplan authored
-
Paul Kaplan authored
-
Paul Kaplan authored
-
- Dec 14, 2017
-
-
chrisgarrity authored
Localizes the pen extension: - loads all pen locale information - may want to consider dynamically loading locales later.
-
- Dec 13, 2017
-
-
David Aylaian authored
-
- Dec 07, 2017
-
-
DD authored
-
- Dec 06, 2017
-
-
Paul Kaplan authored
-
- Dec 04, 2017
-
-
Paul Kaplan authored
-
- Dec 01, 2017
-
-
Tina Quach authored
-
- Nov 30, 2017
-
-
Paul Kaplan authored
-
- Nov 28, 2017
-
-
Andrew Sliwinski authored
-
- Nov 25, 2017
-
-
Josiah Neuberger authored
-
- Nov 22, 2017
-
-
Paul Kaplan authored
-
- Nov 21, 2017
-
-
Paul Kaplan authored
-
- Nov 20, 2017
-
-
Paul Kaplan authored
-
Paul Kaplan authored
-
- Nov 19, 2017
-
-
stdio2016 authored
firefox doesn't like comma (,) in svg path, so I change comma to space
-
- Nov 17, 2017
-
-
Ray Schamp authored
-
Ray Schamp authored
-
- Nov 14, 2017
-
-
Tina Quach authored
-
- Nov 03, 2017
-
-
Ray Schamp authored
/ht @paulkaplan
-
Ray Schamp authored
Previously we tested the ProjectLoader helper object, but now all loading is confined to storage. Unfortunately I wasn't able to get enzyme to wait for the storage promise to resolve within componentDidUpdate, so I can't test the actual results of storage.load, just what it was called with.
-
- Nov 02, 2017
-
-
Paul Kaplan authored
-
Paul Kaplan authored
-
- Oct 23, 2017
-
-
Paul Kaplan authored
-
Paul Kaplan authored
-
- Oct 19, 2017
-
-
Eric Rosenbaum authored
-
Eric Rosenbaum authored
-
- Oct 13, 2017
-
-
Paul Kaplan authored
-
Paul Kaplan authored
-
Ray Schamp authored
Add a setup file that configures the React adapter. Fix one deprecated usage for ProjectLoaderHOC tests. There are some tests still broken, but these weren't called out by Enzyme.
-
- Oct 06, 2017
-
-
Paul Kaplan authored
-
- Sep 23, 2017
-
-
Josiah Neuberger authored
** This test was failing because using window.miximize() on the chromedriver would hang indefinitely. This seems to be a bug introduced in chrome stable 60+. relevant bug report: https://bugs.chromium.org/p/chromedriver/issues/detail?id=1901 1. Updated test to use workaround: setSize(1920, 1080). 2. Updated test to restore driver to previous size so any unit test run after this one will be run in the default browser size.
-