Java123456com commented on PR #72574:
URL: https://github.com/apache/airflow/pull/72574#issuecomment-5741151778

   @Bbovenzi Done — rebased onto latest `main` and dropped the trigger part of 
the change since #72459 covers it. This PR is now narrowed to the collapsed 
pills, which still clip the badge because `FilterPill` is fixed-height 
(`h="9"`). Options can carry a plain-text `pillLabel` that the pill renders 
instead of the rich label; the dropdown menu and the trigger keep the badges.
   
   Screenshots from a live UI run (Dags list filtered on 
`last_dag_run_state=failed`):
   
   | Before | After |
   | --- | --- |
   | ![before pill](screenshots/before/pill.png) | ![after 
pill](screenshots/after/pill.png) |
   | ![before full](screenshots/before/full.png) | ![after 
full](screenshots/after/full.png) |
   


-- 
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