mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-05 08:10:14 +00:00
- Reduced from 21 to 4 inline styles (only dynamic ones remain)
- Converted static styles to Tailwind CSS classes:
- Container styles: border, px-2.5, py-1.5, m-0, etc.
- Flexbox layouts: flex, justify-between, items-center, gap-2
- Button styles: Consistent classes for primary/secondary/icon buttons
- Text styles: font-mono, text-xs, font-medium, etc.
- Preserved dynamic styles for runtime calculations:
- Virtualization: height, transform
- State-based: opacity, borderBottom
- Updated tests to check for CSS classes instead of inline styles
|
||
|---|---|---|
| .. | ||
| audio | ||
| public | ||
| src | ||
| .gitignore | ||
| components.json | ||
| eslint.config.mjs | ||
| index.html | ||
| package.json | ||
| tsconfig.json | ||
| turbo.json | ||
| vite.config.ts | ||
| vitest.config.ts | ||
| vitest.setup.ts | ||