dheerajturaga opened a new pull request, #66975: URL: https://github.com/apache/airflow/pull/66975
Manual backport of #65899 to `v3-2-test`. The auto-backport bot [run 25198597986](https://github.com/apache/airflow/actions/runs/25198597986) could not apply the commit cleanly due to unrelated divergence on `main` (`OpenGroupsProvider` → `GroupsProvider` rename, Grid/Gantt refactor, `SharedScrollBox` introduction, etc.). Resolution scope is identical to the original PR's intent — no behavioural changes beyond what #65899 introduced: - `BaseLayout.tsx`: `overflowY="auto"` → `overflow="auto"` (one line). - `DetailsLayout.tsx`: wrap the children of `<OpenGroupsProvider>` in `<Box display="flex" flex={1} flexDirection="column" minH={0} minW={{ base: "1280px", md: "auto" }}>`. All other apparent changes are re-indentation from the wrap. Adapted to v3-2-test's existing structure (kept `OpenGroupsProvider` and the existing Grid/Gantt props rather than back-importing the main-only refactors). closes: backport of #65899 --- ##### Was generative AI tooling used to co-author this PR? - [X] Yes — Claude Code (Opus 4.7) Generated-by: Claude Code (Opus 4.7) following [the guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#gen-ai-assisted-contributions) -- 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]
