travis-web/assets/scripts/app/controllers
Piotr Sarnacki 05859a5a3c Use visibility.js to run timer updates
Visibility.js provides a thin wrapper over page visibility API, which
allows to detect if page is currently visible by user. This allows us to
stop live updates when it's not needed. This is especially easy in case
of timers, because Visibility.js provides setInterval replacement, which
runs given code only when page is visible.

A lot of ❤️ for @tchack, who showed me visibility.js!
2013-05-29 13:42:51 +03:00
..
account_index.coffee Fix toggle button on hooks list in profile 2013-03-06 15:18:57 +01:00
accounts.coffee Fix profile views 2013-02-21 23:22:53 +01:00
build.coffee Reset line numebr on each request 2013-03-14 17:56:50 +01:00
builds.coffee Fix a few more integration tests 2013-02-28 15:56:55 +01:00
current_user.coffee Fix sync button 2013-03-05 03:37:47 +01:00
flash.coffee Fix more specs 2013-03-04 03:46:04 +01:00
home.coffee somewhat more consistent naming 2012-10-12 02:34:54 +02:00
job.coffee Reset line numebr on each request 2013-03-14 17:56:50 +01:00
profile.coffee Fix toggle button on hooks list in profile 2013-03-06 15:18:57 +01:00
repo.coffee Use visibility.js to run timer updates 2013-05-29 13:42:51 +03:00
repos.coffee Use visibility.js to run timer updates 2013-05-29 13:42:51 +03:00
running_jobs.coffee Destroy groups in running jobs after they're emptied 2013-03-21 23:46:27 +01:00
sidebar.coffee Merge branch 'sidebar-tabs' 2013-04-05 19:26:24 +02:00
stats.coffee Fix more specs 2013-03-04 03:46:04 +01:00