pierrejeambrun commented on PR #60256:
URL: https://github.com/apache/airflow/pull/60256#issuecomment-3743409082

   This is backward compatible. (I mean nothing breaks):
   - Old provider on new core -> working, provider will read it's local theme 
which is the one from airflow core
   - new provider on old core -> provider will try to look at the core provided 
theme, not finding it and default to its local theme (which is the chakra UI 
default one, which will look a bit different). If we want to make that full 
compatible we need to keep the full `theme` around. But I think it's a lot of 
work to maintain for really small gain.
   
   PR here for edge provider:
   https://github.com/apache/airflow/pull/60417


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