Add aria live region to message list so they get read automatically as they come in

This commit is contained in:
TalonTheDragon 2023-05-26 23:30:27 +02:00
parent 7609ac4d88
commit 36fbd0e419

View file

@ -28,6 +28,7 @@
#default="{ items: messages, fetching: pFetching }"
>
<XList
aria-live="polite"
v-if="messages.length > 0"
v-slot="{ item: message }"
:class="{