-
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 2024-11-28] [$250] When a row is selected in the chat switcher, it doesn't have rounded edges #52158
Comments
Triggered auto assignment to @isabelastisser ( |
Job added to Upwork: https://www.upwork.com/jobs/~021854327558552515894 |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @rayane-djouah ( |
ProposalPlease re-state the problem that we are trying to solve in this issue.When a row is selected in the chat switcher, it doesn't have rounded edges What is the root cause of that problem?
What changes do you think we should make in order to solve the problem?
What alternative solutions did you explore? (Optional)Result |
ProposalPlease re-state the problem that we are trying to solve in this issue.The highlighted row in the search router list is not rounded. What is the root cause of that problem?The structure of the row is Pressable > View. The border-radius isn't applied because the View has the same size as the pressable and the background overflow the Pressable. App/src/components/SelectionList/BaseListItem.tsx Lines 75 to 113 in afa7b33
We already apply a padding to it, but it's applied to the wrapper (View), which means the View still has the same size.
What changes do you think we should make in order to solve the problem?We can set overflow: hidden to the pressable, but it still doesn't fix the blue outline cut off. Instead, we can apply the padding to the pressable, just like with the "Recent searches" section. App/src/components/Search/SearchRouter/SearchRouterList.tsx Lines 106 to 109 in afa7b33
And set the wrapper padding to 0.
|
@m-natarajan It looks like the same UI issue is consistent across all options in the left sidebar when using the search function and scrolling with the arrow keys Expensify240711-1.mp4 |
📣 @thishura! 📣
|
@bernhardoj's proposal looks good to me 🎀👀🎀 C+ reviewed |
Current assignee @luacmartins is eligible for the choreEngineerContributorManagement assigner, not assigning anyone new. |
📣 @rayane-djouah 🎉 An offer has been automatically sent to your Upwork account for the Reviewer role 🎉 Thanks for contributing to the Expensify app! |
PR is ready cc: @rayane-djouah |
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 9.0.64-4 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 2024-11-28. 🎊 For reference, here are some details about the assignees on this issue:
|
@rayane-djouah @isabelastisser @rayane-djouah The PR fixing this issue has been merged! The following checklist (instructions) will need to be completed before the issue can be closed. Please copy/paste the BugZero Checklist from here into a new comment on this GH and complete it. If you have the K2 extension, you can simply click: [this button] |
Requested in ND. |
BugZero Checklist:
Regression Test Proposal
Do we agree 👍 or 👎 |
@luacmartins, @isabelastisser, @bernhardoj, @rayane-djouah Eep! 4 days overdue now. Issues have feelings too... |
I was OOO last week; I will complete this today. |
Payment summary: @bernhardoj requires payment through NewDot Manual Requests |
All set! |
$250 approved for @bernhardoj |
If you haven’t already, check out our contributing guidelines for onboarding and email contributors@expensify.com to request to join our Slack channel!
Version Number: 9.0.58-1
Reproducible in staging?: Y
Reproducible in production?: Y
If this was caught on HybridApp, is this reproducible on New Expensify Standalone?:
If this was caught during regression testing, add the test name, ID and link from TestRail:
Email or phone of affected tester (no customers):
Logs: https://stackoverflow.com/c/expensify/questions/4856
Expensify/Expensify Issue URL:
Issue reported by: @shawnborton
Slack conversation (hyperlinked to channel name): ts_external_expensify_bugs
Action Performed:
Expected Result:
Row's selected style should have the rounded edges
Actual Result:
Row's selected style doesn't have the rounded edges
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Screenshots/Videos
Add any screenshot/video evidence
View all open jobs on GitHub
Upwork Automation - Do Not Edit
Issue Owner
Current Issue Owner: @isabelastisserThe text was updated successfully, but these errors were encountered: