fix(teams): Restore member management in new ui#4607
Merged
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4607 +/- ##
============================================
- Coverage 10.56% 10.35% -0.21%
Complexity 265 265
============================================
Files 123 123
Lines 5767 5881 +114
Branches 1262 1296 +34
============================================
Hits 609 609
- Misses 5035 5149 +114
Partials 123 123 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
a0650ed to
caaae96
Compare
AIlkiv
reviewed
Aug 15, 2025
Contributor
AIlkiv
left a comment
There was a problem hiding this comment.
Please also correct the key attribute, because when members are deleted, the index changes.
<MemberGridItem v-for="(member, index) in flatList"
:key="`member-grid-item-${index}`"
member-grid-item-${index} to member-grid-item-${member.id}
The demo shows that the menu moves on to the next member.
2.mp4
caaae96 to
ae3a4a7
Compare
ae3a4a7 to
8e1d2de
Compare
Contributor
|
@nfebe To:
CSS:
|
Contributor
Contributor
Author
AIlkiv
approved these changes
Aug 16, 2025
Contributor
AIlkiv
left a comment
There was a problem hiding this comment.
Thanks for the good work.
Signed-off-by: nfebe <[email protected]>
Signed-off-by: nfebe <[email protected]>
Signed-off-by: nfebe <[email protected]>
- Add media queries for mobile views - Add members roles to their cards in the grid Signed-off-by: nfebe <[email protected]>
54fdeaa to
a83142e
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.








Screenshots
Manage members (leave, delete, promote)
Accept reject (leave, delete, promote)
Resolves: #4600