refactor(frontend): standard query editor, previous queries, editor v2 on tailwind-variants - #3995
Merged
Kadrian merged 1 commit intoSep 2, 2026
Conversation
This was referenced Sep 2, 2026
…2 on tailwind-variants sixth styled() slice
Kadrian
force-pushed
the
refactor/tailwind-editors-queries
branch
from
September 2, 2026 13:27
940d32d to
3477198
Compare
awildturtok
approved these changes
Sep 2, 2026
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 3/6: both query editors and the project list (35 files).
(standard-query-editor, previous-queries, editor-v2 — stacked on #3993, stack overview in #3992)
Main change
styled()block →tv(); dynamic values (chart palette colours in TimeConnection viauseAppTheme(), computed paddings) stay inlinestyleEditorLayout.ts→.tsx: its exportedGrid/Connectorstyled components are components nowWorth a closer look
TreeNode(editor-v2) andProjectItem: many-flag border/padding logic → variants with order-encoded precedence (commented inline)group/folder);EmptyQueryEditorDropzoneuses[grid-template-areas:…]arbitrary propertiesgroup,label/description,resultCount) — renamed constsisAndonQueryEditorDropzoneis no longer forwarded (it only ever fed the styled wrapper; emotion swallowed it)word-break: break-wordkept literally as[word-break:break-word](tailwind'sbreak-wordsisoverflow-wrap, a different declaration)Checks: biome, tsc, vitest, vite build green; generated css spot-checked (
group-hover/folder, grid areas,word-break).