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

[BUG] [MGT-CHAT] Chat component does not show the list of members consistent with Teams #3138

Open
plasne opened this issue Mar 8, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@plasne
Copy link

plasne commented Mar 8, 2024

Describe the bug
The Chat component does not show the list of members consistent with Teams (or ChatList since that displays the same way Teams does).

Notice from the screenshot that the component doesn't use + and doesn't put the members in order. Also be aware that the behavior changes for 1, 2, 3+ people - there is code in ChatList that could help.

To Reproduce
Steps to reproduce the behavior:

  1. Create a group with more than 3 people.
  2. Observe the difference in behavior.

Expected behavior
The membership experience should be consistent at least across ChatList and Chat. For instance, clicking on a chat in ChatList with 20 members is hard to reconcile with Chat which might have completely different members shown in a different order.

Screenshots
Here is a membership list in Teams...

image

Here is that same list in ChatList...

image

Here it is in Chat...

image

Environment (please complete the following information):

  • OS: macOS Monterey 12.7.3
  • Browser: Edge
  • Framework: React
  • Context: Web
  • Version: MGT v4
  • Provider: Msal2Provider

Additional context
I am a MSFT FTE and can be reached in Teams at pelasne.

@plasne plasne added bug Something isn't working Needs: Triage 🔍 labels Mar 8, 2024
@gavinbarron
Copy link
Member

The two components should use the same logic for render the chat title.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Proposed 💡
Development

No branches or pull requests

2 participants