shaealh commented on PR #69992: URL: https://github.com/apache/airflow/pull/69992#issuecomment-5040168565
@bbovenzi Rebased onto current 'main' and resolved the overview conflicts while preserving the responsive layout from #70142. Tested with a real React plugin at different viewport widths and CSS order values: - Dag overview: 1440px, order 2 - Dag overview: 768px, order 4 - Task overview: 1440px, order 1 - Task overview: 768px, order 3 Local UI, type, lint, generated-client, and focused Python tests all pass. <img width="768" height="1100" alt="dag-overview-narrow-order-4" src="https://github.com/user-attachments/assets/26a8aeaf-fb8a-49bb-95ad-cee48a1d64db" /> <img width="1440" height="1100" alt="dag-overview-wide-order-2" src="https://github.com/user-attachments/assets/6cc6e3be-7fa9-4c79-8043-509db0ab1d83" /> <img width="768" height="1100" alt="task-overview-narrow-order-3" src="https://github.com/user-attachments/assets/ff369522-1a47-48b9-8ee6-9913df42913e" /> <img width="1440" height="1100" alt="task-overview-wide-order-1" src="https://github.com/user-attachments/assets/d1702bbc-3c48-4b03-80f2-6a0aab7c19c9" /> -- 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]
