mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-15 05:37:22 +01:00
* Implemented repeat after completion * Added tests for repeat after completion in shouldDo.test.js * Remove lastTicked * Undoes removal of website/client/README.md
This commit is contained in:
@@ -95,6 +95,12 @@
|
||||
input(type="number", v-model="task.everyX", min="0", required)
|
||||
| {{ repeatSuffix }}
|
||||
br
|
||||
template(v-if="task.frequency === 'daily'")
|
||||
.form-check
|
||||
label.custom-control.custom-checkbox
|
||||
input.custom-control-input(type="checkbox", v-model="task.repeatAfterCompletion")
|
||||
span.custom-control-indicator
|
||||
span.custom-control-description {{ $t('repeatAfterCompletionTitle', {everyX: task.everyX}) }}
|
||||
template(v-if="task.frequency === 'weekly'")
|
||||
.form-check-inline.weekday-check(
|
||||
v-for="(day, dayNumber) in ['su','m','t','w','th','f','s']",
|
||||
|
||||
Reference in New Issue
Block a user