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

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


    from 3152685c62 Fix logical conflicts in PRs not found by CI (#30095)
     add c4d61e910e Add task state hover highlighting to new graph (#30100)

No new revisions were added by this update.

Summary of changes:
 airflow/www/static/js/dag/Main.tsx                 |   1 +
 airflow/www/static/js/dag/StatusBox.tsx            |   1 +
 .../www/static/js/dag/details/graph/Node.test.tsx  | 125 +++++++++++++++
 airflow/www/static/js/dag/details/graph/Node.tsx   | 174 +++++++++++----------
 airflow/www/static/js/dag/details/graph/index.tsx  |  16 +-
 airflow/www/static/js/dag/details/graph/utils.ts   |  25 ++-
 airflow/www/static/js/dag/details/index.tsx        |   4 +-
 7 files changed, 254 insertions(+), 92 deletions(-)
 create mode 100644 airflow/www/static/js/dag/details/graph/Node.test.tsx

Reply via email to