owncast/webroot/js/components/chat
gingervitis 0062896b7d
chat fixes and optimizations (#431)
* - format messages on didMount instead of didUpdate. will also prevent bad setSTate loops when message is blank;
- convert message.js to functional comp
- prevent extra rerenders in messages and chat with shouldComponentUpdate checks

* revert chat test

* more concise returns;
2020-12-06 21:01:52 -08:00
..
chat-input.js fix: prevents messages ending with spaces to exceed the msg limit 2020-10-05 11:12:33 +05:30
chat-message-view.js chat fixes and optimizations (#431) 2020-12-06 21:01:52 -08:00
chat.js chat fixes and optimizations (#431) 2020-12-06 21:01:52 -08:00
content-editable.js Move all remote dependencies to be local (#220) 2020-10-04 18:43:31 -07:00
message.js chat fixes and optimizations (#431) 2020-12-06 21:01:52 -08:00
username.js overflow hidden on message so word forces break; decrease maxlength of username to 60 chars. fix #417 2020-12-04 00:00:50 -08:00