georgetown-cset / parat

🦜 PARAT: CSET's Private-sector AI-Related Activity Tracker
https://parat.cset.tech
Other
4 stars 0 forks source link

Add tooltip next to every column header #401

Closed za158 closed 3 weeks ago

za158 commented 3 weeks ago

I am a little confused about whether this is going to happen naturally as a result of #267 and #377 and am making this issue in case not. There should be a tooltip next to every column heading in the main view. These can use the same text as in #267.

image

brianlove commented 3 weeks ago

All columns support tooltips as of https://github.com/georgetown-cset/parat/pull/319, but most aren't showing because the tooltip text in src/static_data/tooltips.js is currently blank (instead of something like "zach_tktk"). Once text (or a React Fragment - see other tooltips) is added as values for those keys, the tooltips will automatically appear.