Subham-KRLX opened a new pull request, #67169:
URL: https://github.com/apache/airflow/pull/67169

   The browser tab title always showed Airflow in the new React UI because 
BaseLayout.tsx set it synchronously on every render.
   
   We wrapped the default title logic in a useEffect hook so that it only sets 
the fallback title on mount. We also added a useDocumentTitle hook and called 
it in the DAG detail page to show the DAG name dynamically.
   
   closes: #67145
   
   Was generative AI tooling used to co-author this PR? 
   Yes — Claude (For PR description)


-- 
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]

Reply via email to