diff --git a/.env b/.env index 3f619a9..4598d60 100644 --- a/.env +++ b/.env @@ -89,3 +89,5 @@ MINIO_S3_URL= MINIO_S3_CLIENT_ID= MINIO_S3_CLIENT_SECRET= MINIO_S3_CLIENT_BUCKET= + +ESY_SEARCH_KEY= diff --git a/public/apple-touch-icon.png b/public/apple-touch-icon.png new file mode 100644 index 0000000..37f7e6f Binary files /dev/null and b/public/apple-touch-icon.png differ diff --git a/public/favicon-96x96.png b/public/favicon-96x96.png new file mode 100644 index 0000000..aa79987 Binary files /dev/null and b/public/favicon-96x96.png differ diff --git a/public/favicon.ico b/public/favicon.ico new file mode 100644 index 0000000..d80381a Binary files /dev/null and b/public/favicon.ico differ diff --git a/public/favicon.svg b/public/favicon.svg new file mode 100644 index 0000000..4fa314f --- /dev/null +++ b/public/favicon.svg @@ -0,0 +1,3 @@ + \ No newline at end of file diff --git a/public/site.webmanifest b/public/site.webmanifest new file mode 100644 index 0000000..dbb772b --- /dev/null +++ b/public/site.webmanifest @@ -0,0 +1,21 @@ +{ + "name": "Intranet ", + "short_name": "Intranet ", + "icons": [ + { + "src": "/web-app-manifest-192x192.png", + "sizes": "192x192", + "type": "image/png", + "purpose": "maskable" + }, + { + "src": "/web-app-manifest-512x512.png", + "sizes": "512x512", + "type": "image/png", + "purpose": "maskable" + } + ], + "theme_color": "#505458", + "background_color": "#505458", + "display": "standalone" +} \ No newline at end of file diff --git a/public/web-app-manifest-192x192.png b/public/web-app-manifest-192x192.png new file mode 100644 index 0000000..81a0726 Binary files /dev/null and b/public/web-app-manifest-192x192.png differ diff --git a/public/web-app-manifest-512x512.png b/public/web-app-manifest-512x512.png new file mode 100644 index 0000000..38b5de6 Binary files /dev/null and b/public/web-app-manifest-512x512.png differ diff --git a/templates/base.twig b/templates/base.twig index d36f37a..e926400 100644 --- a/templates/base.twig +++ b/templates/base.twig @@ -9,7 +9,12 @@ {{ vite_asset('app.js', []) }} - + + + + + + {# Le corps aura un fond gris clair pour correspondre au fond du logo #}
diff --git a/templates/dashboard/base.twig b/templates/dashboard/base.twig index c1c1188..c82ee03 100644 --- a/templates/dashboard/base.twig +++ b/templates/dashboard/base.twig @@ -5,7 +5,12 @@