This is an automated email from the ASF dual-hosted git repository.

pierrejeambrun pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


    from ab8820e2d71 Fix go back button from fab iframe (#58997)
     add 4970ea2978e Fix task instance and runs tooltips in Grid view (#58359)

No new revisions were added by this update.

Summary of changes:
 .../src/airflow/ui/src/components/BasicTooltip.tsx | 127 +++++++++++++++++++++
 .../src/airflow/ui/src/components/DagRunInfo.tsx   |   2 +-
 .../src/airflow/ui/src/components/HoverTooltip.tsx |  63 ----------
 .../ui/src/components/TaskInstanceTooltip.tsx      |   5 +-
 .../ui/src/layouts/Details/Grid/GridButton.tsx     |  66 +++++++----
 .../airflow/ui/src/layouts/Details/Grid/GridTI.tsx |  65 ++++++-----
 .../ui/src/pages/Dag/Calendar/CalendarCell.tsx     |  15 +--
 .../ui/src/pages/Dag/Calendar/CalendarTooltip.tsx  | 104 +++++------------
 8 files changed, 241 insertions(+), 206 deletions(-)
 create mode 100644 airflow-core/src/airflow/ui/src/components/BasicTooltip.tsx
 delete mode 100644 airflow-core/src/airflow/ui/src/components/HoverTooltip.tsx

Reply via email to