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 bcb553a838 Display rerun icon for tasks (#42152)
     add 9df31442bc Page routing in new UI (#42185)

No new revisions were added by this update.

Summary of changes:
 airflow/ui/src/{app.test.tsx => App.test.tsx}      | 11 +++----
 .../components/LinkButton.tsx => ui/src/App.tsx}   | 24 +++++++--------
 airflow/ui/src/{main.tsx => Main.tsx}              | 17 +++++-----
 airflow/ui/src/{app.tsx => layouts/BaseLayout.tsx} | 15 +++++----
 airflow/ui/src/{nav.tsx => layouts/Nav.tsx}        | 36 +++++-----------------
 .../src/layouts/NavButton.tsx}                     | 34 ++++++++++++++------
 .../ui/src/{dagsList.tsx => pages/DagsList.tsx}    |  6 ++--
 airflow/www/extensions/init_react_ui.py            |  5 +--
 8 files changed, 69 insertions(+), 79 deletions(-)
 rename airflow/ui/src/{app.test.tsx => App.test.tsx} (97%)
 copy airflow/{www/static/js/components/LinkButton.tsx => ui/src/App.tsx} (64%)
 rename airflow/ui/src/{main.tsx => Main.tsx} (90%)
 rename airflow/ui/src/{app.tsx => layouts/BaseLayout.tsx} (82%)
 rename airflow/ui/src/{nav.tsx => layouts/Nav.tsx} (81%)
 copy airflow/{www/static/js/components/LinkButton.tsx => 
ui/src/layouts/NavButton.tsx} (56%)
 rename airflow/ui/src/{dagsList.tsx => pages/DagsList.tsx} (97%)

Reply via email to