-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Fix/34671: Grey out pending member in report #35883
Merged
Merged
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
a2eb3fc
add pending action member for report
DylanDylann ae2f26b
merge main
DylanDylann cdc42c5
optional
DylanDylann 45aa3c5
fix type check
DylanDylann 26b612f
fix type check
DylanDylann f61c018
fix type check
DylanDylann 952005b
fix lint
DylanDylann 21c0c56
update pending member for workspace expense chat
DylanDylann c7bc82d
update
DylanDylann 22199b7
fix lint
DylanDylann 69eab0c
dry code
DylanDylann 58a58e4
lint fix
DylanDylann 7356236
add comment
DylanDylann e071cc2
merge main
DylanDylann 55c837d
fix lint
DylanDylann 93091e7
fix lint
DylanDylann 5dc8855
fix lint
DylanDylann 52d2ec8
merge main
DylanDylann 03b855c
merge main
DylanDylann be08d31
merge main
DylanDylann 7114db3
merge main
DylanDylann 738900f
merge main
DylanDylann e084c97
merge main
DylanDylann 1614428
Update src/pages/RoomMembersPage.tsx
DylanDylann 14fb50d
Update src/pages/ReportParticipantsPage.tsx
DylanDylann d7a8b75
clean code
DylanDylann bc18fe7
merge main
DylanDylann 6581dc7
change the variable name
DylanDylann cd6a3a1
change variable name
DylanDylann bf7a894
add pending member for admin room
DylanDylann 8904bfb
lint fix
DylanDylann File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Hi coming from #38821 ✋
The issue is the deleted member offline didn't get strikethrough because we didn't get the last
pendingChatMembers
.