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 028087b5a6 Move around overflow, position and padding (#23044)
add afdfece937 Fix expand/collapse all buttons (#23590)
No new revisions were added by this update.
Summary of changes:
.../static/js/grid/AutoRefresh.jsx} | 54 ++++-----
airflow/www/static/js/grid/Grid.jsx | 128 ++++++++-------------
.../grid/{ToggleGroups.test.jsx => Grid.test.jsx} | 54 ++++++---
airflow/www/static/js/grid/Main.jsx | 80 +++++++++++++
airflow/www/static/js/grid/ToggleGroups.jsx | 23 +---
.../www/static/js/grid/api/useGridData.test.jsx | 2 +-
airflow/www/static/js/grid/details/index.jsx | 2 +-
airflow/www/static/js/grid/index.jsx | 4 +-
airflow/www/static/js/grid/renderTaskRows.jsx | 55 ++-------
airflow/www/static/js/grid/renderTaskRows.test.jsx | 128 ++++++++-------------
10 files changed, 249 insertions(+), 281 deletions(-)
copy airflow/{ui/src/components/SectionNav.tsx =>
www/static/js/grid/AutoRefresh.jsx} (53%)
rename airflow/www/static/js/grid/{ToggleGroups.test.jsx => Grid.test.jsx}
(84%)
create mode 100644 airflow/www/static/js/grid/Main.jsx