v3.1.0: Оптимизация загрузки списка задач - все данные в одном запросе, добавлены индикаторы подзадач и прогрессии
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 40s

This commit is contained in:
poignatov
2026-01-06 14:54:37 +03:00
parent 28d8148665
commit 0ea531889d
5 changed files with 138 additions and 114 deletions

View File

@@ -89,11 +89,31 @@
color: #8b5cf6;
}
.task-name-container {
flex: 1;
display: flex;
align-items: center;
gap: 0.5rem;
}
.task-name {
font-size: 1rem;
font-weight: 500;
color: #1f2937;
flex: 1;
display: flex;
align-items: center;
gap: 0.25rem;
}
.task-subtasks-count {
color: #9ca3af;
font-size: 0.875rem;
font-weight: 400;
}
.task-progression-icon {
color: #9ca3af;
flex-shrink: 0;
}
.task-actions {