rjgoyln commented on issue #71979:
URL: https://github.com/apache/airflow/issues/71979#issuecomment-5398034010

   Hi @shivaam! I’ve opened **PR #72005** to address this issue.
   
   I found that the flicker came from three layout shifts: the row count 
unmounting during queries, disappearing scrollbars, and skeleton loaders 
changing column widths.
   
   The first two are now fixed in the shared components. For the third, 
**Dags** and **Assets** now keep their existing results while fetching new 
filters, matching `DagRuns` and `TaskInstances`. A progress bar is also shown 
during the fetch to indicate that the data is updating without causing 
additional layout shifts.
   
   Initial page loads may still reflow slightly due to content-driven column 
widths, but filter changes should now be much smoother.
   
   Thanks for the feedback, and please let me know if any further adjustments 
would be helpful!
   


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