mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 08:08:15 -05:00
4dda1b67dd
Attempting to use a react-component-like system, where the Surface simply emits everything that happens through the shared GameUIState, and the parent (in this case the ThangsTabView, but theoretically anything that uses the surface) handles the events manually, to enforce desired behavior for that particular context. It's nice that all the event handling is centralized, but it's still a bit of a mess, and not thoroughly stateful. But it's a start. This is in preparation for allowing multi-thang selection and manipulation in the level editor. |
||
---|---|---|
.. | ||
account | ||
admin | ||
artisans | ||
clans | ||
common | ||
contribute | ||
core | ||
courses | ||
editor | ||
i18n | ||
ladder | ||
modal | ||
play | ||
teachers | ||
user | ||
AboutView.coffee | ||
CareersView.coffee | ||
CLAView.coffee | ||
CommunityView.coffee | ||
DemoView.coffee | ||
HomeView.coffee | ||
LegalView.coffee | ||
NewHomeView.coffee | ||
NotFoundView.coffee | ||
PrivacyView.coffee | ||
TeachersView.coffee | ||
TestView.coffee |