woodpecker/pkg/template/pages
Michael Nutt 6e92e73a98 logline output buffers rather than updating on every ws message
In builds with lots of output, trying to reload the page partway
through the build results in thousands of websocket messages (one
per line) that each update the DOM.  This can cause the browser to
freeze.  Instead, use requestAnimation frame to delay the DOM
updates.
2014-03-01 19:51:14 -05:00
..
403.html initial public commit 2014-02-07 03:10:01 -07:00
404.html initial public commit 2014-02-07 03:10:01 -07:00
500.html initial public commit 2014-02-07 03:10:01 -07:00
admin_settings.html Fixed identation 2014-02-16 11:45:15 +06:00
admin_users.html initial public commit 2014-02-07 03:10:01 -07:00
admin_users_add.html Fix form for full width of column 2014-02-20 20:55:56 -05:00
admin_users_edit.html fixed typo in admin template causing issue #108 2014-02-26 15:24:18 -07:00
base.html ability to view public repos without authentication 2014-02-25 17:13:59 -07:00
forgot.html initial public commit 2014-02-07 03:10:01 -07:00
forgot_sent.html initial public commit 2014-02-07 03:10:01 -07:00
form.html initial public commit 2014-02-07 03:10:01 -07:00
github_add.html Added settings to github_add page (fix redirect) 2014-02-16 11:45:15 +06:00
github_link.html Fix HTML closing errors 2014-02-10 11:21:31 +01:00
install.html Add form tag to make install work. 2014-02-16 17:40:23 +00:00
login.html fixed template issue with install screen, not using correct base 2014-02-17 12:40:03 -07:00
login_error.html initial public commit 2014-02-07 03:10:01 -07:00
members_add.html Fix form for full width of column 2014-02-20 20:55:56 -05:00
members_edit.html initial public commit 2014-02-07 03:10:01 -07:00
register.html initial public commit 2014-02-07 03:10:01 -07:00
repo_badges.html branch is using url param on all pages now, until we get wildcard routing 2014-02-13 15:43:40 -07:00
repo_commit.html logline output buffers rather than updating on every ws message 2014-03-01 19:51:14 -05:00
repo_dashboard.html fixed broken link on repo dashboard page to refresh page 2014-02-17 20:33:58 -07:00
repo_delete.html Show an inline error if the wrong password is given when deleting a repo 2014-02-09 20:09:42 -06:00
repo_keys.html initial public commit 2014-02-07 03:10:01 -07:00
repo_params.html initial public commit 2014-02-07 03:10:01 -07:00
repo_settings.html initial public commit 2014-02-07 03:10:01 -07:00
reset.html initial public commit 2014-02-07 03:10:01 -07:00
signup.html added code to prevent panic if /login is reached but no settings exist 2014-02-15 18:56:48 -07:00
team_dashboard.html branch is using url param on all pages now, until we get wildcard routing 2014-02-13 15:43:40 -07:00
team_delete.html initial public commit 2014-02-07 03:10:01 -07:00
team_members.html initial public commit 2014-02-07 03:10:01 -07:00
team_profile.html initial public commit 2014-02-07 03:10:01 -07:00
user_dashboard.html branch is using url param on all pages now, until we get wildcard routing 2014-02-13 15:43:40 -07:00
user_delete.html initial public commit 2014-02-07 03:10:01 -07:00
user_password.html initial public commit 2014-02-07 03:10:01 -07:00
user_profile.html initial public commit 2014-02-07 03:10:01 -07:00
user_teams.html initial public commit 2014-02-07 03:10:01 -07:00
user_teams_add.html initial public commit 2014-02-07 03:10:01 -07:00