travis-web/assets/scripts/app
Piotr Sarnacki 5f2f4c3852 First stab at fixing weird view errors
This commit starts refactoring of one of the remaining areas where we do weird
tricks to get the desired behaviour. Namely, we were treating "my_repositories"
and "recent" not as individual routes with separate URLs, but only different
states on the repos controller. Such approach leads to various problem with
connecting outlets on rerenders (ie. we don't explicitly connect outlets when
changing from one view to another programatically).

A new cleaner way is to change both tabs into routes.
2014-12-29 18:17:55 +01:00
..
controllers First stab at fixing weird view errors 2014-12-29 18:17:55 +01:00
helpers Revert "Revert "Merge pull request #308 from rwjblue/update-ember"" 2014-12-29 18:16:14 +01:00
models No need to destroy parts in runloop 2014-12-29 18:16:16 +01:00
store Initial annotation support 2013-07-10 17:49:47 -07:00
templates First stab at fixing weird view errors 2014-12-29 18:17:55 +01:00
views First stab at fixing weird view errors 2014-12-29 18:17:55 +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 First stab at fixing weird view errors 2014-12-29 18:17:55 +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 First stab at fixing weird view errors 2014-12-29 18:17:55 +01:00