📍
Reorder Mode: Click on another list to move the selected list to that position.
Click the ✕ button to cancel.
{{ list.name }}
({{ getDisplayedHabits(list).filter(h => h.completed >= h.target).length }}/{{ getDisplayedHabits(list).length }}) ({{ getDisplayedHabits(list).filter(h => h.completed >= h.target).length }}/{{ getDisplayedHabits(list).length }}) {{ getDisplayedHabits(list).reduce((sum, h) => sum + h.completed, 0) }}/{{ list.customTarget }}
{{ getViewingPeriodDisplay(list) }}
Target. Leave empty for toggle mode
Increment. Leave empty for 1
✏️
{{ habit.name }}
✎
Hidden until {{ new Date(habit.hideUntil).toLocaleDateString() }}
Target: {{ habit.target }}{{ habit.increment > 1 ? ' | Increment: ' + habit.increment : '' }}
✓
○
{{ habit.target === 1 ? habit.completed : habit.completed + '/' + habit.target }}
There's no tracked items in this period
Total:
{{ getTotalSum(list).completed }} / {{ getTotalSum(list).target }}
{{ getCurrentImpressions(list) }}
{{ list.periodicity !== 'permanent' && !isViewingCurrentPeriod(list) ? '' : getImpressionsPlaceholder(list) }}
Add New Item
Target. Leave empty for toggle mode
Increment. Leave empty for 1
Edit mode activated. Done editing