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 11c305acad2 Add back `get_url_logout` in auth managers but make it
optional (#47729)
add a10e041ac2e Load dag run in grid if outside of initial fetch (#47695)
No new revisions were added by this update.
Summary of changes:
airflow/ui/src/hooks/useSelectedVersion.ts | 2 +-
airflow/ui/src/layouts/Details/Graph/Graph.tsx | 24 ++++--
airflow/ui/src/layouts/Details/Grid/Grid.tsx | 95 +++++-----------------
.../MappedTaskInstance/MappedTaskInstance.tsx | 23 +++++-
airflow/ui/src/queries/useGrid.ts | 74 +++++++++++++++++
5 files changed, 135 insertions(+), 83 deletions(-)
create mode 100644 airflow/ui/src/queries/useGrid.ts