thelounge/client/js
Nachtalb 04cf2277d9
Prevent possible error when findChannel can't find the wanted channel
Using ?. (optional chaining) requires ecma version 2020 as it is fairly new. Webpack / Babel can handle it.
2021-05-05 18:09:18 +02:00
..
commands Use es6 import syntax 2019-11-25 20:13:12 +02:00
helpers Fix client crash when opening a user context menu in query 2021-03-30 22:33:48 -07:00
socket-events Prevent possible error when findChannel can't find the wanted channel 2021-05-05 18:09:18 +02:00
auth.js Use es6 import syntax 2019-11-25 20:13:12 +02:00
autocompletion.js Run format after updating to prettier 2.0 2020-03-21 22:55:36 +02:00
clipboard.js Run format after updating to prettier 2.0 2020-03-21 22:55:36 +02:00
constants.js Add an option to display 12h times 2020-02-29 11:37:45 +02:00
eventbus.js Support multiple arguments in eventbus emit 2020-04-27 21:45:47 +03:00
keybinds.js Do not handle keybinds in inputs if not empty 2020-03-22 20:44:14 +02:00
loading-error-handlers.js Run format after updating to prettier 2.0 2020-03-21 22:55:36 +02:00
localStorage.js Use es6 import syntax 2019-11-25 20:13:12 +02:00
location.js Use es6 import syntax 2019-11-25 20:13:12 +02:00
router.js Disallow navigating to invalid networks 2020-07-20 11:50:01 +03:00
settings.js Rename uploadCanvas to a more appropriate removeImageMetadata 2021-04-13 18:24:33 +02:00
socket.js Improve disconnected message in public mode 2019-11-25 20:13:14 +02:00
store-settings.js Rename uploadCanvas to a more appropriate removeImageMetadata 2021-04-13 18:24:33 +02:00
store.js Fill inputhistory on channel load and more message load 2021-05-01 01:46:55 +02:00
upload.js Respect metadata removal switch 2021-04-13 20:45:16 +02:00
vue.js Merge pull request #3845 from thelounge/xpaw/native-badging 2020-07-08 12:33:52 +03:00
webpush.js Refresh notification permission state when push is enabled 2020-07-15 16:08:36 +03:00