-
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
Add message user button #7135
Add message user button #7135
Conversation
@Expensify/design can I get your eyes on this one? Perhaps the spacing between |
I think it looks good personally, nice job! |
Thanks @shawnborton! @nickmurray47 all yours for the review! |
taking a look right now! |
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
🚀 Deployed to staging by @nickmurray47 in version: 1.1.27-6 🚀
|
🚀 Deployed to staging by @nickmurray47 in version: 1.1.27-7 🚀
|
possible regression? https://expensify.slack.com/archives/C01GTK53T8Q/p1642146678458100 |
<MenuItem | ||
title={`${props.translate('common.message')}${details.displayName}`} | ||
icon={Expensicons.ChatBubble} | ||
onPress={() => Report.fetchOrCreateChatReport([props.session.email, details.login])} | ||
wrapperStyle={styles.breakAll} | ||
shouldShowRightIcon | ||
/> |
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.
Details
Adds a message user button when seeing a user's profile.
Fixed Issues
$ #6661
Tests
Message <user>
button and clicking it navigates you to the chat with that user.QA Steps
Steps above.
Tested On
Screenshots
Web
Mobile Web
Desktop
iOS
Android