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 20691d55c49 Persist TI tabs in dag view for Gantt bar click (#55191)
add beaf15c4e76 feat(ui): implement dynamic legend system for calendar
(#55155)
No new revisions were added by this update.
Summary of changes:
.../airflow/ui/src/pages/Dag/Calendar/Calendar.tsx | 18 +-
.../ui/src/pages/Dag/Calendar/CalendarLegend.tsx | 40 ++--
.../src/pages/Dag/Calendar/DailyCalendarView.tsx | 10 +-
.../src/pages/Dag/Calendar/HourlyCalendarView.tsx | 13 +-
.../ui/src/pages/Dag/Calendar/calendarUtils.ts | 234 ++++++++++++++-------
.../src/airflow/ui/src/pages/Dag/Calendar/types.ts | 13 ++
6 files changed, 211 insertions(+), 117 deletions(-)