diff --git a/frontend/src/pages/Test.vue b/frontend/src/pages/Test.vue
index 2b4fdbe5..2aabdc1e 100644
--- a/frontend/src/pages/Test.vue
+++ b/frontend/src/pages/Test.vue
@@ -71,9 +71,9 @@
>
{{ topUserInGroup.full_name }}
-
+
@@ -103,6 +103,23 @@
+
+
+
+
{{ group.label }}
+
+ {{ getGroupStats(group.role).count }}
+
+
участников
+
+
+
@@ -152,7 +169,7 @@
>
{{ user.full_name }}
-
{{ user.username }}
+
@@ -188,22 +205,6 @@
-
-
-
-
{{ group.label }}
-
- {{ getGroupStats(group.role).count }}
-
-
участников
-
-
@@ -351,7 +352,7 @@ function getGroupGradientClass(role) {
const classes = {
'LMS Student': 'from-teal-400 to-teal-500',
'Course Creator': 'from-teal-600 to-teal-700',
- 'LMS Schoolchild': 'from-teal-200 to-teal-300'
+ 'LMS Schoolchild': 'from-teal-300 to-teal-400'
}
return classes[role] || 'from-blue-500 to-blue-600'
}
@@ -360,7 +361,7 @@ function getGroupBorderClass(role) {
const classes = {
'LMS Student': 'border-teal-400',
'Course Creator': 'border-teal-600',
- 'LMS Schoolchild': 'border-teal-200'
+ 'LMS Schoolchild': 'border-teal-300'
}
return classes[role] || 'border-blue-400'
}