feat: add repeat daily reminder functionality with UI updates and translations

This commit is contained in:
Daniel Volz
2025-12-25 12:29:42 +01:00
parent 3d5526875c
commit 06da1d6eb8
5 changed files with 35 additions and 6 deletions
+9
View File
@@ -1605,6 +1605,15 @@ textarea {
transform: translateX(20px);
}
.toggle-switch.disabled .toggle-slider {
opacity: 0.4;
cursor: not-allowed;
}
.toggle-switch.disabled input {
cursor: not-allowed;
}
@media (max-width: 600px) {
.setting-group { grid-template-columns: 1fr; }
}