chocolatecake777 opened a new pull request, #67308: URL: https://github.com/apache/airflow/pull/67308
Fix DAG pages in the React UI so the browser tab title reflects the selected DAG again instead of always remaining the generic Airflow title. closes: #67145 --- ##### Was generative AI tooling used to co-author this PR? - [X] Yes (please specify the tool below) Generated-by: OpenAI Codex following the guidelines --- ## Summary - Add a shared document-title hook that composes page-specific titles with the Airflow instance name. - Use the hook from the base layout and DAG page so DAG views update the browser tab to the DAG display name. - Add focused React tests covering DAG-specific document title behavior. ## Verification - Focused Vitest command for `airflow-core/src/airflow/ui/src/pages/Dag/Dag.test.tsx` passed in an isolated writable rerun after the initial read-only repository mount prevented test output writes. - `git diff --check HEAD~1 HEAD` passed. - Final branch status is clean at `82063a39ee019210f9f8441b377a9381080192eb`. ## Reviewer Notes - The change is scoped to browser document-title handling in the React UI and does not change routing or DAG data loading behavior. -- 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]
