Project-Image-Uploader/frontend
matthias.lotz 5c6f0ce061 feat(frontend): migrate to MUI v5 (phase 4 step 1)
- Replace @material-ui/core -> @mui/material
- Replace @material-ui/icons -> @mui/icons-material
- Switch makeStyles imports to @mui/styles (compat)
- Add @mui/material, @mui/icons-material, @mui/styles, @emotion/react, @emotion/styled to package.json

Notes: Kept makeStyles via @mui/styles for incremental migration; next: replace makeStyles usage with sx/styled where needed.
2025-10-29 20:10:33 +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 feat(frontend): migrate to MUI v5 (phase 4 step 1) 2025-10-29 20:10:33 +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 feat(frontend): upgrade React 17→18 + react-scripts 4→5 (Phase 2) 2025-10-28 21:30:14 +01:00
Dockerfile.dev feat: Complete frontend refactoring and development environment setup 2025-10-27 22:22:52 +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 feat(frontend): migrate to MUI v5 (phase 4 step 1) 2025-10-29 20:10:33 +01:00
package.json feat(frontend): migrate to MUI v5 (phase 4 step 1) 2025-10-29 20:10:33 +01:00
start-dev.sh feat: Complete frontend refactoring and development environment setup 2025-10-27 22:22:52 +01:00