Commit Graph

3 Commits

Author SHA1 Message Date
Daniel Volz 6161c14a7b fix: logo optimization, deprecated meta tag, and clipboard copy fallback (#306)
- Replace 2 MB favicon.svg (base64-PNG-in-SVG) with optimized 43 KB app-logo.png (256x256)
- Update AppHeader and AboutModal references to use new logo
- Remove SVG favicon link from index.html (PNG/ICO favicons remain)
- Fix deprecated apple-mobile-web-app-capable → mobile-web-app-capable meta tag
- Add clipboard copy fallback for non-secure contexts (LAN IP over HTTP)

Closes #303
2026-02-25 00:04:35 +01:00
Daniel Volz 3ffca8f333 Refactor code structure for improved readability and maintainability 2025-12-21 07:29:48 +01:00
Daniel Volz f02bf72a22 feat: add robots.txt to disallow all web crawlers 2025-12-20 17:28:38 +01:00