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 1307e37bc63 AIP-72: Add support for fetching variables and connections 
in Supervisor (#44229)
     add 970cb274466 Use airflow config in new UI (#44252)

No new revisions were added by this update.

Summary of changes:
 airflow/ui/src/components/ConfirmationModal.tsx    | 66 ++++++++++++++++++++++
 .../src/components/DataTable/useTableUrlState.ts   | 26 +++++----
 airflow/ui/src/components/TogglePause.tsx          | 46 ++++++++++++---
 .../src/components/TriggerDag/TriggerDAGModal.tsx  |  6 +-
 airflow/ui/src/constants/sortParams.ts             |  2 +-
 .../ui/src/context/timezone/TimezoneProvider.tsx   |  6 +-
 airflow/ui/src/layouts/BaseLayout.tsx              | 30 +++++++---
 airflow/ui/src/layouts/Nav/DocsButton.tsx          | 51 +++++++++--------
 airflow/ui/src/pages/DagsList/Dag/Code/Code.tsx    |  6 +-
 airflow/ui/src/pages/DagsList/Dag/Header.tsx       |  6 +-
 airflow/ui/src/pages/DagsList/DagCard.tsx          |  6 +-
 airflow/ui/src/pages/DagsList/DagsFilters.tsx      | 14 ++++-
 airflow/ui/src/pages/DagsList/DagsList.tsx         | 54 +++++++++---------
 airflow/ui/src/pages/DagsList/SortSelect.tsx       | 50 ++++++++++++++++
 airflow/ui/src/pages/Dashboard/Health/Health.tsx   | 19 ++++---
 .../src/queries/useConfig.tsx}                     | 28 ++++-----
 16 files changed, 307 insertions(+), 109 deletions(-)
 create mode 100644 airflow/ui/src/components/ConfirmationModal.tsx
 create mode 100644 airflow/ui/src/pages/DagsList/SortSelect.tsx
 copy airflow/{www/static/js/dag/details/taskInstance/BackToTaskSummary.tsx => 
ui/src/queries/useConfig.tsx} (62%)

Reply via email to