Inherit core theme in React plugins#60256
Merged
bbovenzi merged 1 commit intoJan 8, 2026
Merged
Conversation
pierrejeambrun
commented
Jan 8, 2026
35a87a7 to
b9e612d
Compare
Contributor
Backport failed to create: v3-1-test. View the failure log Run details
You can attempt to backport this manually by running: cherry_picker 3e57f1e v3-1-testThis should apply the commit to the v3-1-test branch and leave the commit in conflict state marking After you have resolved the conflicts, you can continue the backport process by running: cherry_picker --continue |
stegololz
pushed a commit
to stegololz/airflow
that referenced
this pull request
Jan 9, 2026
pierrejeambrun
added a commit
to astronomer/airflow
that referenced
this pull request
Jan 12, 2026
(cherry picked from commit 3e57f1e)
Member
Author
|
Manual backport #60405 |
pierrejeambrun
added a commit
that referenced
this pull request
Jan 12, 2026
Contributor
|
If I apply this change on Edge provider plugin, does this break compatibility with Airflow <3.1.6? Or is it backwards-compatible? |
ephraimbuddy
pushed a commit
that referenced
this pull request
Jan 13, 2026
Member
Author
|
This is backward compatible. (I mean nothing breaks):
PR here for edge provider: |
ephraimbuddy
pushed a commit
that referenced
this pull request
Jan 14, 2026
ephraimbuddy
pushed a commit
that referenced
this pull request
Jan 16, 2026
ephraimbuddy
added a commit
that referenced
this pull request
Jan 29, 2026
ephraimbuddy
added a commit
that referenced
this pull request
Jan 29, 2026
jhgoebbert
pushed a commit
to jhgoebbert/airflow_Owen-CH-Leung
that referenced
this pull request
Feb 8, 2026
Subham-KRLX
pushed a commit
to Subham-KRLX/airflow
that referenced
this pull request
Mar 4, 2026
Ankurdeewan
pushed a commit
to Ankurdeewan/airflow
that referenced
this pull request
Mar 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Remove some unnecessary code so React Plugins can directly inherit the Chakra Theme for Airflow Core without duplicating or copy pasting any core theme.
Now in local development, we use Chakra default theme (black).

When loaded into airflow, nothing changes, theme is smooth and consistent:

Also importantly this fixes an issue where the 'plugin theme' when loaded would override the core theme. (which is not what we want). This was an issue for instance if I customized my core theme via the
api.themeconfig option, then loading the plugin would restore back theAirflow Core UIdefault theme that was hard copy/pasted into plugins.Now with a custom core theme, the UI and plugins are correctly customized:
