- Jan 09, 2020
-
-
Paul Kaplan authored
-
Paul Kaplan authored
-
- Oct 17, 2019
-
-
Ben Wheeler authored
-
- Aug 21, 2019
-
-
Paul Kaplan authored
-
- Aug 08, 2019
-
-
Ray Schamp authored
-
- Aug 02, 2019
-
-
Paul Kaplan authored
-
- Aug 01, 2019
-
-
rschamp authored
Adding this caught a couple of important things: - The sound integration tests have a `.only` in them - The project-saver-hoc tests had two tests with the same description, causing possible confusion if that test broke
-
- Jul 31, 2019
-
-
Chris Garrity authored
Also noticed that Delete aria label was not localized.
-
- Jul 30, 2019
-
-
Eric Rosenbaum authored
-
- Jul 29, 2019
-
-
Paul Kaplan authored
Fixes #5031, which is happening because the gestureInProgress call is still returning true after a drag ends.
-
- Jul 26, 2019
-
-
Chris Garrity authored
Don’t use default focus style it’s ugly. Don’t allow the image to be dragged.
-
- Jul 25, 2019
-
-
Eric Rosenbaum authored
-
- Jul 24, 2019
-
-
Eric Rosenbaum authored
-
- Jul 23, 2019
-
-
Eric Rosenbaum authored
-
- Jul 22, 2019
-
-
Eric Rosenbaum authored
-
Eric Rosenbaum authored
-
Chris Garrity authored
* removed commented out cruft * added tabIndex prop to delete button (with default=0) * the last change also required a change to the sprite selector test snapshot
-
Chris Garrity authored
-
- Jul 15, 2019
-
-
Eric Rosenbaum authored
-
- Jul 09, 2019
-
-
Eric Rosenbaum authored
-
Eric Rosenbaum authored
-
Eric Rosenbaum authored
This reverts commit 42ff50300cff7558fd03cdebb757eca8caf85199.
-
Eric Rosenbaum authored
-
- Jun 20, 2019
-
-
chrisgarrity authored
-
picklesrus authored
This reverts commit c061f2e2, reversing changes made to 6e007b1e.
-
- Jun 19, 2019
-
-
Paul Kaplan authored
-
- Jun 18, 2019
-
-
Christopher Willis-Ford authored
-
Christopher Willis-Ford authored
-
- Jun 05, 2019
-
-
Paul Kaplan authored
-
- Jun 03, 2019
-
-
Christopher Willis-Ford authored
-
- May 23, 2019
-
-
Paul Kaplan authored
-
- May 01, 2019
-
-
Ben Wheeler authored
-
- Apr 19, 2019
-
-
Paul Kaplan authored
Use the same implementation as onSetProjectThumbnailer which does the same thing for getting a thumbnail externally.
-
- Apr 17, 2019
-
-
Ben Wheeler authored
-
- Mar 12, 2019
-
-
chrisgarrity authored
Account for the addition of locale prop expected in mapStateToProps. Note: if/when the telemetry code gets moved into its own hoc, the prop should get removed, and the test should get updated as well.
-
- Mar 11, 2019
-
-
Paul Kaplan authored
A few modifications were made while making this test: - Change the "defaultMin/Max" to just be called "min/max", and pass the state through to make the inputs a controlled component. It is best to make form elements controlled since it makes it more clear how data flows. - Force the passed in data to always be of type `number`, and transform it in the constructor to always be of type `string`, and change the onOk to transform it back to a number. With inputs, it is best to be very explicit about data types, and make it clear where you are using strings and where you are using numbers. - Do not reset the state to `0` when the field is blank, that makes typing into it very hard (only applies after making it a controlled field) - Use consistent booleans. Since the VM uses `isDiscrete`, change it so we do not use any opposite flags (like `decimal`) for clarity. Writing tests for this really helped me understand the behavior. If you read through the test descriptions and see anything you did not intend, let me know.
-
- Feb 15, 2019
-
-
Paul Kaplan authored
-
- Feb 13, 2019
-
-
Paul Kaplan authored
-
- Feb 12, 2019
-
-
picklesrus authored
-
- Feb 11, 2019
-
-
Paul Kaplan authored
-