From 23be30390d2a27539deb277ff30807b7aeef83dd Mon Sep 17 00:00:00 2001 From: Adrian Kunz Date: Sun, 22 Oct 2023 21:04:46 +0200 Subject: [PATCH] feat(frontend): Toggle Code Search, Snippet Suggestions and Similar Solutions in config --- .../evaluation-modal.component.html | 30 +++---- .../evaluation-modal.component.ts | 78 ++++++++++--------- .../app/assignment/services/config.service.ts | 34 +++++++- 3 files changed, 92 insertions(+), 50 deletions(-) diff --git a/frontend/src/app/assignment/modules/solution/evaluation-modal/evaluation-modal.component.html b/frontend/src/app/assignment/modules/solution/evaluation-modal/evaluation-modal.component.html index f105a01fd..feceb0192 100644 --- a/frontend/src/app/assignment/modules/solution/evaluation-modal/evaluation-modal.component.html +++ b/frontend/src/app/assignment/modules/solution/evaluation-modal/evaluation-modal.component.html @@ -61,27 +61,29 @@ Code Search will only look for files matching the glob pattern {{ task.glob }}. - - + + + + -
+
-
+
- + Similar Solutions