Platform for project management and Claude Code sessions
Go to file
claude 30813da8ac feat(web): Tailwind CSS v4, UI component library, responsive design
- Install Tailwind CSS v4 with @tailwindcss/postcss, clsx, tailwind-merge, lucide-react
- Create design token system in globals.css (@theme block)
- Create cn() utility for conditional Tailwind class merging
- Build 9 base UI components: Button, Input, Textarea, Select, Card, Badge, FormGroup, Modal, Skeleton
- Refactor all pages to use Tailwind classes and UI components (remove all inline styles)
- Add responsive sidebar with mobile hamburger menu overlay
- Add responsive grid layouts (1-col mobile, 2-col tablet, 3-col desktop)
- Replace unicode icons with lucide-react icons
- Add loading skeletons for dashboard and project detail pages
- Add Rust agent build script (build.ps1) and Cargo.lock

Refs #155, #156, #157

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-18 23:56:33 +05:00
apps feat(web): Tailwind CSS v4, UI component library, responsive design 2026-02-18 23:56:33 +05:00
deploy fix: change domain from app.reckue.com to dev.reckue.com 2026-02-18 22:05:33 +05:00
packages/shared Initial monorepo structure: NestJS API + Next.js Web + Rust Agent 2026-02-18 16:36:22 +05:00
.gitignore Fix dependencies, SSL config, terminal UI, WebSocket client 2026-02-18 18:20:28 +05:00
CLAUDE.md Initial monorepo structure: NestJS API + Next.js Web + Rust Agent 2026-02-18 16:36:22 +05:00
package-lock.json feat(web): Tailwind CSS v4, UI component library, responsive design 2026-02-18 23:56:33 +05:00
package.json Initial monorepo structure: NestJS API + Next.js Web + Rust Agent 2026-02-18 16:36:22 +05:00
README.md Initial commit 2026-02-18 11:31:35 +00:00

reckue-dev

Platform for project management and Claude Code sessions