-
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
[HOLD for payment 2022-11-04] [$250] Add Workspace name label next to room name in the chats list #11543
Comments
Triggered auto assignment to @Christinadobrzyn ( |
Current assignee @shawnborton is eligible for the Design assigner, not assigning anyone new. |
Current assignee @trjExpensify is eligible for the External assigner, not assigning anyone new. |
Triggered auto assignment to @deetergp ( |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @mananjadhav ( |
Triggered auto assignment to @marcochavezf ( |
Thanks, @shawnborton. Christina, I'll snag this from you and move it along to Upwork as it's impacting the productivity of the guides agents. |
Upwork job here: https://www.upwork.com/jobs/~01d70c28c08ade2a30 |
Proposal We need to update the App/src/components/LHNOptionsList/OptionRowLHN.js Lines 162 to 166 in ce740fe
<DisplayNames
accessibilityLabel="Chat user display names"
- fullTitle={optionItem.text}
+ fullTitle={(
+ <View style={[styles.flexRow]}>
+ <Text>{optionItem.text}</Text>
+ <View style={styles.pillContainer}>
+ <Text style={styles.textMicro}>{optionItem.subtitle}</Text>
+ </View>
+ </View>
+ )}
and add in styles.js:
Here's how it looks like after implementing, and I can update the styles if I get some design feedback. cc - @mananjadhav @shawnborton |
Ideally the pill should only be 20px tall, and we'll want to make sure it doesn't get cut off like it currently is. |
@shawnborton Pill with 20px height, and updated the proposal. What do we do about the text overflowing when the workspace name is too long (second last row in the screenshot) |
@akshayasalvi's proposal here #11543 (comment) looks good. Will still wait for @shawnborton's comment on text overflow. 🎀 👀 🎀 |
📣 @bernhardoj You have been assigned to this job by @marcochavezf! |
I have applied for the Upwork job. I will open the PR ASAP, today or tomorrow. |
@bernhardoj - offer sent! |
Hi, the pull request is opened. Here is the pull request #11799. Kindly review it! Thanks! |
Done with one round of review, have raised comments. Once resolved, I'll review once again and then Test. |
@bernhardoj Let me know once it is ready for the next round of review. I can see some comments are not resolved yet. Also can you sync with the latest |
I have pulled the latest changes from main and commit the newest changes. Kindly review it again. Thanks! @mananjadhav |
@mananjadhav looks like we just need your re-review here and then this one is good to go. Can you get to it this week, please? It's a huge quality of life issue this one for our onboarding Guides. Thanks! |
It's on my todo today! |
@trjExpensify @marcochavezf this is done. |
Excellent, thanks! @marcochavezf can you get this reviewed now, please? |
Add Workspace name label next to room name in the chats list
The solution for this issue has been 🚀 deployed to production 🚀 in version 1.2.20-3 and is now subject to a 7-day regression period 📆. Here is the list of pull requests that resolve this issue: If no regressions arise, payment will be issued on 2022-11-04. 🎊 |
Settled up! |
If you haven’t already, check out our contributing guidelines for onboarding and email contributors@expensify.com to request to join our Slack channel!
Action Performed:
As soon as you have multiple workspaces, it becomes impossible to decipher from a glance which rooms belong to which workspaces when you look at the LHN. As a result, you have to click into each chat to obtain that information in the chat header.
cc @trjExpensify
Actual Result:
Proposed Change:
Let's add a small pill style label next to the room name to indicate which workspace the room belongs to.
Platform:
Where is this issue occurring?
Upwork URL: https://www.upwork.com/jobs/~01d70c28c08ade2a30
Slack conversation: Internal link
View all open jobs on GitHub
The text was updated successfully, but these errors were encountered: