-
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-12-19] [$250] Accounting - Unnecessary tooltip showing the same icon on export page #51656
Comments
Triggered auto assignment to @bfitzexpensify ( |
@bfitzexpensify FYI I haven't added the External label as I wasn't 100% sure about this issue. Please take a look and add the label if you agree it's a bug and can be handled by external contributors |
ProposalPlease re-state the problem that we are trying to solve in this issue.Accounting - Unnecessary tooltip showing the same icon on export page What is the root cause of that problem?Inside ReportDetailsExportPage, we use the UserListItem component to render the items App/src/pages/home/report/ReportDetailsExportPage.tsx Lines 104 to 110 in b05ae2f
However we did not set the showTooltip to false, because inside UserListItem when rendering the icon App/src/components/SelectionList/UserListItem.tsx Lines 110 to 128 in b05ae2f
We set the default showTooltip to true if the value is undefined App/src/components/SubscriptAvatar.tsx Line 62 in b05ae2f
What changes do you think we should make in order to solve the problem?We should pass showTooltip false inside ReportDetailsExportPage function ExportListItems(props) {
return <UserListItem showTooltip={false} {...props} />
}
...
<SelectionScreen<ExportType>
policyID={policyID ?? ''}
accessVariants={[CONST.POLICY.ACCESS_VARIANTS.ADMIN, CONST.POLICY.ACCESS_VARIANTS.PAID]}
featureName={CONST.POLICY.MORE_FEATURES.ARE_CONNECTIONS_ENABLED}
displayName={ReportDetailsExportPage.displayName}
sections={[{data: exportSelectorOptions}]}
listItem={ExportListItems} What alternative solutions did you explore? (Optional) |
Edited by proposal-police: This proposal was edited at 2024-10-29 13:45:40 UTC. ProposalPlease re-state the problem that we are trying to solve in this issue.Accounting - Unnecessary tooltip showing the same icon on export page 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.Unnecessary tooltip showing the same icon on export page What is the root cause of that problem?The integration icons are rendered by App/src/components/MultipleAvatars.tsx Lines 150 to 155 in b05ae2f
What changes do you think we should make in order to solve the problem?We will pass the shouldRender={shouldShowTooltips} Additionally
|
PROPOSAL UPDATED
|
Job added to Upwork: https://www.upwork.com/jobs/~021851328333556408802 |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @parasharrajat ( |
Reviewing shortly. |
Back from festive holidays. I will check it now. |
📣 It's been a week! Do we have any satisfactory proposals yet? Do we need to adjust the bounty for this issue? 💸 |
@Krishna2323's proposal looks good to me. We will have to carefully check that this does not cause any issues as MultipleAvatar component is a generic component. 🎀 👀 🎀 C+ reviewed |
Triggered auto assignment to @thienlnam, see https://stackoverflow.com/c/expensify/questions/7972 for more details. |
@parasharrajat @thienlnam @bfitzexpensify this issue was created 2 weeks ago. Are we close to approving a proposal? If not, what's blocking us from getting this issue assigned? Don't hesitate to create a thread in #expensify-open-source to align faster in real time. Thanks! |
📣 It's been a week! Do we have any satisfactory proposals yet? Do we need to adjust the bounty for this issue? 💸 |
@Krishna2323 Bump |
📣 @Krishna2323 🎉 An offer has been automatically sent to your Upwork account for the Contributor role 🎉 Thanks for contributing to the Expensify app! Offer link |
@parasharrajat, PR ready for review ^ |
@thienlnam, please take a look at this comment when you have a chance. Thanks |
This issue has not been updated in over 15 days. @parasharrajat, @thienlnam, @bfitzexpensify, @Krishna2323 eroding to Monthly issue. P.S. Is everyone reading this sure this is really a near-term priority? Be brave: if you disagree, go ahead and close it out. If someone disagrees, they'll reopen it, and if they don't: one less thing to do! |
PR is close to merge. |
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 9.0.74-8 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-12-19. 🎊 For reference, here are some details about the assignees on this issue:
|
@parasharrajat @bfitzexpensify @parasharrajat 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] |
BugZero Checklist:
Bug classificationSource of bug:
Where bug was reported:
Who reported the bug:
Regression Test ProposalPrecondition:
Test:Test 1
Test 2
Do we agree 👍 or 👎 |
Payment summary: @Krishna2323 paid $250 via Upwork for contributor work ✅ |
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.55-0
Reproducible in staging?: Y
Reproducible in production?: Y
If this was caught on HybridApp, is this reproducible on New Expensify Standalone?: N/A
If this was caught during regression testing, add the test name, ID and link from TestRail: N/A
Email or phone of affected tester (no customers): applausetester+nl732@applause.expensifail.com
Issue reported by: Applause - Internal Team
Action Performed:
Precondition:
Expected Result:
No tooltip should be shown
Actual Result:
Tooltip is shown showing the exact same icon that is already visible
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Screenshots/Videos
Add any screenshot/video evidence
Bug6649198_1730200163454.bandicam_2024-10-29_14-06-29-290.mp4
View all open jobs on GitHub
Upwork Automation - Do Not Edit
Issue Owner
Current Issue Owner: @bfitzexpensifyThe text was updated successfully, but these errors were encountered: