-
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
Update context menu correctly for thread first chat #24404
Conversation
Co-authored-by: Abdelhafidh Belalia <[email protected]>
Co-authored-by: Abdelhafidh Belalia <[email protected]>
@s77rt Updated. |
@dukenv0307 Can you please simplify the testing steps, this does not require 2 users. |
@s77rt Updated. |
Reviewer Checklist
Screenshots/VideosWebweb.mp4Mobile Web - Chromemweb-chrome.mp4Mobile Web - Safarimweb-safari.mp4Desktopdesktop.mp4iOSios.mp4Androidandroid.mp4 |
@dukenv0307 Can you update the tests to:
|
@s77rt I just updated. |
@dukenv0307 Thank you! |
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.
LGTM! 🚀
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! This doesn't seem to work if a thread report is created before the workspace is deleted.
Screen.Recording.2023-08-18.at.7.29.06.PM.mov
@srikarparsi Can you check again, I tested and it still works as well. |
@srikarparsi Any update here? |
Taking a look |
Oh interesting works for me as well, might have been a problem with my local vm. |
@srikarparsi looks like this was merged without a test passing. Please add a note explaining why this was done and remove the |
Removing the label because all the checks passed. |
✋ 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/srikarparsi in version: 1.3.56-0 🚀
|
🚀 Deployed to production by https://github.com/roryabraham in version: 1.3.56-24 🚀
|
Details
Update the check to display the context menu for the thread's first chat correctly
Fixed Issues
$ #23604
PROPOSAL: #23604 (comment)
Tests
Offline tests
Same as above
QA Steps
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)/** 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.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
Web
Screencast.from.11-08-2023.10.50.23.webm
Mobile Web - Chrome
Record_2023-08-11-11-01-57.mp4
Mobile Web - Safari
Screen.Recording.2023-08-11.at.11.12.44.mov
Desktop
Screen.Recording.2023-08-11.at.10.59.51.mov
iOS
Screen.Recording.2023-08-11.at.11.25.11.mov
Android
23604.mp4