-
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
[HOLD for payment 2023-03-16] Make the tooltip component accept any arbitrarily content #15126
Comments
Triggered auto assignment to @sonialiap ( |
📣 @hannojg! 📣 |
Bug0 Triage Checklist (Main S/O)
|
@hannojg Uh oh! This issue is overdue by 2 days. Don't forget to update your issues! |
PR is up for review: #15325 |
@hannojg Whoops! This issue is 2 days overdue. Let's get this updated quick! |
@hannojg Eep! 4 days overdue now. Issues have feelings too... |
Currently fixing the PR as suggested by the review comments. Should be good for review on Monday morning 😊 |
Triggered auto assignment to @dylanexpensify ( |
Bug0 Triage Checklist (Main S/O)
|
Could we pay @s77rt $1000 for the PR testing and review please? |
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 1.2.80-2 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 2023-03-16. 🎊 After the hold period is over and BZ checklist items are completed, please complete any of the applicable payments for this issue, and check them off once done.
As a reminder, here are the bonuses/penalties that should be applied for any External issue:
|
BugZero Checklist: The PR fixing this issue has been merged! The following checklist (instructions) will need to be completed before the issue can be closed:
|
Looks like something related to As a reminder, please make sure that all proposals are not workarounds and that any and all attempt to fix the issue holistically have been made before proceeding with a solution. Proposals to change our Feel free to drop a note in #expensify-open-source with any questions. |
I don't think the checklist applies here since this is a feature request. Let me know if any action is required here. |
Yep sounds good to me, no action required |
Triggered auto assignment to @tjferriss ( |
@tjferriss I'm heading OOO this week, mind tackling this one for me?? TY! 🙇 |
I've created the UpWorks job to process payment. I want to make sure I have this right:
Does that look right to everyone? If so, can you please apply here: https://www.upwork.com/ab/applicants/1636137881404239872/job-details Based on this comment, it sounds like all that remains is to get the payment processed. I tend to agree. |
@tjferriss The upwork job is private |
Are you sure? It it telling me it's public right now: https://www.upwork.com/jobs/~013dc6542fe5fba104 |
@tjferriss That is a different link 😅 I have applied! |
Payment processed. Closing. |
Part of #14180
Problem
Currently the
<Tooltip />
component only accepts string to render. Its an issue when you want to render any other content than text in a tooltip.Why is this important?
The emoji reactions feature wants to show the emoji and its senders in the tooltip.
Solution
Make the
<Tooltip />
component accept arenderContent
callback, as outlines here.Note: No need to make this External or internal. Might not even need to be assigned as no payments will be issued. (External agency working on this)
The text was updated successfully, but these errors were encountered: