xmpp.chapril.org-conversejs/src/plugins/controlbox
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 Use .conversejs instead of .converse-root 2021-05-06 12:21:35 +02:00
templates Breaking change: stop setting config variables on the _converse object 2021-09-21 17:08:30 +02:00
tests Fix embedded, singleton mode. 2021-09-24 11:53:49 +02:00
api.js Call minimize on the model 2021-02-09 15:48:21 +01:00
controlbox.js Upgrade to Webpack 3 2021-04-30 13:50:50 +02:00
index.js Don't subclass the chatbox for the controlbox model 2021-06-29 12:55:29 +02:00
loginpanel.js Upgrade to Webpack 3 2021-04-30 13:50:50 +02:00
model.js Don't subclass the chatbox for the controlbox model 2021-06-29 12:55:29 +02:00
navback.js Move files around to try and create some consistency and order 2021-03-24 12:41:17 +01:00
toggle.js Move files around to try and create some consistency and order 2021-03-24 12:41:17 +01:00
utils.js Don't subclass the chatbox for the controlbox model 2021-06-29 12:55:29 +02:00