繰り返し追加機能の追加

This commit is contained in:
2026-01-07 23:38:23 +09:00
parent b2fbb472df
commit 920928746e
13 changed files with 964 additions and 129 deletions

View File

@@ -56,13 +56,12 @@
重要度により間隔が変わります:大=10分、中=30分、小=1時間
</div>
<hr class="my-2">
<!-- 1回リマインダー -->
<div class="form-check form-switch">
<input class="form-check-input" type="checkbox" id="reminder_enabled"
name="reminder_enabled" {{if .assignment.ReminderEnabled}}checked{{end}}
onchange="toggleReminderDate(this)">
<label class="form-check-label" for="reminder_enabled">
1回リマインダー(指定日時に1回通知)
リマインダー(指定日時に通知)
</label>
</div>
<div class="mt-2" id="reminder_at_group"