Instead of a tooltip shadcn component can we use the hovercard instead?
I'll replace the tooltips with hovercards for a more flexible popup experience.
I've replaced the tooltips with hovercards for both column headers. Here are the changes I made:
The hovercards now appear when users hover over the help icons next to the "Monologue" and "Analysis" column headers, providing the same helpful information in a more visually appealing format.
Can we update the system to use the following labels?
'Very Unlikely' - Green
'Possible' - Blue
'Unlikely' - Yellow
'Likely' - Orange
'Very Likely' - Red
"Not Analyzed" - Grey
I'll update the system to use the new deception level labels with their corresponding colors.
I've updated the system to use the new deception level labels with their corresponding colors. Here's a summary of the changes:
DeceptionLevel type definition to use the new labelsgetDeceptionLevelForString function to return the new label namesThe transcript table now displays the new deception level labels with their corresponding colors throughout the interface, providing a more nuanced scale for deception analysis.
Can you modify it such that the labels are above the statement text?