- Oct 01, 2018
-
-
Eric Rosenbaum authored
and other small sprite and costume library updates
-
- Sep 28, 2018
-
-
Linda authored
-
- Sep 26, 2018
-
-
Eric Rosenbaum authored
* Add mic indicator * Fix mic indicator position and margin * Don’t always show indicator, don’t sneaky-enable extension * Position mic indicator in RTL * Actually, don’t move indicator in RTL * Update event name for MIC_LISTENING * Move mic indicator state into redux * Move stageSizeToTransform into screen-utils * Position mic indicator and question at bottom of stage * Fix pointer events * JSDOC for stageSizeToTransform * Pass micIndicator into StageComponent via …props
-
Ray Schamp authored
-
Ray Schamp authored
-
- Sep 24, 2018
-
-
Evelyn Eastmond authored
-
Evelyn Eastmond authored
-
Evelyn Eastmond authored
Moving click handling to alert component from container in order to handle index correctly. Removed AlertsComponent and added new AlertComponent.
-
Evelyn Eastmond authored
-
Evelyn Eastmond authored
-
Evelyn Eastmond authored
-
Evelyn Eastmond authored
-
Evelyn Eastmond authored
-
Benjamin Wheeler authored
* added account navigation menu, copied and adapted from www * fixed css * support for login menu, registration menu from www * Dropdown replaced with MenuBarMenu, override www css in menus * render and style login dropdown via function from www * moved menu styling from menu itself to menu bar * refactoring menu components and containers * refactor and restyle account nav menu * cleaned up cruft and css per rschamp's review of PR 3070
-
- Sep 20, 2018
-
-
Christopher Willis-Ford authored
For use from `scratch-desktop` and maybe other places...
-
Evelyn Eastmond authored
-
- Sep 19, 2018
-
-
DD Liu authored
-
Evelyn Eastmond authored
-
Evelyn Eastmond authored
-
Evelyn Eastmond authored
-
Evelyn Eastmond authored
-
Evelyn Eastmond authored
-
Evelyn Eastmond authored
-
Evelyn Eastmond authored
-
Evelyn Eastmond authored
-
Evelyn Eastmond authored
-
Evelyn Eastmond authored
-
Evelyn Eastmond authored
-
Evelyn Eastmond authored
-
Evelyn Eastmond authored
-
Evelyn Eastmond authored
-
Evelyn Eastmond authored
-
- Sep 18, 2018
-
-
chrisgarrity authored
I left the ability to ignore languages in place so that we can continue to have languages that are available, but not in the menu for everyone.
-
Ray Schamp authored
Follow up on #2464, fix the hacky accessors into the vm and renderer internals.
-
chrisgarrity authored
-
chrisgarrity authored
-
chrisgarrity authored
-
chrisgarrity authored
-
- Sep 17, 2018
-
-
Karishma Chadha authored
-
chrisgarrity authored
* convert all tags to have a `tag` field corresponding to the query parameter, and `intlLabel` field that defines the title message for `FormattedMessage` * define all the tag messages in a shared file so they can be included in multiple places. * convert the `TagButton` to use `tag` for the `onclick` handler value, and localize `intlLabel` for the title. In the library I’ve continued to use `tag.toLowercase()` even though all the tags are currently defined as lowercase. It’s safer, but currently not strictly needed.
-