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 7fee3e90023 Don't import/load executor if it's not necessary (#55742)
add c76e3dd3361 UI fixes for calendar (#55476)
No new revisions were added by this update.
Summary of changes:
.../src/airflow/ui/src/components/HoverTooltip.tsx | 63 ++++++++++
.../airflow/ui/src/pages/Dag/Calendar/Calendar.tsx | 10 +-
.../ui/src/pages/Dag/Calendar/CalendarCell.tsx | 60 ++++++----
.../ui/src/pages/Dag/Calendar/CalendarLegend.tsx | 2 +-
.../ui/src/pages/Dag/Calendar/CalendarTooltip.tsx | 132 ++++++++++++++++-----
.../pages/Dag/Calendar/CalendarTooltipContent.tsx | 68 -----------
.../src/pages/Dag/Calendar/DailyCalendarView.tsx | 25 ++--
.../src/pages/Dag/Calendar/HourlyCalendarView.tsx | 26 +++-
.../ui/src/pages/Dag/Calendar/calendarUtils.ts | 22 +---
.../ui/src/pages/Dag/Calendar/richTooltipUtils.ts | 50 --------
.../ui/src/pages/Dag/Calendar/useDelayedTooltip.ts | 60 ----------
11 files changed, 251 insertions(+), 267 deletions(-)
create mode 100644 airflow-core/src/airflow/ui/src/components/HoverTooltip.tsx
delete mode 100644
airflow-core/src/airflow/ui/src/pages/Dag/Calendar/CalendarTooltipContent.tsx
delete mode 100644
airflow-core/src/airflow/ui/src/pages/Dag/Calendar/richTooltipUtils.ts
delete mode 100644
airflow-core/src/airflow/ui/src/pages/Dag/Calendar/useDelayedTooltip.ts