uranusjr edited a comment on issue #18717: URL: https://github.com/apache/airflow/issues/18717#issuecomment-938327714
Considering the complexity of the current index page, re-implementing it to support in-page refresh like the graph view is not worth it IMO, unless we can do it in a way that can be reused for AIP-38. An [htmx](https://htmx.org/docs/#introduction)/[Turbo](https://turbo.hotwired.dev/)-like approach (not necessaily using either of those implementations since we only need very minimal features) may be more viable—we still do a complete fetch of the index page, but instead of reloading the entire page, only replace the DAG table with new content in-place. -- 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]
