Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stack consecutive messages from same user #40

Merged
merged 8 commits into from
May 21, 2024

Conversation

brichet
Copy link
Collaborator

@brichet brichet commented May 20, 2024

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

@brichet brichet added enhancement New feature or request UI / UX labels May 20, 2024
@brichet brichet changed the title Stack message from same sender Stack consecutive messages from same user May 20, 2024
@brichet brichet marked this pull request as ready for review May 20, 2024 14:24
@brichet brichet requested a review from martinRenou May 20, 2024 14:25
Copy link
Member

@martinRenou martinRenou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great!

@brichet brichet merged commit 853271e into jupyterlab:main May 21, 2024
9 checks passed
@brichet brichet deleted the stacked_messages branch May 21, 2024 09:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request UI / UX
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Stack messages in the UI
2 participants