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 340c99481cb Add `system` markers automatically when use `test_run` 
(#46649)
     add cb116024c54 Add assets list (#46659)

No new revisions were added by this update.

Summary of changes:
 .../ui/{Select/Root.tsx => Popover/Arrow.tsx}      |  10 +-
 .../{Stat.tsx => ui/Popover/CloseTrigger.tsx}      |  21 ++--
 .../components/ui/{Select => Popover}/Content.tsx  |  16 +--
 .../ui/{Dialog/index.ts => Popover/index.tsx}      |   8 +-
 airflow/ui/src/components/ui/index.ts              |   3 +-
 airflow/ui/src/layouts/Nav/Nav.tsx                 |   2 +-
 airflow/ui/src/pages/AssetsList/AssetsList.tsx     | 126 +++++++++++++++++++++
 .../ui/src/pages/AssetsList/DependencyPopover.tsx  |  64 +++++++++++
 .../Details/Gantt => pages/AssetsList}/index.ts    |   2 +-
 .../ui/src/pages/Variables/ImportVariablesForm.tsx |   2 +-
 airflow/ui/src/router.tsx                          |   5 +
 11 files changed, 227 insertions(+), 32 deletions(-)
 copy airflow/ui/src/components/ui/{Select/Root.tsx => Popover/Arrow.tsx} (73%)
 copy airflow/ui/src/components/{Stat.tsx => ui/Popover/CloseTrigger.tsx} (65%)
 copy airflow/ui/src/components/ui/{Select => Popover}/Content.tsx (73%)
 copy airflow/ui/src/components/ui/{Dialog/index.ts => Popover/index.tsx} (86%)
 create mode 100644 airflow/ui/src/pages/AssetsList/AssetsList.tsx
 create mode 100644 airflow/ui/src/pages/AssetsList/DependencyPopover.tsx
 copy airflow/ui/src/{layouts/Details/Gantt => pages/AssetsList}/index.ts (96%)

Reply via email to