xmpp.chapril.org-conversejs/src/plugins/chatview
JC Brand bd60861c1e Don't import plugins' index.js file from other plugins
Importing a plugin's `index.js` file from other plugins means that it's no
longer possible to remove that plugin by removing it from `src/converse.js`.

Instead, all plugins need to be imported in proper order from
`src/headless/headless.js` and `src/converse.js`.

Updates #3026
2022-09-20 14:48:20 +02:00
..
styles CSS Fixes. 2022-08-27 16:40:13 +02:00
templates Add enterkeyhint attribute to message form inputs 2022-04-06 09:55:56 +02:00
tests Create an ElementView base modal and use it for all modals 2022-09-16 10:33:47 +02:00
bottom-panel.js Use API to get chat/room models in components 2021-06-22 14:47:35 +02:00
chat.js Wrap requestUpdate in an arrow function 2022-09-16 10:26:21 +02:00
heading.js Create an ElementView base modal and use it for all modals 2022-09-16 10:33:47 +02:00
index.js Don't import plugins' index.js file from other plugins 2022-09-20 14:48:20 +02:00
message-form.js Resolve fetched promise when clearing messages 2022-04-08 11:22:21 +02:00
utils.js Use our own confirm dialog consistently 2022-05-12 23:23:24 +02:00