- Aug 01, 2018
-
-
Paul Kaplan authored
-
- Jul 02, 2018
-
-
chrisgarrity authored
Fixes #2448 (tab wrapping in Japanese). Also ensures that none of the Sprite info area wraps. Does not address the issue where the sprite info area is too big and pushes the stage info off the screen.
-
- Jun 12, 2018
-
-
Christopher Willis-Ford authored
-
Christopher Willis-Ford authored
Also remove some obsolete code
-
Christopher Willis-Ford authored
-
- May 03, 2018
-
-
Paul Kaplan authored
Fixes #1955
-
- Apr 30, 2018
-
-
chrisgarrity authored
Question, should ‘x’ and ‘y’ be localizable?
-
- Feb 27, 2018
-
-
Moran T authored
Should help with smaller screen sizes, where the ratio is different (like some chromebooks)
- Jan 29, 2018
-
-
DD authored
-
- Dec 21, 2017
-
-
Paul Kaplan authored
-
- Dec 20, 2017
-
-
Paul Kaplan authored
Fixes https://github.com/LLK/scratch-gui/issues/1064
-
- Dec 01, 2017
-
-
Tina Quach authored
-
Tina Quach authored
-
- Nov 02, 2017
-
-
Tina Quach authored
-
Tina Quach authored
-
Tina Quach authored
-
Tina Quach authored
-
- Aug 14, 2017
-
-
Paul Kaplan authored
-
- Aug 10, 2017
-
-
Paul Kaplan authored
-
Paul Kaplan authored
-
- Jul 21, 2017
-
-
Paul Kaplan authored
-
Paul Kaplan authored
-
Paul Kaplan authored
-
- Jul 07, 2017
-
-
Paul Kaplan authored
-
- Jun 30, 2017
-
-
Paul Kaplan authored
-
- Apr 24, 2017
-
-
Paul Kaplan authored
-
Paul Kaplan authored
-
- Apr 20, 2017
-
-
Ray Schamp authored
With jscodeshift thank God
-
- Apr 03, 2017
-
-
Ray Schamp authored
-
- Mar 20, 2017
-
-
Steven Dale authored
Fixes #156 + refactored classnames to style guide conventions
-
- Mar 08, 2017
-
-
Ray Schamp authored
* Buffer sprite info text fields Changes to the name, x, or y fields should only be sent to the VM when the field is blurred or when enter is pressed. Still allow updates while the fields are focused, but unchanged. Fixes #154 * Remove focus from input fields after hitting enter * Fix prop types for info component and container
-
- Mar 07, 2017
-
-
Steven Dale authored
SpriteInfo: Design + refactor pass * Updated SVG icons * Added tab indexes, related #88. Still no tab on radio buttons * Removed outline on dropdown focus * Radio icons: fixed redirecting issue, using `div` instead of `a`. Temporary, until radio buttons. Related #156 * All icons: unselectable to prevent highlighting. Radio icons clickable * SpriteSelector: fixed bottom padding in scroll wrapper
-
- Mar 02, 2017
-
-
Ray Schamp authored
-
Ray Schamp authored
-
Ray Schamp authored
-
Ray Schamp authored
-
Ray Schamp authored
Refactor sprite info behavior into a container and let it handle the raw events. TODO: refactor again into redux
-
Ray Schamp authored
Very crude, requires a refactor to allow toggling
-
- Mar 01, 2017
-
-
Ray Schamp authored
For the time being, update the position onChange. Eventually this will update onBlur/on "enter" key
-