From 1b9dddcbf2db8a8fc7f643333588ccb69336112b Mon Sep 17 00:00:00 2001
From: Pim Hutting
Date: Thu, 29 Jan 2026 14:57:45 +0100
Subject: [PATCH 1/3] chore: fixed a comment
---
src/pages/MonitoringPage/MonitoringPage.module.css | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/pages/MonitoringPage/MonitoringPage.module.css b/src/pages/MonitoringPage/MonitoringPage.module.css
index 0603a03..b7f2651 100644
--- a/src/pages/MonitoringPage/MonitoringPage.module.css
+++ b/src/pages/MonitoringPage/MonitoringPage.module.css
@@ -1,8 +1,8 @@
-{/*
+/*
This program has been developed by students from the bachelor Computer Science at Utrecht
University within the Software Project course.
© Copyright Utrecht University (Department of Information and Computing Sciences)
-*/}
+*/
.dashboardContainer {
display: grid;
grid-template-columns: 2fr 1fr; /* Left = content, Right = logs */
--
2.49.1
From e3abf8c14a166cb533e7342c6da4494e4c92852a Mon Sep 17 00:00:00 2001
From: Pim Hutting
Date: Thu, 29 Jan 2026 16:31:21 +0100
Subject: [PATCH 2/3] chore: removed curly brackets from css comments
---
src/App.css | 4 ++--
src/components/Logging/Filters.module.css | 4 ++--
src/components/Logging/Logging.module.css | 4 ++--
src/components/TextField.module.css | 4 ++--
src/index.css | 4 ++--
src/pages/Home/Home.module.css | 4 ++--
.../MonitoringPage/components/ExperimentLogs.module.css | 5 +++++
src/pages/MonitoringPage/components/ExperimentLogs.tsx | 3 +++
src/pages/VisProgPage/VisProg.module.css | 4 ++--
.../visualProgrammingUI/components/PlanEditor.module.css | 4 ++--
.../components/RuleBasedHandle.module.css | 4 ++--
.../visualProgrammingUI/components/SaveLoadPanel.module.css | 4 ++--
.../visualProgrammingUI/components/WarningSidebar.module.css | 4 ++--
13 files changed, 30 insertions(+), 22 deletions(-)
diff --git a/src/App.css b/src/App.css
index f05b2b1..1f4526b 100644
--- a/src/App.css
+++ b/src/App.css
@@ -1,8 +1,8 @@
-{/*
+/*
This program has been developed by students from the bachelor Computer Science at Utrecht
University within the Software Project course.
© Copyright Utrecht University (Department of Information and Computing Sciences)
-*/}
+*/
.logopepper {
height: 8em;
padding: 1.5em;
diff --git a/src/components/Logging/Filters.module.css b/src/components/Logging/Filters.module.css
index 3353866..d5566d8 100644
--- a/src/components/Logging/Filters.module.css
+++ b/src/components/Logging/Filters.module.css
@@ -1,8 +1,8 @@
-{/*
+/*
This program has been developed by students from the bachelor Computer Science at Utrecht
University within the Software Project course.
© Copyright Utrecht University (Department of Information and Computing Sciences)
-*/}
+*/
.filter-root {
position: relative;
display: flex;
diff --git a/src/components/Logging/Logging.module.css b/src/components/Logging/Logging.module.css
index 9b26530..4290277 100644
--- a/src/components/Logging/Logging.module.css
+++ b/src/components/Logging/Logging.module.css
@@ -1,8 +1,8 @@
-{/*
+/*
This program has been developed by students from the bachelor Computer Science at Utrecht
University within the Software Project course.
© Copyright Utrecht University (Department of Information and Computing Sciences)
-*/}
+*/
.logging-container {
box-sizing: border-box;
diff --git a/src/components/TextField.module.css b/src/components/TextField.module.css
index 139a55c..4572bf1 100644
--- a/src/components/TextField.module.css
+++ b/src/components/TextField.module.css
@@ -1,8 +1,8 @@
-{/*
+/*
This program has been developed by students from the bachelor Computer Science at Utrecht
University within the Software Project course.
© Copyright Utrecht University (Department of Information and Computing Sciences)
-*/}
+*/
.text-field {
border: 1px solid transparent;
border-radius: 5pt;
diff --git a/src/index.css b/src/index.css
index ff4607f..e18926c 100644
--- a/src/index.css
+++ b/src/index.css
@@ -1,8 +1,8 @@
-{/*
+/*
This program has been developed by students from the bachelor Computer Science at Utrecht
University within the Software Project course.
© Copyright Utrecht University (Department of Information and Computing Sciences)
-*/}
+*/
:root {
font-family: system-ui, Avenir, Helvetica, Arial, sans-serif;
diff --git a/src/pages/Home/Home.module.css b/src/pages/Home/Home.module.css
index 11499aa..9ec90e5 100644
--- a/src/pages/Home/Home.module.css
+++ b/src/pages/Home/Home.module.css
@@ -1,8 +1,8 @@
-{/*
+/*
This program has been developed by students from the bachelor Computer Science at Utrecht
University within the Software Project course.
© Copyright Utrecht University (Department of Information and Computing Sciences)
-*/}
+*/
.read_the_docs {
color: #888;
}
diff --git a/src/pages/MonitoringPage/components/ExperimentLogs.module.css b/src/pages/MonitoringPage/components/ExperimentLogs.module.css
index b25dffe..499e2ce 100644
--- a/src/pages/MonitoringPage/components/ExperimentLogs.module.css
+++ b/src/pages/MonitoringPage/components/ExperimentLogs.module.css
@@ -1,3 +1,8 @@
+/*
+This program has been developed by students from the bachelor Computer Science at Utrecht
+University within the Software Project course.
+© Copyright Utrecht University (Department of Information and Computing Sciences)
+*/
.logs {
/* grid-area used in MonitoringPage.module.css */
grid-area: logs;
diff --git a/src/pages/MonitoringPage/components/ExperimentLogs.tsx b/src/pages/MonitoringPage/components/ExperimentLogs.tsx
index ff0d118..037e4df 100644
--- a/src/pages/MonitoringPage/components/ExperimentLogs.tsx
+++ b/src/pages/MonitoringPage/components/ExperimentLogs.tsx
@@ -1,3 +1,6 @@
+// This program has been developed by students from the bachelor Computer Science at Utrecht
+// University within the Software Project course.
+// © Copyright Utrecht University (Department of Information and Computing Sciences)
import styles from "./ExperimentLogs.module.css";
import {LogMessages} from "../../../components/Logging/Logging.tsx";
import {useEffect, useMemo, useState} from "react";
diff --git a/src/pages/VisProgPage/VisProg.module.css b/src/pages/VisProgPage/VisProg.module.css
index 05a5fc6..a6f7dc6 100644
--- a/src/pages/VisProgPage/VisProg.module.css
+++ b/src/pages/VisProgPage/VisProg.module.css
@@ -1,8 +1,8 @@
-{/*
+/*
This program has been developed by students from the bachelor Computer Science at Utrecht
University within the Software Project course.
© Copyright Utrecht University (Department of Information and Computing Sciences)
-*/}
+*/
/* editor UI */
.inner-editor-container {
diff --git a/src/pages/VisProgPage/visualProgrammingUI/components/PlanEditor.module.css b/src/pages/VisProgPage/visualProgrammingUI/components/PlanEditor.module.css
index 91e3f98..2c7a026 100644
--- a/src/pages/VisProgPage/visualProgrammingUI/components/PlanEditor.module.css
+++ b/src/pages/VisProgPage/visualProgrammingUI/components/PlanEditor.module.css
@@ -1,8 +1,8 @@
-{/*
+/*
This program has been developed by students from the bachelor Computer Science at Utrecht
University within the Software Project course.
© Copyright Utrecht University (Department of Information and Computing Sciences)
-*/}
+*/
.planDialog {
overflow:visible;
width: 80vw;
diff --git a/src/pages/VisProgPage/visualProgrammingUI/components/RuleBasedHandle.module.css b/src/pages/VisProgPage/visualProgrammingUI/components/RuleBasedHandle.module.css
index 963e46d..5b533be 100644
--- a/src/pages/VisProgPage/visualProgrammingUI/components/RuleBasedHandle.module.css
+++ b/src/pages/VisProgPage/visualProgrammingUI/components/RuleBasedHandle.module.css
@@ -1,8 +1,8 @@
-{/*
+/*
This program has been developed by students from the bachelor Computer Science at Utrecht
University within the Software Project course.
© Copyright Utrecht University (Department of Information and Computing Sciences)
-*/}
+*/
:global(.react-flow__handle.source){
border-radius: 100%;
}
diff --git a/src/pages/VisProgPage/visualProgrammingUI/components/SaveLoadPanel.module.css b/src/pages/VisProgPage/visualProgrammingUI/components/SaveLoadPanel.module.css
index 3b1733b..ec9fb8f 100644
--- a/src/pages/VisProgPage/visualProgrammingUI/components/SaveLoadPanel.module.css
+++ b/src/pages/VisProgPage/visualProgrammingUI/components/SaveLoadPanel.module.css
@@ -1,8 +1,8 @@
-{/*
+/*
This program has been developed by students from the bachelor Computer Science at Utrecht
University within the Software Project course.
© Copyright Utrecht University (Department of Information and Computing Sciences)
-*/}
+*/
.save-load-panel {
border-radius: 0 0 5pt 5pt;
background-color: canvas;
diff --git a/src/pages/VisProgPage/visualProgrammingUI/components/WarningSidebar.module.css b/src/pages/VisProgPage/visualProgrammingUI/components/WarningSidebar.module.css
index 6134d7a..d992234 100644
--- a/src/pages/VisProgPage/visualProgrammingUI/components/WarningSidebar.module.css
+++ b/src/pages/VisProgPage/visualProgrammingUI/components/WarningSidebar.module.css
@@ -1,8 +1,8 @@
-{/*
+/*
This program has been developed by students from the bachelor Computer Science at Utrecht
University within the Software Project course.
© Copyright Utrecht University (Department of Information and Computing Sciences)
-*/}
+*/
.warnings-sidebar {
min-width: auto;
max-width: 340px;
--
2.49.1
From 179b8fd75b52b1ac7c00a0c10eadb1fa648f04b1 Mon Sep 17 00:00:00 2001
From: Twirre Meulenbelt <43213592+TwirreM@users.noreply.github.com>
Date: Thu, 29 Jan 2026 17:42:13 +0100
Subject: [PATCH 3/3] chore: remove last curly brackets
---
.../components/GestureValueEditor.module.css | 4 ++--
.../visualProgrammingUI/nodes/InferredBeliefNode.module.css | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/pages/VisProgPage/visualProgrammingUI/components/GestureValueEditor.module.css b/src/pages/VisProgPage/visualProgrammingUI/components/GestureValueEditor.module.css
index 442c862..fbc39dd 100644
--- a/src/pages/VisProgPage/visualProgrammingUI/components/GestureValueEditor.module.css
+++ b/src/pages/VisProgPage/visualProgrammingUI/components/GestureValueEditor.module.css
@@ -1,8 +1,8 @@
-{/*
+/*
This program has been developed by students from the bachelor Computer Science at Utrecht
University within the Software Project course.
© Copyright Utrecht University (Department of Information and Computing Sciences)
-*/}
+*/
.gestureEditor {
display: flex;
flex-direction: column;
diff --git a/src/pages/VisProgPage/visualProgrammingUI/nodes/InferredBeliefNode.module.css b/src/pages/VisProgPage/visualProgrammingUI/nodes/InferredBeliefNode.module.css
index d6186ed..ea8b16c 100644
--- a/src/pages/VisProgPage/visualProgrammingUI/nodes/InferredBeliefNode.module.css
+++ b/src/pages/VisProgPage/visualProgrammingUI/nodes/InferredBeliefNode.module.css
@@ -1,8 +1,8 @@
-{/*
+/*
This program has been developed by students from the bachelor Computer Science at Utrecht
University within the Software Project course.
© Copyright Utrecht University (Department of Information and Computing Sciences)
-*/}
+*/
.operator-switch {
display: inline-flex;
align-items: center;
--
2.49.1