codecombat/app/views
Scott Erickson 4dda1b67dd Refactor ThangsTabView to use GameUIState for managing all Surface mouse events
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.
2016-06-28 09:19:38 -07:00
..
account Fix bugquest bugs 2016-05-24 14:10:17 -07:00
admin Admin school counts page 2016-06-21 09:33:06 -07:00
artisans Fix uncommented campaigns 2016-05-18 14:53:34 -07:00
clans Replace Anoner with Anonymous 2016-05-26 16:54:24 -07:00
common #3138 #3488 refactor UserView, MainUserView 2016-05-31 09:56:55 -07:00
contribute Update DiplomatView.coffee (#3750) 2016-06-24 15:40:50 +01:00
core Allow username login, tear out a bunch of related stuff in change 2016-06-08 13:55:19 -07:00
courses Practice levels Ux and next level algorithm 2016-06-27 14:05:42 -07:00
editor Refactor ThangsTabView to use GameUIState for managing all Surface mouse events 2016-06-28 09:19:38 -07:00
i18n Add hintsB to level schema 2016-06-14 10:29:30 -07:00
ladder Merge pull request #3727 from duybkict/refactor-MyMatchesTabView 2016-06-16 10:41:17 -07:00
modal Remove name from loadModel 2016-02-18 16:44:40 +00:00
play Practice levels Ux and next level algorithm 2016-06-27 14:05:42 -07:00
teachers Remove default licenses needed from request form 2016-06-26 14:49:09 -07:00
user #3138 #3488 refactor UserView, MainUserView 2016-05-31 09:56:55 -07:00
AboutView.coffee Fix anchor links on /about 2016-05-31 15:37:30 -07:00
CareersView.coffee Refactor to use view in template for issue #3138 2015-11-09 21:29:27 +00:00
CLAView.coffee Refactor CLAView to use view in template 2015-10-22 15:16:32 -07:00
CommunityView.coffee Add logoutRedirectURL property to RootView, default to /, add exceptions 2015-12-18 10:02:03 -08:00
DemoView.coffee Fix some demo views 2016-01-07 09:40:35 -08:00
HomeView.coffee Refactor CreateAccountModal out of AuthModal, add class code to signup 2016-03-10 10:52:11 -08:00
LegalView.coffee Propagate i18n 2015-12-23 10:07:32 -08:00
NewHomeView.coffee Update estimated course times (#3738) 2016-06-16 12:56:43 -07:00
NotFoundView.coffee Fixed not found page 2015-06-24 14:46:59 -07:00
PrivacyView.coffee Add /privacy policy page 2016-02-02 15:13:54 -08:00
TeachersView.coffee Various fixes and changes to teacher-accounts and teacher-dashboard 2016-04-04 15:42:29 -07:00
TestView.coffee Make demoEl run _.once 2016-06-15 16:09:24 -07:00