From 2d48fb826e6afec0eb954f1ea1090c9968761369 Mon Sep 17 00:00:00 2001 From: Pierre-Narcisi Date: Mon, 9 Dec 2024 16:03:16 +0100 Subject: [PATCH] fix(frontend) install material symbols --- frontend/angular.json | 1 + frontend/package-lock.json | 6 ++++++ frontend/package.json | 1 + frontend/src/index.html | 8 -------- frontend/src/styles.scss | 1 + 5 files changed, 9 insertions(+), 8 deletions(-) diff --git a/frontend/angular.json b/frontend/angular.json index e4c4c27c9d..acd438004c 100644 --- a/frontend/angular.json +++ b/frontend/angular.json @@ -55,6 +55,7 @@ "node_modules/@swimlane/ngx-datatable/assets/icons.css", "src/styles.scss", "node_modules/material-design-icons/iconfont/material-icons.css", + "node_modules/material-symbols/index.css", "node_modules/@angular/material/prebuilt-themes/deeppurple-amber.css", "node_modules/@circlon/angular-tree-component/src/lib/angular-tree-component.css", "node_modules/leaflet.markercluster/dist/MarkerCluster.css", diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 256e131d93..688a16256f 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -49,6 +49,7 @@ "leaflet.markercluster": "^1.5.3", "lodash": "^4.17.21", "material-design-icons": "^3.0.1", + "material-symbols": "^0.27.2", "moment": "^2.30.1", "ng2-charts": "^4.1.1", "ng2-cookies": "^1.0.12", @@ -11795,6 +11796,11 @@ "integrity": "sha512-t19Z+QZBwSZulxptEu05kIm+UyfIdJY1JDwI+nx02j269m6W414whiQz9qfvQIiLrdx71RQv+T48nHhuQXOCIQ==", "license": "Apache-2.0" }, + "node_modules/material-symbols": { + "version": "0.27.2", + "resolved": "https://registry.npmjs.org/material-symbols/-/material-symbols-0.27.2.tgz", + "integrity": "sha512-3/p3V+UfAfeHrT2HMOBVGWyzsvpHZNxlJJ6jQ01XqqxCCQU+szIbrfpsXOHkZ5glMJi+IB/SMJIRt55l/gYWvQ==" + }, "node_modules/mathjax-full": { "version": "3.2.2", "resolved": "https://registry.npmjs.org/mathjax-full/-/mathjax-full-3.2.2.tgz", diff --git a/frontend/package.json b/frontend/package.json index 829c0db1f1..1ab69d53fa 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -54,6 +54,7 @@ "leaflet.markercluster": "^1.5.3", "lodash": "^4.17.21", "material-design-icons": "^3.0.1", + "material-symbols": "^0.27.2", "moment": "^2.30.1", "ng2-charts": "^4.1.1", "ng2-cookies": "^1.0.12", diff --git a/frontend/src/index.html b/frontend/src/index.html index d22e2b6f56..f9ca0bf15b 100644 --- a/frontend/src/index.html +++ b/frontend/src/index.html @@ -15,14 +15,6 @@ rel="icon" href="data:;base64,iVBORw0KGgo=" /> - - diff --git a/frontend/src/styles.scss b/frontend/src/styles.scss index 1b00b682f3..674bf46d52 100644 --- a/frontend/src/styles.scss +++ b/frontend/src/styles.scss @@ -1,4 +1,5 @@ @import 'conf/names_variables.scss'; +@import 'material-symbols'; html, body,