refactor(site): migrate agent row components from Stack to Tailwind (2/19)#20442
Closed
jaaydenh wants to merge 1 commit into
Closed
refactor(site): migrate agent row components from Stack to Tailwind (2/19)#20442jaaydenh wants to merge 1 commit into
jaaydenh wants to merge 1 commit into
Conversation
…2/19) Migrate 3 agent row components from Emotion Stack to Tailwind CSS: - AgentRowPreview.tsx - AgentRow.tsx - AgentDevcontainerCard.tsx Changes: - Replace Stack component with div + Tailwind flex utilities - Convert spacing props to Tailwind gap classes - Convert direction props to flex-row/flex-col - Convert alignment props to items-* and justify-* classes - Remove Stack imports - Maintain all existing Emotion css styling for complex layouts This is part 2 of 19 PRs to completely migrate away from the Stack component across the codebase. Testing: TypeScript checks pass, biome formatting applied
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.
Migrate 3 agent row components from Emotion Stack to Tailwind CSS:
AgentRowPreview.tsxAgentRow.tsxAgentDevcontainerCard.tsxChanges
div+ Tailwind flex utilitiesspacingprops to Tailwindgapclassesdirectionprops toflex-row/flex-colitems-*andjustify-*classesTesting
✅ TypeScript checks pass
✅ Biome formatting applied
✅ No Stack imports remain in migrated files
This is part 2 of 19 PRs to completely migrate away from the Stack component across the codebase.
Stats
Related: Part 1 - #20438