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 0a02ded3e67 Fix dag import error modal pagination (#55719)
add 8d772e0062b Add hover synchronization between Grid and Gantt chart
(#55611)
No new revisions were added by this update.
Summary of changes:
.../ui/src/context/{timezone => hover}/Context.ts | 8 +-
.../hover/HoverProvider.tsx} | 24 +-
.../DataTable => context/hover}/index.ts | 5 +-
.../{timezone/useTimezone.ts => hover/useHover.ts} | 8 +-
.../ui/src/layouts/Details/DetailsLayout.tsx | 307 +++++++++++----------
.../airflow/ui/src/layouts/Details/Gantt/Gantt.tsx | 54 +++-
.../airflow/ui/src/layouts/Details/Gantt/utils.ts | 72 ++++-
.../airflow/ui/src/layouts/Details/Grid/GridTI.tsx | 42 +--
.../ui/src/layouts/Details/Grid/TaskNames.tsx | 24 +-
9 files changed, 337 insertions(+), 207 deletions(-)
copy airflow-core/src/airflow/ui/src/context/{timezone => hover}/Context.ts
(80%)
copy
airflow-core/src/airflow/ui/src/{components/AssetExpression/OrGateNode.tsx =>
context/hover/HoverProvider.tsx} (66%)
copy airflow-core/src/airflow/ui/src/{components/DataTable =>
context/hover}/index.ts (85%)
copy airflow-core/src/airflow/ui/src/context/{timezone/useTimezone.ts =>
hover/useHover.ts} (78%)