mudanças nos nomes dos widgets
This commit is contained in:
@@ -66,7 +66,7 @@ class ClassAnalyticsCard extends StatelessWidget {
|
|||||||
),
|
),
|
||||||
const SizedBox(height: 4),
|
const SizedBox(height: 4),
|
||||||
Text(
|
Text(
|
||||||
'${classStats.activeStudents} de ${classStats.totalStudents} alunos ativos',
|
'${classStats.activeStudents} de ${classStats.totalStudents} alunos matriculados',
|
||||||
style: TextStyle(
|
style: TextStyle(
|
||||||
color: Colors.white.withValues(alpha: 0.8),
|
color: Colors.white.withValues(alpha: 0.8),
|
||||||
fontSize: 14,
|
fontSize: 14,
|
||||||
|
|||||||
@@ -75,7 +75,7 @@ class _TeacherAnalyticsPreviewWidgetState
|
|||||||
children: [
|
children: [
|
||||||
_buildQuickStat(
|
_buildQuickStat(
|
||||||
icon: Icons.check_circle,
|
icon: Icons.check_circle,
|
||||||
label: 'Alunos Ativos',
|
label: 'Alunos Matriculados',
|
||||||
value: '18/24',
|
value: '18/24',
|
||||||
color: Theme.of(context).colorScheme.primary,
|
color: Theme.of(context).colorScheme.primary,
|
||||||
),
|
),
|
||||||
|
|||||||
@@ -89,7 +89,7 @@ class _TeacherQuickActionsWidgetState extends State<TeacherQuickActionsWidget> {
|
|||||||
return ClipRRect(
|
return ClipRRect(
|
||||||
borderRadius: BorderRadius.circular(16),
|
borderRadius: BorderRadius.circular(16),
|
||||||
child: DashboardActionCard(
|
child: DashboardActionCard(
|
||||||
title: 'Upload Conteúdo',
|
title: 'Gerenciamento de Conteúdo',
|
||||||
subtitle: 'PDFs, textos, imagens',
|
subtitle: 'PDFs, textos, imagens',
|
||||||
icon: Icons.upload_file,
|
icon: Icons.upload_file,
|
||||||
useGradient: true,
|
useGradient: true,
|
||||||
@@ -189,7 +189,7 @@ class _TeacherQuickActionsWidgetState extends State<TeacherQuickActionsWidget> {
|
|||||||
final cs = Theme.of(context).colorScheme;
|
final cs = Theme.of(context).colorScheme;
|
||||||
final items = [
|
final items = [
|
||||||
_TeacherActionItem(
|
_TeacherActionItem(
|
||||||
title: 'Upload Conteúdo',
|
title: 'Gerenciamento de Conteúdo',
|
||||||
subtitle: 'PDFs, textos, imagens',
|
subtitle: 'PDFs, textos, imagens',
|
||||||
icon: Icons.upload_file,
|
icon: Icons.upload_file,
|
||||||
useGradient: true,
|
useGradient: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user