Commit Graph

8 Commits

Author SHA1 Message Date
Hector Ros
391bb7e9a8 Migrate to Vite for proper production builds with code splitting and optimization
All checks were successful
Build and Push Frontend / build (push) Successful in 23s
Co-Authored-By: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>
2026-01-20 01:47:14 +01:00
Hector Ros
de0a0b8357 Fix import.meta.env error: use relative API URL
All checks were successful
Build and Push Frontend / build (push) Successful in 5s
The bundler doesn't process import.meta.env, use relative URL instead

Co-Authored-By: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>
2026-01-20 01:38:04 +01:00
Hector Ros
3fc9b01940 Fix frontend build: compile React bundle properly
All checks were successful
Build and Push Frontend / build (push) Successful in 22s
- Build TypeScript/React to JavaScript bundle
- Serve compiled main.js and main.css
- Update HTML to load compiled assets
- Add build step to Dockerfile

Co-Authored-By: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>
2026-01-20 01:34:38 +01:00
Hector Ros
137f1fe110 Fix HTML serving: use Bun.file() instead of HTMLBundle import
All checks were successful
Build and Push Frontend / build (push) Successful in 4s
Fixes [object HTMLBundle] error by properly reading HTML file

Co-Authored-By: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>
2026-01-20 01:30:24 +01:00
Hector Ros
2a531e98ae Add README
All checks were successful
Build and Push Frontend / build (push) Successful in 13s
Co-Authored-By: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>
2026-01-20 01:25:34 +01:00
Hector Ros
a25e287be6 Fix Dockerfile: use bun.lock instead of bun.lockb
Some checks failed
Build and Push Frontend / build (push) Failing after 11s
Co-Authored-By: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>
2026-01-20 01:21:58 +01:00
Hector Ros
a3249dd3ad Add CI/CD workflow for automatic builds
Some checks failed
Build and Push Frontend / build (push) Failing after 9s
Co-Authored-By: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>
2026-01-20 01:21:03 +01:00
Hector Ros
c9082cba81 Initial frontend implementation
- React dashboard with Tailwind CSS v4
- Session-based authentication (Lucia patterns)
- API client with axios
- Project, Task, and Agent views
- Bun.serve() with HMR and API proxy
- Docker support

Co-Authored-By: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>
2026-01-20 01:20:34 +01:00