travis-web/assets/scripts/app
Piotr Sarnacki e6800c80c6 Refactor our layout handling
Layout handling in travis-web was implemented in a dynamic way, so we
could change a main layout from any of the routes. This needed a
`rerender` call which was making things harder and needed some hacks. It
also broke a few transitions when upgrading to 1.8.1.

After examining our usage of layouts I've noticed that we don't need to
change the entire layout dynamically and instead we can set layout on
root routes (like "index", "profile" and other root routes).
2014-12-29 18:16:14 +01:00
..
controllers Refactor our layout handling 2014-12-29 18:16:14 +01:00
helpers Revert "Revert "Merge pull request #308 from rwjblue/update-ember"" 2014-12-29 18:16:14 +01:00
models Fix eventType for the build. 2014-12-12 12:22:20 +01:00
store Initial annotation support 2013-07-10 17:49:47 -07:00
templates Refactor our layout handling 2014-12-29 18:16:14 +01:00
views Refactor our layout handling 2014-12-29 18:16:14 +01:00
app.coffee do not create two Pusher instances 2014-10-13 17:20:02 +02:00
auth.coffee remove path from endpoint 2014-10-13 14:46:49 +02:00
components.coffee Don't automatically toggle hook switches 2014-02-12 17:58:19 +01:00
controllers.coffee Refactor our layout handling 2014-12-29 18:16:14 +01:00
helpers.coffee Trim status image modal. 2014-05-12 02:14:52 +02:00
models.coffee First stab at ssh key form 2014-07-31 12:26:19 +02:00
pusher.coffee do not create two Pusher instances 2014-10-13 17:20:02 +02:00
routes.coffee Refactor our layout handling 2014-12-29 18:16:14 +01:00
slider.coffee Make the app work with disabled cookies 2012-12-10 17:37:09 +01:00
tailing.coffee Don't close folds when following logs 2014-06-17 00:50:01 +02:00
views.coffee Refactor our layout handling 2014-12-29 18:16:14 +01:00