Refinament 1 #31

Merged
killer-cf merged 5 commits from refinament-1 into master 2025-11-19 19:25:21 +00:00
4 changed files with 79 additions and 84 deletions
Showing only changes of commit c7fd824138 - Show all commits

View File

@@ -11,7 +11,8 @@
| 'monitor' | 'monitor'
| 'document' | 'document'
| 'teams' | 'teams'
| 'userPlus'; | 'userPlus'
| 'clock';
type PaletteKey = 'primary' | 'success' | 'secondary' | 'accent' | 'info' | 'error' | 'warning'; type PaletteKey = 'primary' | 'success' | 'secondary' | 'accent' | 'info' | 'error' | 'warning';
type TiRouteId = type TiRouteId =
@@ -25,7 +26,9 @@
| '/(dashboard)/ti/solicitacoes-acesso' | '/(dashboard)/ti/solicitacoes-acesso'
| '/(dashboard)/ti/times' | '/(dashboard)/ti/times'
| '/(dashboard)/ti/notificacoes' | '/(dashboard)/ti/notificacoes'
| '/(dashboard)/ti/monitoramento'; | '/(dashboard)/ti/monitoramento'
| '/(dashboard)/ti/configuracoes-ponto'
| '/(dashboard)/ti/configuracoes-relogio';
type FeatureCard = { type FeatureCard = {
title: string; title: string;
@@ -192,6 +195,13 @@
strokeLinecap: 'round', strokeLinecap: 'round',
strokeLinejoin: 'round' strokeLinejoin: 'round'
} }
],
clock: [
{
d: 'M12 6v6h4.5m4.5 0a9 9 0 11-18 0 9 9 0 0118 0z',
strokeLinecap: 'round',
strokeLinejoin: 'round'
}
] ]
}; };
@@ -231,15 +241,6 @@
{ label: 'Alertas', variant: 'outline' } { label: 'Alertas', variant: 'outline' }
] ]
}, },
{
title: 'Suporte Técnico',
description:
'Central de atendimento para resolução de problemas técnicos e dúvidas sobre o sistema.',
ctaLabel: 'Em breve',
palette: 'info',
icon: 'support',
disabled: true
},
{ {
title: 'Gerenciar Permissões', title: 'Gerenciar Permissões',
description: description: