xmpp.chapril.org-conversejs/src/plugins/muc-views
JC Brand e63ba2075f Use repeat directive to render roster and MUC occupant items
If we don't use `repeat`, a DOM node may be reused with different state
(e.g. the `model` it receives originally changes upon next render).

https://lit.dev/docs/templates/lists/#when-to-use-map-or-repeat

Fixes #2816
2022-12-13 10:04:13 +01:00
..
modals Make sure a moderator can also add contacts... 2022-11-03 10:14:12 +01:00
styles Fix chat head buttons not showing 2022-10-30 16:51:15 +01:00
templates Use repeat directive to render roster and MUC occupant items 2022-12-13 10:04:13 +01:00
tests Don't duplicate disco items across two collections 2022-12-02 22:50:06 +01:00
bottom-panel.js Fix send button not working in a muc room 2021-10-30 21:16:11 +02:00
chatarea.js Call initialize in CustomElement's connectedCallback method 2021-09-23 14:25:42 +02:00
config-form.js Wrap requestUpdate in an arrow function 2022-09-16 10:26:21 +02:00
constants.js Show avatars in MUC occupants sidebar 2021-11-19 21:08:51 +01:00
destroyed.js Move files around to try and create some consistency and order 2021-03-24 12:41:17 +01:00
disconnected.js MUC: Store disconnection data on the session 2021-05-13 15:45:12 +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 Move Add-Hoc commands UI code into its own plugin 2022-10-18 09:33:28 +02:00
message-form.js MUC: Register handler to parse for commands in the plugin index.js 2022-02-14 15:17:05 +01:00
modtools.js Create an ElementView base modal and use it for all modals 2022-09-16 10:33:47 +02:00
muc.js Wrap requestUpdate in an arrow function 2022-09-16 10:26:21 +02:00
nickname-form.js Add modal for changing your nickname... 2022-02-09 20:05:30 +01:00
password-form.js Move files around to try and create some consistency and order 2021-03-24 12:41:17 +01:00
search.js Insert only the MUC JID when clicking an auto-complete suggestion 2022-06-12 10:25:41 +02:00
sidebar.js Wrap requestUpdate in an arrow function 2022-09-16 10:26:21 +02:00
utils.js Move Add-Hoc commands UI code into its own plugin 2022-10-18 09:33:28 +02:00