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 8d772e0062b Add hover synchronization between Grid and Gantt chart 
(#55611)
     add 8e91ac5e59c Add filter for HITL TaskInstances page (#55620)

No new revisions were added by this update.

Summary of changes:
 .../ui/src/components/FilterBar/FilterBar.tsx      |   3 +
 .../ui/src/components/FilterBar/FilterPill.tsx     |   4 +-
 .../ui/src/components/FilterBar/defaultIcons.tsx   |   3 +-
 .../components/FilterBar/filters/SelectFilter.tsx  | 108 +++++++++++++++++++++
 .../airflow/ui/src/components/FilterBar/types.ts   |   3 +-
 .../ui/src/components/ui/Select/Trigger.tsx        |   7 +-
 .../src/airflow/ui/src/constants/filterConfigs.tsx |  20 +++-
 .../HITLFilters.tsx}                               |  37 +++----
 .../pages/HITLTaskInstances/HITLTaskInstances.tsx  |  88 +++++++----------
 .../src/airflow/ui/src/utils/useFiltersHandler.ts  |   1 +
 10 files changed, 192 insertions(+), 82 deletions(-)
 create mode 100644 
airflow-core/src/airflow/ui/src/components/FilterBar/filters/SelectFilter.tsx
 copy airflow-core/src/airflow/ui/src/pages/{XCom/XComFilters.tsx => 
HITLTaskInstances/HITLFilters.tsx} (73%)

Reply via email to