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
Differential D5374
[native] added icons to tooltip item component ginsu on Oct 15 2022, 11:55 AM. Authored by Tags None Referenced Files
Details 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 Please review the screenshots to see the before and after for the changes i made: Before: After: Open Thread Case:
Diff Detail
Event TimelineComment Actions We really shouldn't have added application-specific code here... it violates separation of concerns. This should've gone on the TooltipSpec Comment Actions
Yea looking at this again, you are definitely right. I created a task to address this |
Then why are we keeping styles like border and border-radius?
Don't these styles also affect the <textarea> tag? Are you sure we want to be removing these styles for that as well? Or should we break this into two separate selectors (one for input and another for textarea)?