xmpp.chapril.org-conversejs/src/plugins/controlbox
JC Brand 1949356ede Work on turning chat views into custom elements
The eventual goal is to avoid UI-related stanza processing if the relevant chats
aren't in the DOM.

With the current architecture, chatboxes are created (and the stanzas
related to them processed) even if `#conversejs` isn't in the DOM.

* Initial work on making controlbox an element
* Create a shared base class
* Ceate ChatBoxViews proxy
* Update sass now that certain classes are moved to converse-chats element
2021-02-09 15:48:21 +01:00
..
templates Work on turning chat views into custom elements 2021-02-09 15:48:21 +01:00
api.js Move converse-controlbox plugin into folder 2020-12-08 09:50:17 +01:00
index.js Work on turning chat views into custom elements 2021-02-09 15:48:21 +01:00
loginpanel.js Move converse-controlbox plugin into folder 2020-12-08 09:50:17 +01:00
model.js Move converse-controlbox plugin into folder 2020-12-08 09:50:17 +01:00
pane.js Move converse-controlbox plugin into folder 2020-12-08 09:50:17 +01:00
toggle.js Work on turning chat views into custom elements 2021-02-09 15:48:21 +01:00
utils.js Move converse-controlbox plugin into folder 2020-12-08 09:50:17 +01:00
view.js Work on turning chat views into custom elements 2021-02-09 15:48:21 +01:00