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 5f5c2a5970d Introduce `LIST` logic in AWS auth manager (#54987)
add 0e89ef80db5 Small HITL UX improvements (#54990)
No new revisions were added by this update.
Summary of changes:
.../airflow/ui/public/i18n/locales/en/hitl.json | 7 ++
.../ui/src/components/PendingActionsButton.tsx | 58 +++++++++++++++
.../Dashboard/Stats => components}/StatsCard.tsx | 0
.../airflow/ui/src/pages/Dag/Overview/Overview.tsx | 2 +
.../src/pages/Dashboard/Stats/DAGImportErrors.tsx | 2 +-
.../airflow/ui/src/pages/Dashboard/Stats/Stats.tsx | 29 ++------
.../pages/HITLTaskInstances/HITLResponseForm.tsx | 1 -
.../pages/HITLTaskInstances/HITLTaskInstances.tsx | 83 ++++++++++++++++------
.../ui/src/pages/Task/Overview/Overview.tsx | 2 +
9 files changed, 138 insertions(+), 46 deletions(-)
create mode 100644
airflow-core/src/airflow/ui/src/components/PendingActionsButton.tsx
rename airflow-core/src/airflow/ui/src/{pages/Dashboard/Stats =>
components}/StatsCard.tsx (100%)