-
Notifications
You must be signed in to change notification settings - Fork 261
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
feat: Implemented search member and display member info feature #708
feat: Implemented search member and display member info feature #708
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Hi @abirc8010 Looks good to me. Great work! However, the width of the user info side panel is not the same as the others. Could you please fix that in this PR? Also, please add the required padding to the other side panels, as I mentioned in the last merged PR. |
Let me know once you fix both |
…beddedChat into feat/search-members
Hey @Spiral-Memory I have fixed the issues. |
Great work @abirc8010 |
Brief Title
Implemented a search and display member info feature that allows searching members and showing detailed information on clicking a particular member.
Acceptance Criteria fulfillment
members.filter
based onusername
andname
attributeuseSetExclusiveState
anduseUserStore
to display the userInfo by attaching an onClick event insideRoomMemberItem
Fixes #707
Video/Screenshots
Screencast.from.2024-12-21.22-15-54.webm
Note: The PR will be ready for live testing at https://rocketchat.github.io/EmbeddedChat/pulls/pr-708 after approval. Contributors are requested to replace
<pr_number>
with the actual PR number.