Project-Image-Uploader/frontend
matthias.lotz e75cde1a84 fix(frontend): remove broken sweetalert2 CDN tags, fix NavLink props, add RR v6 future flags
- Remove hardcoded <script> and <link> tags for sweetalert2 from index.html
  (library is already bundled via npm, CDN paths caused 404 + MIME errors)
- Remove deprecated 'exact' prop and 'activeClassName' from NavLink in
  Navbar.js and NavbarUpload.js (not supported in React Router v6)
- Replace activeClassName with className={({ isActive }) => ...} pattern
- Add future flags to <BrowserRouter> in App.js:
  v7_startTransition and v7_relativeSplatPath to suppress RR v6 warnings
2026-04-01 17:30:46 +02:00
..
public fix(frontend): remove broken sweetalert2 CDN tags, fix NavLink props, add RR v6 future flags 2026-04-01 17:30:46 +02:00
src fix(frontend): remove broken sweetalert2 CDN tags, fix NavLink props, add RR v6 future flags 2026-04-01 17:30:46 +02: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 docs: Update Text Upload Page 2025-12-01 22:14:45 +01:00
package.json docs: Update Text Upload Page 2025-12-01 22:14:45 +01:00