Project-Image-Uploader/frontend
matthias.lotz e4a76a6b3d refactor: Consolidate error pages into single ErrorPage component
- Created generic ErrorPage.js with errorCode prop
- Centralized error messages in ERROR_MESSAGES dictionary
- Updated App.js to use ErrorPage for all error routes
- Updated ErrorBoundary.js to use new ErrorPage component
- Removed duplicate files: 403Page.js, 404Page.js, 500Page.js, 502Page.js, 503Page.js
- Fixed 403/404 routing: protected routes show 403, unknown routes show 404
- Error pages now vertically centered with min-height: 100vh
2025-11-29 12:17:51 +01:00
..
public feat: Error handling system and animated error pages 2025-11-26 22:42:55 +01:00
src refactor: Consolidate error pages into single ErrorPage component 2025-11-29 12:17:51 +01:00
.env.development feat: Public/Internal Host Separation 2025-11-25 22:02:53 +01:00
.env.example feat: Implement public/internal host separation 2025-11-25 20:26:59 +01:00
.gitignore Initial Commit 2025-10-15 21:33:00 +02:00
ERROR_HANDLING.md feat: Error handling system and animated error pages 2025-11-26 22:42:55 +01:00
MIGRATION-GUIDE.md Feature Request: admin session security 2025-11-23 21:18:42 +01:00
package-lock.json fix(frontend): Fix syntax error and remove unused imports 2025-11-16 19:51:36 +01:00
package.json Feature Request: admin session security 2025-11-23 21:18:42 +01:00