jupyterlab / jupyter-chat

An extension to add a chat panel to JupyterLab
https://jupyter-chat.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
14 stars 5 forks source link

Stack consecutive messages from same user #40

Closed brichet closed 4 months ago

brichet commented 4 months ago

Fix #33 Stack the consecutive messages from the same user, to avoid duplicating avatar and user name on each message.

It adds a config entry in settings, whether to enable or not the stacked view. The default is true.

NOT STACKED STACKED
not-stacked-messages-linux stacked-messages-linux