-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Automatically pin the newly created #admins chat #14907
Conversation
@thesahindia @thienlnam One of you needs to copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button] |
Changes look fine - will leave to @thesahindia to run through checklist items |
Reviewer Checklist
Screenshots/VideosWebScreen.Recording.2023-02-23.at.4.17.44.PM.movMobile Web - ChromeScreen.Recording.2023-02-23.at.4.20.52.PM.movMobile Web - SafariScreen.Recording.2023-02-23.at.4.30.20.PM.movDesktopScreen.Recording.2023-02-23.at.4.39.11.PM.moviOSScreen.Recording.2023-02-23.at.4.28.34.PM.movAndroidScreen.Recording.2023-02-23.at.4.24.43.PM.mov |
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.
I verified that admins room gets pinned for the creator but I couldn't test the same for the newly added member (I think I can't add someone as an admin or I just don't know how to do it)
Let me know if there's a way to test that part.
🎯 @thesahindia, thanks for reviewing and testing this PR! 🎉 An E/App issue has been created to issue payment here: #15407. |
@thesahindia thats fine, at the moment here is no way to add other admins in NewDot afaik. That is handled in Olddot and the chat should be pinned in the backend the optimistic data will be added once we add this action to front end |
Cool! We are good to merge this. |
Performance Comparison Report 📊Significant Changes To DurationThere are no entries Meaningless Changes To DurationShow entries
Show details
|
🚀 Deployed to staging by https://github.com/mountiny in version: 1.2.76-5 🚀
|
@mountiny We can't add admin from OldDot to workspace policy |
@kavimuru I think this is fine, sorry, there is only one admin on workspaces for now, I think we can only add admins from support tools. |
@kavimuru lets only QA this for when you create a workspace, the admins chat should be immediately pinned |
🚀 Deployed to production by https://github.com/yuwenmemon in version: 1.2.76-7 🚀
|
1 similar comment
🚀 Deployed to production by https://github.com/yuwenmemon in version: 1.2.76-7 🚀
|
🚀 Deployed to production by https://github.com/yuwenmemon in version: 1.2.76-7 🚀
|
Details
When workspace is created, make sure the admins chat is automatically pinned.
Fixed Issues
$ https://github.com/Expensify/Expensify/issues/258515
Tests
Offline tests
QA Steps
Same as tests.
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)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)/** comment above it */
this
properly so there are no scoping issues (i.e. foronClick={this.submit}
the methodthis.submit
should be bound tothis
in the constructor)this
are necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);
ifthis.submit
is never passed to a component event handler likeonClick
)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)ScrollView
component to make it scrollable when more elements are added to the page.Screenshots/Videos
Web
14907web.mp4
Mobile Web - Chrome
14907androidMweb.mp4
Mobile Web - Safari
14907iosweb.mp4
Desktop
14907desktop.mp4
iOS
14907ios.mp4
Android
14907android.mp4