potiuk commented on issue #29243: URL: https://github.com/apache/airflow/issues/29243#issuecomment-1410012097
> interesting idea. may I give it a shot? > > my question is shall we also have task state auto-refresh in grid view, I remember I was refreshing my page a lot there(actually was tree view as my team is still on 1.10) Grid view has much more "auto-refresh" already. I think mostly @pierrejeambrun and @bbovenzi added a lot of those gradually when things are now auto-refreshing and this is a continuous process to convert more of the views/places to add it (basically it is all mostly about converting the views to be react-driven because then refreshing of each component can be done separately following the react-UI patterns rather than refreshing whole pages. This is all being done as part of the AIP-38 https://cwiki.apache.org/confluence/display/AIRFLOW/AIP-38+Modern+Web+Application - which is an on-going effort and any small improvements in what is refreshed when is most welcome by anyone I think. There are still a lot of views that are not converted to react (for example the logs mentioned by @aamster in #29242 . And yes we are well aware that those are still there, and rather than pointing out those by issues we prefer PRs improving it (there are probably far too many places to add individual issues for all such cases and this is needless buearaucracy to create such issues). So yes improving any part of those is most welcome - and PRs can be created without even creating issues for it. -- 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]
