Mehrere an einem Tag
This commit is contained in:
@@ -40,6 +40,11 @@
|
||||
<label for="habitColorPicker">Farbe wählen:</label>
|
||||
<input type="color" id="habitColorPicker" onchange="updateHabitColor()">
|
||||
</div>
|
||||
<div class="daily-target-section">
|
||||
<label for="habitDailyTarget">Tägliches Ziel:</label>
|
||||
<input type="number" id="habitDailyTarget" min="1" max="20" onchange="updateDailyTarget()">
|
||||
<span>x pro Tag</span>
|
||||
</div>
|
||||
<div class="modal-actions">
|
||||
<button id="modalCompleteTodayBtn" onclick="completeHabitForDate(event, currentHabitId, getCurrentDate())">Heute erledigen</button>
|
||||
<button id="modalEditBtn" onclick="editHabitName()">Bearbeiten</button>
|
||||
|
||||
Reference in New Issue
Block a user