Commit Graph

3 Commits

Author SHA1 Message Date
Oussama Douhou
3657bc61f5 Complete React migration with WebGL design and comprehensive testing
- Add missing dependencies: react-router-dom, framer-motion, three, @react-three/fiber, clsx, tailwind-merge
- Add TEST_PLAN.md with 50+ test cases across 5 phases
- Add TEST_RESULTS.md with 100% pass rate documentation
- Remove unused kopia-compose.yaml

Features:
- WebGL dot matrix background with glassmorphism UI
- Full i18n support (EN/NL/AR with RTL)
- Code-split Three.js (68% bundle size reduction)
- All functionality preserved (validation, SSE, error handling)
- Docker build tested and passing

Status: Production-ready
2026-01-13 11:08:57 +01:00
Oussama Douhou
8977a6fdee New design v0.2
New design and framework
2026-01-13 10:49:47 +01:00
Oussama Douhou
19845880e3 fix(ci): trigger workflow on main branch to enable :latest tag
Changes:
- Create Gitea workflow for ai-stack-deployer
- Trigger on main branch (default branch)
- Use oussamadouhou + REGISTRY_TOKEN for authentication
- Build from ./Dockerfile

This enables :latest tag creation via {{is_default_branch}}.

Tags created:
- git.app.flexinit.nl/oussamadouhou/ai-stack-deployer:latest
- git.app.flexinit.nl/oussamadouhou/ai-stack-deployer:<sha>

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-09 23:33:39 +01:00