ryanahamilton opened a new pull request #15041: URL: https://github.com/apache/airflow/pull/15041
Follow-up to #15007 that also provides scaffold routes and their correlating view files. - Adds nesting layout containers `RunsContainer`, `RunContainer`, and `TIContainer` that all inherit from a shared `PipelineContainer`. - Refactors the navigation in `SectionWrapper` into a shareable `SectionNav` component that is now used for all sub-navigations. - The usage of `useDagRuns` and `useTaskInstances` query hooks is only a temporary implementation to allow rendering of links (left half of screen in GIF below) to traverse all of the new routes introduced in this PR.  **DISCLAIMER:** All aesthetics (colors, fonts, icons) will be subject to future change—this simply uses a default theme. View routes and naming are "working titles"—also subject to change. -- 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. For queries about this service, please contact Infrastructure at: [email protected]
