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 78dc1a8e132 Add asset event extra to events list in asset details page (#47935) add 47d6b065b17 Add next run to asset expression (#47932) No new revisions were added by this update. Summary of changes: .../src/components/AssetExpression/AndGateNode.tsx | 2 +- .../components/AssetExpression/AssetExpression.tsx | 20 +++--- .../src/components/AssetExpression/AssetNode.tsx | 46 +++++++------- .../src/components/AssetExpression/OrGateNode.tsx | 2 +- airflow/ui/src/components/AssetExpression/types.ts | 15 ++++- .../ui/src/pages/AssetsList/DependencyPopover.tsx | 2 +- airflow/ui/src/pages/Dag/Header.tsx | 2 +- airflow/ui/src/pages/DagsList/AssetSchedule.tsx | 72 ++++++++++++++++++++++ airflow/ui/src/pages/DagsList/Schedule.tsx | 24 ++------ 9 files changed, 131 insertions(+), 54 deletions(-) create mode 100644 airflow/ui/src/pages/DagsList/AssetSchedule.tsx