-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
[$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 ^ |
If you haven’t already, check out our contributing guidelines for onboarding and email [email protected] 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): [email protected]
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: @parasharrajatThe text was updated successfully, but these errors were encountered: