chore(frontend): drop emotion - #3998
Merged
Merged
Conversation
Kadrian
force-pushed
the
chore/drop-emotion
branch
2 times, most recently
from
September 2, 2026 12:59
e23adb0 to
a45beac
Compare
This was referenced Sep 2, 2026
conquery({ theme }) now takes only { img, palette }; downstream repo must mirror app-theme, vite config and deps
Kadrian
force-pushed
the
chore/drop-emotion
branch
from
September 2, 2026 13:27
a45beac to
71eeda8
Compare
awildturtok
approved these changes
Sep 2, 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.
Emotion → tailwind migration, PR 6/6: emotion is gone.
(stacked on #3997, stack overview in #3992 — must land together with the downstream mirror, see below)
Main change
@emotion/react,@emotion/styled,@emotion/is-prop-validremoved from deps;jsxImportSourcegone from vite + tsconfigconquery({ theme })now takes the slimAppTheme—{ img: { logo, logoWidth, logoBackgroundSize, spinner }, palette }. All colours/fonts/radii live inindex.css@theme(downstream overrides them via:root)app-theme.tsshrinks accordingly; theThememodule augmentation inreact-app-env.d.tsis deleted; storybook providesAppThemeContextinstead ofThemeProviderDownstream
app-theme.tsnow{ img, palette }, vitejsxImportSourceremoval) must merge together with the submodule bump to this commit — the oldconquery({ theme })call shape no longer compilesChecks: biome, tsc, vitest, vite build and storybook build green; zero
@emotionreferences left.