gamja/components
Simon Ser 93ba0e6443 Disable debug logs in production
console.debug logs cause some performance issues because the browser
is forced to save the logged objects just in case the user opens the
debugging tools.

They can be force-enabled back by adding ?debug=1 to the URL.

Only console.debug is disabled, console.log and other levels are a lot
less verbose and still enabled by default.
2021-12-01 11:40:59 +01:00
..
app.js Disable debug logs in production 2021-12-01 11:40:59 +01:00
auth-form.js Add post-connect UI to login via SASL 2021-11-21 16:40:46 +01:00
buffer-header.js Show "Manage network" even if upstream is disconnected 2021-11-30 15:29:24 +01:00
buffer-list.js Close buffer tabs on middle click 2021-10-17 19:33:02 +02:00
buffer.js Add link to verify account next to VERIFICATION_REQUIRED message 2021-11-30 15:13:34 +01:00
composer.js composer: focus on paste 2021-07-21 19:48:09 +02:00
connect-form.js Linkify error messages 2021-11-29 13:38:07 +01:00
dialog.js Turn dialog close button into a <button> 2021-06-22 16:02:55 +02:00
help.js s/var/let/ 2021-06-10 18:11:11 +02:00
join-form.js Ask confirmation before JOIN on irc:// link click 2021-11-08 10:44:10 +01:00
member-list.js components/member-list: re-render on State.users update 2021-11-28 20:13:08 +01:00
membership.js Add STATUSMSG indicator 2021-06-11 11:18:29 +02:00
network-form.js Auto-join when adding new network on irc:// link click 2021-11-07 19:47:49 +01:00
register-form.js Add support for draft/account-registration 2021-11-30 14:59:44 +01:00
scroll-manager.js s/var/let/ 2021-06-10 18:11:11 +02:00
verify-form.js Mark register/verify dialogs as loading 2021-11-30 15:49:52 +01:00