- Sep 24, 2018
-
-
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 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
-
- Sep 18, 2018
-
-
Ray Schamp authored
Follow up on #2464, fix the hacky accessors into the vm and renderer internals.
-
chrisgarrity authored
-
chrisgarrity authored
-
- Sep 17, 2018
-
-
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.
-
- Sep 16, 2018
-
-
chrisgarrity authored
Questions: * should the message strings include the number? Or should that get added to the name when the name is defined * added a new ‘shared-messages’ to handle the definition of backdrop, costume, etc which are used in multiple places, they’re all related to defaults, so should it all be in `lib/default-project`
-
- Sep 07, 2018
-
-
Ben Wheeler authored
-
Christopher Willis-Ford authored
-
Evelyn Eastmond authored
-
Evelyn Eastmond authored
-
Evelyn Eastmond authored
-
Evelyn Eastmond authored
-
- Sep 06, 2018
-
-
Ben Wheeler authored
styling for title field; correct input target in tests; make download filename safer with default, max length; in playground index, correctly pass props through to gui container
-
- Sep 05, 2018
-
-
Ray Schamp authored
If the VM is ever instantiated, which happens whenever GUI is instantiated due to default props, then IE11 will crash
-
- Aug 31, 2018
-
-
DD Liu authored
-
- Aug 28, 2018
-
-
Ray Schamp authored
-
chrisgarrity authored
fixes #2983
-
- Aug 23, 2018
-
-
chrisgarrity authored
-
DD Liu authored
-
chrisgarrity authored
- empty MapDispatchToProps (dispatch) - remove `on…` VM listeners from props passed to wrapped component.
-
Karishma Chadha authored
-
Karishma Chadha authored
-
- Aug 21, 2018
-
-
Karishma Chadha authored
-
Karishma Chadha authored
-
- Aug 17, 2018
-
-
chrisgarrity authored
For some reason the travis eslint did not catch these missing prop validations.
-
Karishma Chadha authored
-
- Aug 16, 2018
-
-
chrisgarrity authored
-
Ray Schamp authored
-
Ray Schamp authored
-
Ray Schamp authored
*Kind of*. This isn't a good way to do it because we use the storage singleton before GUI is mounted. This needs to happen differently, like configuring storage in the project loader hoc and passing it down, so it could be attached to the VM once it has a VM? Fixup 723d975d062ce3b585715b5cbabfcdae218d901a This reverts commit 723d975d062ce3b585715b5cbabfcdae218d901a.
-
chrisgarrity authored
Also just cleaner formatting of the connect in the `errorBoundary` container
-