Bump version to 3.7.0: Add next task date info in task completion dialog
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 34s

This commit is contained in:
poignatov
2026-01-10 19:27:36 +03:00
parent cc7c6a905e
commit dde8858d7d
4 changed files with 253 additions and 19 deletions

View File

@@ -189,6 +189,12 @@
}
.task-actions-section {
display: flex;
flex-direction: column;
gap: 0.25rem;
}
.task-actions-buttons {
display: flex;
gap: 0.75rem;
align-items: center;
@@ -248,6 +254,14 @@
cursor: not-allowed;
}
.next-task-date-info {
font-size: 0.875rem;
color: #6b7280;
text-align: left;
margin-top: -0.125rem;
margin-bottom: -0.5rem;
}
.loading,
.error-message {
text-align: center;