-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Update Global Create and Workspace chat tooltips #58997
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 Global Create and Workspace chat tooltips #58997
Conversation
@ishpaul777 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] |
Reviewer Checklist
Screenshots/VideosAndroid: NativeScreen.Recording.2025-04-12.at.1.11.46.AM.movAndroid: mWeb ChromeScreen.Recording.2025-04-12.at.1.14.07.AM.moviOS: NativeScreen.Recording.2025-04-12.at.12.56.28.AM.moviOS: mWeb SafariScreen.Recording.2025-04-12.at.12.51.32.AM.movMacOS: Chrome / SafariScreen.Recording.2025-04-12.at.12.25.05.AM.movMacOS: DesktopScreen.Recording.2025-04-12.at.1.21.37.AM.mov |
priority: 1200, | ||
shouldShow: () => true, | ||
priority: 1950, | ||
shouldShow: ({isUserPolicyEmployee}) => isUserPolicyEmployee, | ||
}, | ||
[BOTTOM_NAV_INBOX_TOOLTIP]: { |
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.
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.
oh i see its done on other PR, nvm!
}, | ||
globalCreateTooltip: { | ||
part1: 'Crea gastos', | ||
part2: ', comienza a chatear,', | ||
part3: '\ny mucho más!', | ||
part4: ' ¡Pruébalo!', | ||
}, |
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.
Transalations confirmed in slack?
@rayane-d bump on translation confirmation rest LGTM! |
Asked for translations confirmation here: https://expensify.slack.com/archives/C01GTK53T8Q/p1744738354719109 |
just checkin in for updates @rayane-d |
Provided context screenshots for translation confirmation in Slack |
@rayane-d we have some errors in checks |
This is ready for another review |
@MarioExpensify - Done! |
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.
Awesome, let's move forward with merge!
@rayane-d before merging, please add the screenshots / videos for all platforms so we have it documented here. |
@rayane-d gentle bump |
I added all screenshots except the iOS native one. I can't log in to the app right now; I will try again later. |
Okay @rayane-d, please add the screenshot when you have it. For now, we have the video in @ishpaul777's checklist so we can move forward. |
✋ 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/MarioExpensify in version: 9.1.39-0 🚀
|
🚀 Deployed to production by https://github.com/yuwenmemon in version: 9.1.39-8 🚀
|
Explanation of Change
Fixed Issues
$ #57045
The changes for the issue are divided into multiple PRs, as outlined in this comment: #57045 (comment)
Tests
Create a new account
Verify that the "Global create", and the "workspace chat" tooltips do not show when the user does not have any workspace or is an admin of some workspaces but is not an employee member of some workspaces.
Login with another account, create a workspace, and invite the first user as a member
Verify that the "Global create", and the "workspace chat" tooltips show up for the first user.
Verify that no errors appear in the JS console
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 methodSTYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)Design
label and/or tagged@Expensify/design
so the design team can review the changes.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.Screen.Recording.2025-04-09.at.6.35.51.PM.mov
Screenshots/Videos
Android: Native
Android: mWeb Chrome
iOS: Native
iOS: mWeb Safari
MacOS: Chrome / Safari
MacOS: Desktop