-
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
Add tooltip for long names in the settings page of workspace chat #29894
Add tooltip for long names in the settings page of workspace chat #29894
Conversation
@srikarparsi 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] |
I didnt add screenshots for mobile versions cause there is no tooltip in mobile and the issue affects only the web and the desktop apps |
@abzokhattab we need to add screenshots/recordings for other platforms to confirm it won't break anything in those platforms. In this case, I think we need to confirm it still shows the Workspace name and it's ellipsis Besides that, we need to add some notes in your test in PR description that it is only tested on the web/Desktop. |
I see .. thanks @hoangzinh will cover them |
@hoangzinh updated .. please let me know if any other change is needed |
Reviewer Checklist
Screenshots/VideosWebScreen.Recording.2023-10-19.at.21.16.25.-.web.movMobile Web - ChromeScreen.Recording.2023-10-19.at.21.42.24.-.android.chrome.movMobile Web - SafariScreen.Recording.2023-10-19.at.21.40.32.-.ios.safari.movDesktopScreen.Recording.2023-10-19.at.21.18.17.-.desktop.moviOSScreen.Recording.2023-10-19.at.21.39.26.-.ios.movAndroidScreen.Recording.2023-10-19.at.21.41.13.-.android.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.
LGTM 👍
🎯 @hoangzinh, thanks for reviewing and testing this PR! 🎉 An E/App issue has been created to issue payment here: #29986. |
@abzokhattab Melvin didn't assign me as a C+ review for this PR. I suspect the issue link in PR description is not correct. Usually, it will display with the format "#{issue_number}". But it's displayed only the "{issue_number}" in this PR. Could you help to check the GH issue link in this PR? Thanks. |
modified it .. is it fixed now or is it too late ? |
I guess we need someone to manually assign both @roryabraham and me as reviewers for this issue. Could you help us? @roryabraham |
✋ 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/roryabraham in version: 1.3.88-0 🚀
|
🚀 Deployed to production by https://github.com/chiragsalian in version: 1.3.88-11 🚀
|
Details
Fixed Issues
$ #29130
PROPOSAL: #29130 (comment)
Tests
Offline tests
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
Screen.Recording.2023-10-18.at.8.57.30.PM.mov
Desktop
Screen.Recording.2023-10-18.at.8.55.37.PM.mov
Mobile Web - Chrome
Mobile Web - Safari
iOS
Android