Analytics Insights and Tools Modal

This commit is contained in:
ajaysi
2025-09-07 08:42:37 +05:30
parent 7ac72c5382
commit 5ba19c097a
9 changed files with 367 additions and 90 deletions

View File

@@ -171,7 +171,9 @@ const DashboardHeader: React.FC<DashboardHeaderProps> = ({
width: '100%',
height: '100%',
background: 'linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.6), transparent)',
animation: 'shimmer 2.5s infinite',
animation: workflowControls.completedTasks === workflowControls.totalTasks
? 'none'
: 'shimmer 2.5s infinite',
zIndex: 1,
},
'&::after': {