tpmjs/apps/web
Ajax Davis 8b8612a1cf refactor(ui): convert all remaining components from createElement to JSX syntax
- Convert Button, Card, CodeBlock, Container, Input, Label, ProgressBar, Tabs, and Header components to JSX
- Convert all test files to JSX syntax with direct element rendering
- Replace createElement calls with cleaner JSX syntax for better readability
- Update tsup config to handle .tsx files
- Maintain all functionality, accessibility, and TypeScript types
- All 370 tests passing

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-26 03:14:34 +10:00
..
src fix: replace hardcoded dark mode colors with theme-aware semantic tokens in tool-search page 2025-11-26 01:40:10 +10:00
eslint.config.js feat: add complete monorepo structure and all packages 2025-11-25 21:59:40 +10:00
next-env.d.ts refactor(ui): convert all remaining components from createElement to JSX syntax 2025-11-26 03:14:34 +10:00
next.config.ts feat: add complete monorepo structure and all packages 2025-11-25 21:59:40 +10:00
package.json feat: add light/dark theme system and full homepage with comprehensive UI components 2025-11-26 01:29:28 +10:00
postcss.config.js feat: add complete monorepo structure and all packages 2025-11-25 21:59:40 +10:00
tailwind.config.ts feat: add complete monorepo structure and all packages 2025-11-25 21:59:40 +10:00
tsconfig.json feat: add complete monorepo structure and all packages 2025-11-25 21:59:40 +10:00