Page MenuHomePhabricator

[native] added icons to tooltip item component
ClosedPublic

Authored by ginsu on Oct 15 2022, 11:55 AM.
Tags
None
Referenced Files
F2105307: D5374.id17627.diff
Tue, Jun 25, 6:55 AM
F2102521: D5374.id.diff
Tue, Jun 25, 12:46 AM
Unknown Object (File)
Sat, Jun 22, 4:15 AM
Unknown Object (File)
Tue, Jun 18, 5:09 PM
Unknown Object (File)
Mon, Jun 17, 6:04 AM
Unknown Object (File)
Mon, Jun 17, 6:04 AM
Unknown Object (File)
Thu, Jun 13, 6:07 AM
Unknown Object (File)
Wed, Jun 12, 5:54 AM

Details

Summary

added icons to the TooltipItem component. The five options of the TooltipItem are copy, reply, report, creae sidebar and open sidebar. Once we have the icons, we will convert the tooltip into the toolbar.


Linear Task: ENG-1541

Test Plan

Please review the screenshots to see the before and after for the changes i made:

Before:

Screen Shot 2022-10-14 at 2.09.30 PM.png (1×1 px, 642 KB)

After:
Create Thread Case:

Screen Shot 2022-10-15 at 2.51.27 PM.png (1×1 px, 620 KB)

Open Thread Case:

Screen Shot 2022-10-15 at 2.51.11 PM.png (1×1 px, 629 KB)

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

ginsu edited the test plan for this revision. (Show Details)
ginsu added reviewers: atul, rohan, abosh.

Pulled this locally and it all looks good to me, nice!

This revision is now accepted and ready to land.Oct 15 2022, 1:45 PM

We really shouldn't have added application-specific code here... it violates separation of concerns. This should've gone on the TooltipSpec

We really shouldn't have added application-specific code here... it violates separation of concerns. This should've gone on the TooltipSpec

Yea looking at this again, you are definitely right. I created a task to address this