-
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
Workspace tooltip #23527
Workspace tooltip #23527
Conversation
@abdulrahuman5196 Please 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] |
@abdulrahuman5196 When we open concierge chat it is giving me this error in console |
@Nodebrute Not sure on this now. Have to debug on this. Can you put debugger and see if the data is passed correctly? |
@abdulrahuman5196 It's resolved. The issue was due to an incorrect default value. Please test it, and let's merge it. |
@abdulrahuman5196 bump |
@Nodebrute Screen.Recording.2023-07-27.at.8.34.58.PM.movScreen.Recording.2023-07-27.at.8.36.07.PM.mov |
Thank you, @abdulrahuman5196, for the review. It's fixed now, and it's consistent with the subscript tooltip. Instead of using fallback data, I passed the icon using the 'icon' prop, just like we are passing it for the subscript avatar. |
Reviewer Checklist
Screenshots/VideosWebScreen.Recording.2023-08-02.at.2.23.46.PM.movMobile Web - Chromeaz_recorder_20230802_142836.mp4Mobile Web - SafariUntitled.movDesktopScreen.Recording.2023-08-02.at.2.25.16.PM.moviOSScreen.Recording.2023-08-02.at.2.25.56.PM.movAndroidScreen.Recording.2023-08-02.at.2.39.04.PM.mov |
NAB: @Nodebrute It not always required to upload videos for other platforms on a web specific. But it would be good to test and add those, so that we know the change is not causing issues in other platforms. Like the ones I have added in my checklist. |
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.
Changes looks good and works well. Reviewers checklist is also complete.
All yours. @youssef-lr / @cristipaval
🎀 👀 🎀
C+ Reviewed
✋ 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/cristipaval in version: 1.3.50-0 🚀
|
🚀 Deployed to production by https://github.com/puneetlath in version: 1.3.50-3 🚀
|
🚀 Deployed to staging by https://github.com/cristipaval in version: 1.3.51-0 🚀
|
🚀 Deployed to production by https://github.com/Julesssss in version: 1.3.51-2 🚀
|
Details
Fixed Issues
$ #21322
$ #21322 (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
Mobile Web - Chrome
Since this is related to tooltip which is https://github.com//pull/21807, this can't be tested on mobiles.Mobile Web - Safari
Since this is related to tooltip which is #21807, this can't be tested on mobiles.
Desktop
desktop.tooltip.mov
iOS
Since this is related to tooltip which is #21807, this can't be tested on mobiles.
Android
Since this is related to tooltip which is https://github.com//pull/21807, this can't be tested on mobiles.