The GitHub Actions job "npm_and_yarn in  - Update #1103610106" on 
airflow.git/main has succeeded.
Run started by GitHub user dependabot[bot] (triggered by dependabot[bot]).

Head commit for run:
04dce6c86849b4dd10ede2dd286164e64092348c / Dheeraj Turaga 
<[email protected]>
Add delete button for dag runs in more options menu (#55696)

* Add delete button for dag runs in more options menu

  - Add 'more options' hamburger menu button next to 'Mark Dag Run as' dropdown 
in dag run header
  - Move delete functionality into the more options menu following the same 
pattern as dag header
  - Update DeleteRunButton styling to match delete dag button theme (remove 
solid variant, add Box wrapper)
  - Add conditional navigation: only navigate to /dags/<dag_id>/runs when 
deleting from specific run detail page

* Brent's suggestions

* Refactor DeleteRunButton to use rest props pattern

  Use rest/spread pattern instead of explicit width prop to allow
  passing any ButtonProps to the underlying ActionButton component

 Fixed TypeScript errors by excluding conflicting onClick and colorPalette 
props from ButtonProps in DeleteRunButtonProps type definition.

* ensures that the variant prop can be passed through the rest pattern

Report URL: https://github.com/apache/airflow/actions/runs/17834847297

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to