-
Notifications
You must be signed in to change notification settings - Fork 16.6k
Restore tooltips on grid view#53438
Conversation
Chakra's tooltips are now more performant than when we first built the 3.0 Grid view, but there were still a few issues with it when it came specifically to the grid view. Primarily with how we handle all the hovering state. Instead, I built our own custom lightweight tooltip just for the grid view.
It only shows info in LightGridTaskInstanceSummary
^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named {pr_number}.significant.rst or {issue_number}.significant.rst, in airflow-core/newsfragments.
pierrejeambrun
left a comment
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.
Nice.