Add judging view, preset import/export and lap restore

This commit is contained in:
larssand
2026-03-15 22:21:12 +01:00
parent f82433d17c
commit f05140caed
3 changed files with 370 additions and 12 deletions

View File

@@ -652,6 +652,10 @@ select:focus {
background: rgba(225, 106, 0, 0.06);
}
.data-table tr.judge-selected-row td {
background: rgba(225, 6, 0, 0.08);
}
.grid-editor-toolbar {
display: flex;
justify-content: space-between;