Project-Image-Uploader/frontend
matthias.lotz 80ffcfd210 docs: complete migration documentation and finalize dev environment
- Add comprehensive CHANGELOG.md with all upgrade phases and results
- Update TODO.md to mark framework upgrades as completed
- Update UPGRADE_PLAN with actual timelines and detailed phase results
- Finalize docker-compose.override.yml and Dockerfile.dev for dev workflow
- Update package-lock.json after dependency changes

All 4 phases completed successfully:
- Backend: Node 14 → 24
- Frontend: React 17 → 18.3.1, Router v5 → v6, MUI v4 → v5
- Dev environment with HMR fully functional
- Integration smoke tests passed
2025-10-29 23:11:37 +01:00
..
conf/conf.d feat: Complete frontend refactoring and development environment setup 2025-10-27 22:22:52 +01:00
public Initial Commit 2025-10-15 21:33:00 +02:00
src chore(frontend): fix ESLint warnings - remove unused handlers/imports 2025-10-29 21:54:58 +01:00
.env Initial Commit 2025-10-15 21:33:00 +02:00
.gitignore Initial Commit 2025-10-15 21:33:00 +02:00
Dockerfile chore(frontend): remove @mui/styles, replace react-lottie with lottie-react and remove legacy-peer-deps in Dockerfile 2025-10-29 21:49:09 +01:00
Dockerfile.dev docs: complete migration documentation and finalize dev environment 2025-10-29 23:11:37 +01:00
env-config 2.js Initial Commit 2025-10-15 21:33:00 +02:00
env.sh Initial Commit 2025-10-15 21:33:00 +02:00
htpasswd Initial Commit 2025-10-15 21:33:00 +02:00
nginx.dev.conf feat: Complete frontend refactoring and development environment setup 2025-10-27 22:22:52 +01:00
package-lock.json docs: complete migration documentation and finalize dev environment 2025-10-29 23:11:37 +01:00
package.json chore(frontend): remove @mui/styles, replace react-lottie with lottie-react and remove legacy-peer-deps in Dockerfile 2025-10-29 21:49:09 +01:00
start-dev.sh feat: Complete frontend refactoring and development environment setup 2025-10-27 22:22:52 +01:00