- Nov 02, 2018
-
-
Evelyn Eastmond authored
-
Evelyn Eastmond authored
-
Evelyn Eastmond authored
-
Evelyn Eastmond authored
-
- Nov 01, 2018
-
-
Paul Kaplan authored
I forgot that the integration test needs to try clicking, because finding text will find invisible text as well
-
Paul Kaplan authored
-
- Oct 31, 2018
-
-
chrisgarrity authored
Blur the language select when the user clicks outside the select so that arrow keys go to the stage instead of the select.
-
Paul Kaplan authored
-
Paul Kaplan authored
-
Paul Kaplan authored
-
- Oct 30, 2018
-
-
Paul Kaplan authored
Fix by disabling overflow scrolling when a modal is open (this prevents the scrolling input issue) and reducing the top margin on custom procedures because it is a taller modal than most
-
Paul Kaplan authored
And make a few CSS rules a bit more specific to avoid other style defaults from www
-
Ben Wheeler authored
-
- Oct 28, 2018
-
-
Ken authored
Co-Authored-By:
apple502j <33279053+apple502j@users.noreply.github.com>
-
Ken authored
Co-Authored-By:
apple502j <33279053+apple502j@users.noreply.github.com>
-
Ben Wheeler authored
-
- Oct 27, 2018
- Oct 26, 2018
-
-
Ben Wheeler authored
-
- Oct 25, 2018
-
-
carljbowman authored
Adjusted the hierarchy of these icons. Close icon is now smaller and less prominent.
-
Ray Schamp authored
-
- Oct 24, 2018
-
-
Ben Wheeler authored
-
Ben Wheeler authored
made remixing, saving as copy states; made project state naming more consistent changed meaning of canCreateNew to true creation fixed project-saver-hoc test removed Remix option from standalone player menu; renamed canSaveAsCopy to canCreateCopy added parenthesis missing from rebase fixed create new test
-
- Oct 23, 2018
-
-
Eric Rosenbaum authored
* Connection Modal loads its own data * Connection does not update flyout status buttons * WIP moving connection modal into redux * Lint fix and remove unused prop * Close modal even if exception on disconnect
-
Paul Kaplan authored
-
Paul Kaplan authored
-
Ben Wheeler authored
-
- Oct 22, 2018
-
-
chrisgarrity authored
don’t let `react-tooltip` decide on placement for the action menus. Force left or right depending on language and the location. (It turned out there were other places it overlapped, the sprite selector was just the most obvious)
-
chrisgarrity authored
-
- Oct 19, 2018
-
-
chrisgarrity authored
-
chrisgarrity authored
This is taking advantage of the fact that react-intl can support nested IntlProviders. GUI will use it’s own ConnectedIntlProvider, that maintains the translations in redux, while www will continue to have it’s own IntlProvider that is initialized when the page loads. Moving the IntlProvider into GUI meant that nothing in the playground can use injectIntl, so the default project name needed to move into the component instead of being in the reducer. The Localization HOC is added, it takes an optional onSetLanguage handler, so www can pass a function that will set the cookie that www needs.
-
kyleplo authored
* Make loader blocks mirrored on RTL * Whoops, forgot to change names * Fix problems with flipping back
-
- Oct 18, 2018
-
-
Ben Wheeler authored
responding to canSave without needing canSaveNew prop removed canSaveNew added default for onUpdateProjectId removed conflict files erroneously added don't pass down onError got tests passing better creating and saving logic and names
-
- Oct 17, 2018
-
-
Karishma Chadha authored
-
Ben Wheeler authored
don't set redux project title directly from sb uploader; only extract title from .sb2 and .sb3 filenames
-
Ben Wheeler authored
-
- Oct 16, 2018
-
-
Ben Wheeler authored
-
- Oct 15, 2018
-
-
Karishma Chadha authored
-
chrisgarrity authored
* Look up video id based on locale. * add japanese video ids * add test
-
chrisgarrity authored
* Adjust language icon and caret in menu-bar * remove unused style from `language-selector.css`
-