bhumikasudarshani-cmd commented on code in PR #64010:
URL: https://github.com/apache/airflow/pull/64010#discussion_r2969891669


##########
airflow-core/src/airflow/ui/src/pages/DagRuns.tsx:
##########
@@ -280,6 +329,15 @@ export const DagRuns = () => {
         onStateChange={setTableURLState}
         total={data?.total_entries}
       />
+      <ActionBar.Root closeOnInteractOutside={false} 
open={Boolean(selectedRows.size)}>
+        <ActionBar.Content>
+          <ActionBar.SelectionTrigger>
+            {selectedRows.size} {translate("common:selected")}

Review Comment:
   All three problems have been resolved:
   1. The selection composite key is `${run.dag_id}:${run.dag_run_id}`
   2. When selecting in bulk, row-level buttons are disabled.
   3. ActionBar now has buttons for Mark As and Clear.
   
   I appreciate the thorough review.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to