OpenCut/apps/web
vishesh711 13db27c173 fix: resolve TypeScript build errors and deployment blockers
- Fix missing lucide-react icon imports in type declarations
  - Add 40+ missing icon exports (Loader2, ExternalLink, Type, etc.)
  - Fix ArrowLeft → ChevronLeft imports in auth pages
  - Resolve LucideIcon type declaration issue

- Fix invalid Button variant 'ghost' → 'text' in KeyboardShortcutsHelp

- Ensure project builds successfully with Bun package manager
- Address CodeRabbit review feedback for production readiness

These fixes resolve all TypeScript compilation errors and make the
project fully deployment-ready. Build now passes with zero errors.
2025-07-15 12:58:04 -04:00
..
migrations migration 2025-07-15 13:51:17 +05:00
public feat: roadmap page and move all open-graph images to /open-graph folder 2025-07-14 20:34:16 +02:00
src fix: resolve TypeScript build errors and deployment blockers 2025-07-15 12:58:04 -04:00
.env.example refactor: remove google auth 2025-07-15 12:35:08 +02:00
.gitignore chore(turborepo): initial setup and config, move db to package 2025-06-24 11:23:40 +03:00
Dockerfile feat: Add comprehensive keyboard shortcuts system for video editor 2025-07-15 12:36:53 -04:00
components.json Initial commit 2025-06-22 10:02:50 +02:00
drizzle.config.ts feat: integrate @t3-oss/env for environment variable management across the application 2025-07-15 13:29:16 +07:00
next.config.ts feat: add project page with mock data and update project type to include thumbnail 2025-06-29 21:32:51 +02:00
package.json chore: bump next version 2025-07-15 14:56:48 +02:00
postcss.config.mjs Initial commit 2025-06-22 10:02:50 +02:00
tailwind.config.ts tailwind 2025-07-10 21:13:46 +02:00
tsconfig.json feat: Add comprehensive keyboard shortcuts system for video editor 2025-07-15 12:36:53 -04:00