This is an automated email from the ASF dual-hosted git repository.
jscheffl pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 013401b4a7c Set correct label for runs-on-as-json-public in selective
check table (#45390)
add a562a8583fb Add action bar for the bulk operation on variable list
(#45392)
No new revisions were added by this update.
Summary of changes:
.../ui/src/components/DataTable/useRowSelection.ts | 87 ++++++++++++++++++++++
.../Content.tsx => ActionBar/BarContent.tsx} | 18 +++--
.../ItemContent.tsx => ActionBar/CloseTrigger.tsx} | 12 +--
.../components/ui/{Dialog => ActionBar}/index.ts | 8 +-
airflow/ui/src/pages/Variables/Variables.tsx | 76 +++++++++++++++++--
5 files changed, 178 insertions(+), 23 deletions(-)
create mode 100644 airflow/ui/src/components/DataTable/useRowSelection.ts
copy airflow/ui/src/components/ui/{Select/Content.tsx =>
ActionBar/BarContent.tsx} (69%)
copy airflow/ui/src/components/ui/{Accordion/ItemContent.tsx =>
ActionBar/CloseTrigger.tsx} (73%)
copy airflow/ui/src/components/ui/{Dialog => ActionBar}/index.ts (85%)