Fix display_name TS error + clean rebuild
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -356,3 +356,13 @@ main {
|
||||
min-height: 28px !important;
|
||||
}
|
||||
}
|
||||
|
||||
/* Status dot pulse animation for in_progress tasks */
|
||||
@keyframes statusPulse {
|
||||
0%, 100% { opacity: 1; }
|
||||
50% { opacity: 0.4; }
|
||||
}
|
||||
|
||||
.status-dot-active {
|
||||
animation: statusPulse 2s ease-in-out infinite;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user