Skip to content

refactor(site): migrate agent row components from Stack to Tailwind (2/19)#20442

Closed
jaaydenh wants to merge 1 commit into
mainfrom
jaayden/migrate-stack-agent-rows
Closed

refactor(site): migrate agent row components from Stack to Tailwind (2/19)#20442
jaaydenh wants to merge 1 commit into
mainfrom
jaayden/migrate-stack-agent-rows

Conversation

@jaaydenh

Copy link
Copy Markdown
Contributor

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

Testing

✅ 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

  • 3 files changed: 42 insertions(+), 82 deletions(-)
  • Stack imports removed: 3

Related: Part 1 - #20438

…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
@jaaydenh jaaydenh marked this pull request as draft October 23, 2025 16:22
@github-actions github-actions Bot added the stale This issue is like stale bread. label Oct 31, 2025
@github-actions github-actions Bot closed this Nov 4, 2025
@github-actions github-actions Bot deleted the jaayden/migrate-stack-agent-rows branch April 24, 2026 00:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

stale This issue is like stale bread.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant