yuqian90 opened a new pull request, #29971:
URL: https://github.com/apache/airflow/pull/29971

   We often hear these two complaints from users:
   1. Graph View does not make use of the whole screen space. The height is 
clipped at a fixed value. This is especially bad for large monitors.
   2. Graph jumps around when TaskGroup is expanded or collapsed
   
   This PR fixes both issues.
   
   Here's a gif showing some of the UI interactions after this change. Notice 
these two changes:
   1. The graph now uses the whole page. It's no longer clipped to a fixed 
height
   2. The clicked node focuses around the cursor when TaskGroup is expanded or 
collapsed, instead of jumping around.
   
![mvo2](https://user-images.githubusercontent.com/6637585/223654438-46f066e2-25d2-443a-a7bc-df656ffed930.gif)
   
   
![mvo1](https://user-images.githubusercontent.com/6637585/223654306-11804a75-bdcb-47b0-8522-ba1397e90206.gif)
   
   
   


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