Project-Image-Uploader/frontend/public
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
..
favicon.ico Initial Commit 2025-10-15 21:33:00 +02:00
hobbyhimmel_logo.svg feat(frontend): Ersetze Lottie-Animation durch custom 3D SVG Logo-Animation 2025-11-08 20:58:23 +01:00
index.html fix(frontend): remove broken sweetalert2 CDN tags, fix NavLink props, add RR v6 future flags 2026-04-01 17:30:46 +02:00
logo-16.png Initial Commit 2025-10-15 21:33:00 +02:00
logo-32.png Initial Commit 2025-10-15 21:33:00 +02:00
logo-180.png Initial Commit 2025-10-15 21:33:00 +02:00
logo-192.png Initial Commit 2025-10-15 21:33:00 +02:00
logo-512.png Initial Commit 2025-10-15 21:33:00 +02:00
logo.png Initial Commit 2025-10-15 21:33:00 +02:00
manifest.json Initial Commit 2025-10-15 21:33:00 +02:00
robots.txt Initial Commit 2025-10-15 21:33:00 +02:00