chore(crm): Supprime les fichiers manifest et favicon obsolètes, ajoute PWA.
```
This commit is contained in:
Serreau Jovann
2026-01-16 09:23:23 +01:00
parent 1ea996f8dd
commit e8e8481991
28 changed files with 383 additions and 63 deletions

View File

@@ -5,12 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{% block title %}Administration{% endblock %} — Intranet Ludikevent</title>
{{ vite_asset('admin.js', {}) }}
<link rel="icon" type="image/png" href="{{ asset('favicon-96x96.png') }}" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="{{ asset('favicon.svg') }}" />
<link rel="shortcut icon" href="{{ asset('favicon.ico') }}" />
<link rel="apple-touch-icon" sizes="180x180" href="{{ asset('apple-touch-icon.png') }}" />
<meta name="apple-mobile-web-app-title" content="Intranet " />
<link rel="manifest" href="{{ asset('site.webmanifest') }}" />
{{ pwa(swAttributes={ 'nonce': csp_nonce('script') }) }}
<style>
.custom-scrollbar::-webkit-scrollbar { width: 5px; height: 5px; }
.custom-scrollbar::-webkit-scrollbar-track { background: transparent; }