From 19436efb4ef1fdb9b74ba1876d3f0f4b7c4979d2 Mon Sep 17 00:00:00 2001 From: laurejablonski Date: Sat, 10 May 2025 11:26:03 +0200 Subject: [PATCH] fix: titels van leerobjecten werden ook groen --- frontend/src/assets/common.css | 4 ++-- frontend/src/i18n/locale/de.json | 1 + frontend/src/i18n/locale/en.json | 1 + frontend/src/i18n/locale/fr.json | 1 + frontend/src/i18n/locale/nl.json | 1 + frontend/src/views/HomePage.vue | 2 +- frontend/src/views/SingleTheme.vue | 2 +- frontend/src/views/assignments/CreateAssignment.vue | 2 +- frontend/src/views/assignments/UserAssignments.vue | 2 +- frontend/src/views/classes/SingleClass.vue | 2 +- frontend/src/views/classes/StudentClasses.vue | 2 +- frontend/src/views/classes/TeacherClasses.vue | 4 ++-- frontend/src/views/homepage/UserHomePage.vue | 2 +- 13 files changed, 15 insertions(+), 11 deletions(-) diff --git a/frontend/src/assets/common.css b/frontend/src/assets/common.css index 8be0c6bb..b2c364d8 100644 --- a/frontend/src/assets/common.css +++ b/frontend/src/assets/common.css @@ -1,4 +1,4 @@ -h1 { +.h1 { color: #0e6942; text-transform: uppercase; font-weight: bolder; @@ -47,7 +47,7 @@ th { } @media screen and (max-width: 850px) { - h1 { + .h1 { text-align: center; padding-left: 0; } diff --git a/frontend/src/i18n/locale/de.json b/frontend/src/i18n/locale/de.json index 8a131208..2f945d0f 100644 --- a/frontend/src/i18n/locale/de.json +++ b/frontend/src/i18n/locale/de.json @@ -21,6 +21,7 @@ "JoinClassExplanation": "Geben Sie den Code ein, den Ihnen die Lehrkraft mitgeteilt hat, um der Klasse beizutreten.", "invalidFormat": "Ungültiges Format", "submitCode": "senden", + "submit": "senden", "members": "Mitglieder", "themes": "Themen", "choose-theme": "Wählen Sie ein Thema", diff --git a/frontend/src/i18n/locale/en.json b/frontend/src/i18n/locale/en.json index 46dfc26e..e86c8c41 100644 --- a/frontend/src/i18n/locale/en.json +++ b/frontend/src/i18n/locale/en.json @@ -33,6 +33,7 @@ "JoinClassExplanation": "Enter the code the teacher has given you to join the class.", "invalidFormat": "Invalid format.", "submitCode": "submit", + "submit": "submit", "members": "Members", "themes": "Themes", "choose-theme": "Select a theme", diff --git a/frontend/src/i18n/locale/fr.json b/frontend/src/i18n/locale/fr.json index 05341cfa..d14fc7ea 100644 --- a/frontend/src/i18n/locale/fr.json +++ b/frontend/src/i18n/locale/fr.json @@ -33,6 +33,7 @@ "JoinClassExplanation": "Entrez le code que l'enseignant vous a donné pour rejoindre la classe.", "invalidFormat": "Format non valide.", "submitCode": "envoyer", + "submit": "envoyer", "members": "Membres", "themes": "Thèmes", "choose-theme": "Choisis un thème", diff --git a/frontend/src/i18n/locale/nl.json b/frontend/src/i18n/locale/nl.json index f09714dc..88cc4673 100644 --- a/frontend/src/i18n/locale/nl.json +++ b/frontend/src/i18n/locale/nl.json @@ -33,6 +33,7 @@ "JoinClassExplanation": "Voer de code in die je van de docent hebt gekregen om lid te worden van de klas.", "invalidFormat": "Ongeldig formaat.", "submitCode": "verzenden", + "submit": "verzenden", "members": "Leden", "themes": "Lesthema's", "choose-theme": "Kies een thema", diff --git a/frontend/src/views/HomePage.vue b/frontend/src/views/HomePage.vue index 9b2c8acc..c0dcffaf 100644 --- a/frontend/src/views/HomePage.vue +++ b/frontend/src/views/HomePage.vue @@ -28,7 +28,7 @@ alt="Dwengo logo" style="align-self: center" /> -

{{ t("homeTitle") }}

+

{{ t("homeTitle") }}

{{ t("homeIntroduction1") }}

diff --git a/frontend/src/views/SingleTheme.vue b/frontend/src/views/SingleTheme.vue index 6924cc1c..5550e30d 100644 --- a/frontend/src/views/SingleTheme.vue +++ b/frontend/src/views/SingleTheme.vue @@ -33,7 +33,7 @@