Add manual study completion toggle

This commit is contained in:
Codex
2026-05-27 13:22:03 +08:00
parent 0cf7725dfc
commit 3a4bf5a486
3 changed files with 116 additions and 8 deletions

View File

@@ -385,6 +385,12 @@ button:disabled {
font-size: 10px;
font-style: normal;
font-weight: 800;
cursor: pointer;
}
.study-status-badge:hover {
border-color: rgba(239, 245, 255, 0.58);
color: var(--text);
}
.study-status-badge.status-complete {