morethanadiagnosis-hub/web/out
Claude 1c0680b1de
feat: implement frontend home screen with API navigation
- Built responsive home page with navigation to API docs
- Created feature cards highlighting API capabilities
- Configured Next.js for static export
- Updated nginx to serve frontend static files
- Added nginx service to docker-compose configurations
- Fixed TypeScript issues in auth components

Components updated:
- web/app/page.tsx: Complete home page redesign
- web/components/common/Checkbox.tsx: Support ReactNode labels
- web/components/common/Link.tsx: Add onClick handler support
- web/app/(auth)/reset-password/confirm/page.tsx: Suspense boundary

Infrastructure:
- backend/nginx.conf: Serve static files from /usr/share/nginx/html
- backend/docker-compose.yml: Added nginx service
- backend/docker-compose.prod.yml: Mount frontend build output
- web/next.config.js: Static export configuration

Job ID: MTAD-IMPL-2025-11-18-CL
2025-11-18 05:50:21 +00:00
..
_next/static feat: implement frontend home screen with API navigation 2025-11-18 05:50:21 +00:00
reset-password feat: implement frontend home screen with API navigation 2025-11-18 05:50:21 +00:00
404.html feat: implement frontend home screen with API navigation 2025-11-18 05:50:21 +00:00
index.html feat: implement frontend home screen with API navigation 2025-11-18 05:50:21 +00:00
index.txt feat: implement frontend home screen with API navigation 2025-11-18 05:50:21 +00:00
login.html feat: implement frontend home screen with API navigation 2025-11-18 05:50:21 +00:00
login.txt feat: implement frontend home screen with API navigation 2025-11-18 05:50:21 +00:00
reset-password.html feat: implement frontend home screen with API navigation 2025-11-18 05:50:21 +00:00
reset-password.txt feat: implement frontend home screen with API navigation 2025-11-18 05:50:21 +00:00
signup.html feat: implement frontend home screen with API navigation 2025-11-18 05:50:21 +00:00
signup.txt feat: implement frontend home screen with API navigation 2025-11-18 05:50:21 +00:00