xmpp.chapril.org-conversejs/src/plugins/chatview
JC Brand 84c6a0039c Fix embedded, singleton mode.
It's now necessary to add a `converse-root` element in the DOM where you
want Converse to render (previously it was any element with the id
`#conversejs`).

Also, turned `converse-chats` element into a Lit element and re-render
`converse-root` and `converse-chats` when the `view-mode` or `singleton`
settings change. This is a step towards being able to change the view
mode on the fly and have the entire chat re-render appropriately.

Fixes #2647
2021-09-24 11:53:49 +02:00
..
styles Fix embedded, singleton mode. 2021-09-24 11:53:49 +02:00
templates Use converse-icon in the converse-dropdown component 2021-07-26 19:27:59 +02:00
tests Re-render message if relevant config settings change 2021-09-23 21:50:24 +02:00
bottom-panel.js Use API to get chat/room models in components 2021-06-22 14:47:35 +02:00
chat.js Call initialize in CustomElement's connectedCallback method 2021-09-23 14:25:42 +02:00
heading.js Call initialize in CustomElement's connectedCallback method 2021-09-23 14:25:42 +02:00
index.js Allow media to be invidually shown/rendered... 2021-09-21 17:08:30 +02:00
message-form.js Make sure XEP-0363 urls are also OMEMO encrypted 2021-07-03 00:22:03 +02:00
utils.js Use converse-icon instead of webfonts in heading dropdown 2021-07-27 11:11:36 +02:00