add timing debugging, foot pedal and eval script

This commit is contained in:
croissant
2025-11-05 09:06:14 +01:00
parent da71b233be
commit e48d8babe0
7 changed files with 950 additions and 330 deletions
+15
View File
@@ -352,6 +352,21 @@ button {
transition: all 0.2s;
}
.btn-set-task {
background: #3b82f6;
color: white;
min-width: 120px;
}
.btn-set-task:hover:not(:disabled) {
background: #2563eb;
}
.btn-set-task:disabled {
background: #d1d5db;
cursor: not-allowed;
}
.btn-start {
background: #10b981;
color: white;