xmpp.chapril.org-conversejs/src/plugins/chatboxviews
JC Brand 9fb92080f2 Get rid of the APIs to fetch chat views
This is largely a leftover from the Backbone.View days and makes less
sense now that the UI is componentized.

Ideally we don't want to call commands on the "views themselves, instead
we should be working on the the models and let the "views" update
themselves automatically.

Also, given that the `jid` attribute on the chat views might change,
especially when rendered declaratively in other frameworks like React,
a view might not be available at times where we previously might have
expected it to be (since it's been repurposed for a different JID).
2021-06-15 09:59:40 +02:00
..
styles Use .conversejs instead of .converse-root 2021-05-06 12:21:35 +02:00
templates Upgrade to Webpack 3 2021-04-30 13:50:50 +02:00
container.js Work on turning chat views into custom elements 2021-02-09 15:48:21 +01:00
index.js Get rid of the APIs to fetch chat views 2021-06-15 09:59:40 +02:00
utils.js Cleanup 2021-03-26 10:58:51 +01:00
view.js Upgrade to Webpack 3 2021-04-30 13:50:50 +02:00