thelounge/client/js
Jérémie Astori 92f8c2bfef
Get rid of /clear command and keybind
Since the introduction of infinite scrolling, `/clear` is now broken. As far as I can tell, there is no way to reproduce something decent (and working!) without drastically changing its behavior from "hide the messages in current channel" to "permanently destroy all messages in memory in the current channel", which is not a great change to introduce sneakily 😂.

The code for this was very trivial, so removing it now until there is a better way to do so, if this is ever possible.

Also, `/clear` was not even autocompleted, sooo...
2017-09-13 20:06:03 -04:00
..
libs Escape channel names in slugify helper correctly 2017-08-29 12:38:29 +03:00
socket-events Move 'show more' to same event file 2017-09-11 20:48:35 +03:00
autocompletion.js Move all auto completion code to a separate file 2017-08-24 17:44:40 +03:00
clipboard.js Format messages on copy 2017-09-03 11:27:53 +03:00
condensed.js Implement condensed messages option entirely with CSS 2017-08-30 15:43:31 +03:00
constants.js Add /list to autocomplete 2017-09-04 15:33:33 -07:00
keybinds.js Get rid of /clear command and keybind 2017-09-13 20:06:03 -04:00
loading-slow-alert.js Add "reload page" button when Lounge fails to start. 2017-06-10 20:15:32 +03:00
localStorage.js Create options module 2017-04-24 09:06:01 +01:00
lounge.js Get rid of /clear command and keybind 2017-09-13 20:06:03 -04:00
options.js Implement condensed messages option entirely with CSS 2017-08-30 15:43:31 +03:00
render.js Only change nick autocompletion when receiving a message 2017-09-05 18:28:01 +03:00
renderPreview.js Fix image viewer turning black sometimes 2017-09-09 18:46:49 +03:00
socket.js Correctly configure client transports 2017-06-01 22:43:23 +03:00
sorting.js Add modules for socket events 2017-06-20 07:22:58 +01:00
utils.js Get rid of /clear command and keybind 2017-09-13 20:06:03 -04:00
webpush.js Web Push Notifications 2017-08-22 10:54:18 +03:00