From 4a9352a78e58da606bda0df199120791311c4194 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20M=C3=B6nner=C3=A5t?= Date: Thu, 2 Feb 2023 14:53:23 +0100 Subject: [PATCH 01/14] fixing trivial link error in doc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c6c9a8210..4bd34fb31 100644 --- a/README.md +++ b/README.md @@ -161,7 +161,7 @@ The CI uses this file to ensure it will not stumble upon a minor version of a li The CI will use `npm ci`, which act like `npm install` but it ignores the file `package.json` and loads all libraries versions found in `package-lock.json` (which are not volatile, e.g. `^1.0.0` or `~1.0.0.`, but fixed). -## Project deployement +## Project deployment The application is deployed on three targets : `dev|int|prod` From 4cd1083126b3d72c3834ad2cdbb47b8aaff0a241 Mon Sep 17 00:00:00 2001 From: Pascal Barth Date: Fri, 3 Feb 2023 08:25:39 +0100 Subject: [PATCH 02/14] BGDIINF_SB-2772 : add styling back to delete last point button --- src/modules/drawing/components/DrawingToolbox.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/modules/drawing/components/DrawingToolbox.vue b/src/modules/drawing/components/DrawingToolbox.vue index 2f8fd03dc..e47e10614 100644 --- a/src/modules/drawing/components/DrawingToolbox.vue +++ b/src/modules/drawing/components/DrawingToolbox.vue @@ -25,8 +25,7 @@