Feature/35713 bulk actions#37199
Conversation
1087c8d to
9a6be7a
Compare
luacmartins
left a comment
There was a problem hiding this comment.
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 🚀
|
rushatgabhane
left a comment
There was a problem hiding this comment.
we caused a small issue in radio button items #53467 (comment)
| hovered, | ||
| bind: { | ||
| onMouseEnter: () => setHovered(true), | ||
| onMouseLeave: () => setHovered(false), |
There was a problem hiding this comment.
Coming from #63685, we faced an issue on mWeb related to onMouseLeave support, so we limited this hook to non touch screen.
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 Issuessection aboveTestssectionOffline stepssectionQA stepssectiontoggleReportand notonIconClick)myBool && <MyComponent />.src/languages/*files and using the translation methodWaiting for Copylabel for a copy review on the original GH to get the correct copy.STYLE.md) were followedAvatar, I verified the components usingAvatarare working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG))Avataris modified, I verified thatAvataris working as expected in all cases)Designlabel so the design team can review the changes.ScrollViewcomponent to make it scrollable when more elements are added to the page.mainbranch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTeststeps.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