-
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
Feature/35713 bulk actions #37199
Feature/35713 bulk actions #37199
Conversation
1087c8d
to
9a6be7a
Compare
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.
Left an early review
Co-authored-by: Carlos Martins <luacmartins@gmail.com>
Co-authored-by: Carlos Martins <luacmartins@gmail.com>
Co-authored-by: Carlos Martins <luacmartins@gmail.com>
@aimane-chnaif applied your suggestion - I think it indeed may help, can you confirm? |
Not a blocker but data isn't updated immediately on another device Screen.Recording.2024-03-01.at.4.02.58.PM.mov |
This is know and we're working on the backend solution for all of these cross device syncs |
There's conflict |
Can we create separate GH for this? Screen.Recording.2024-03-01.at.4.11.19.PM.mov |
I asked @ArekChr to resolve the conflict since Bartek has left for the day |
Reviewer Checklist
Screenshots/VideosAndroid: Nativeandroid.movAndroid: mWeb ChromeiOS: Nativeios.moviOS: mWeb Safarimsafari.movMacOS: Chrome / Safariweb.movweb2.movMacOS: Desktopdesktop.mov |
created issue for the reported bug here |
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
🚀 Deployed to staging by https://github.com/luacmartins in version: 1.4.47-0 🚀
|
🚀 Deployed to production by https://github.com/roryabraham in version: 1.4.47-10 🚀
|
Details
This PR changes the way how we handle the removal flow of the workspace members. It also adds the ability to make multiple users admins of the workspace or make them regular members back.
Design used in the PR below:
Fixed Issues
$ #35713
PROPOSAL: https://docs.google.com/document/d/1gk3xqOs7epMbUrSSiX8K7YcqfPLVgqEos0sf-D-GMDA/edit#heading=h.mkdaimqk6cz
Tests
a. Select one or more members ->
b. Expand the dropdown menu on the "X selected" button
c. Press "Remove members"
d. Check the process (if the confirmation modal appears with correct copy, if the removal works)
a. Select one or more members that are not admins yet
b. Expand the dropdown menu on the "X selected" button
c. Press "Make admin"
d. Check if selected members became admins
a. Select one or more members that are admins currently
b. Expand the dropdown menu on the "X selected" button
c. Press "Make member"
d. Check if selected admins became members
Offline tests
Same as above.
QA Steps
Same as above.
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.src/languages/*
files and using the translation methodWaiting for Copy
label for a copy review on the original GH to get the correct copy.STYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)Design
label so the design team can review the changes.ScrollView
component to make it scrollable when more elements are added to the page.main
branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTest
steps.Screenshots/Videos
Android: Native
Screen.Recording.2024-02-27.at.12.00.04.mov
Android: mWeb Chrome
Screen.Recording.2024-02-27.at.11.53.12.mov
iOS: Native
Screen.Recording.2024-02-27.at.11.48.26.mov
iOS: mWeb Safari
Screen.Recording.2024-02-27.at.11.50.18.mov
MacOS: Chrome / Safari
Screen.Recording.2024-02-27.at.11.38.54.mov
MacOS: Desktop
Screen.Recording.2024-02-27.at.11.41.28.mov