-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add tooltips in jobs columns #362
Conversation
No need for rebasing 👍 |
☂️ Python Coverage
Overall Coverage
New FilesNo new covered files... Modified FilesNo covered modified files...
|
JavaScript CoverageSummary
Modified Files • (67%)
|
a531cc9
to
6bcead9
Compare
Add tooltips in the jobs columns providing explanatory information about limitations of the numbers. Update uses of HelpTooltip to use small icons where appropriate. Closes #326
6bcead9
to
2b7107a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great!
country = undefined, | ||
data, | ||
}) => { | ||
const tooltipType = (country === "United States") ? undefined : ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a little bit hard to read, might be easier as a series of if statements!
Add tooltips in the jobs columns providing explanatory information about limitations of the numbers.
Closes #326