Farben der Habits wälbarmachen
This commit is contained in:
@@ -36,6 +36,10 @@
|
||||
<div>So</div>
|
||||
</div>
|
||||
<div id="modalDateGrid" class="date-grid-modal"></div>
|
||||
<div class="color-picker-section">
|
||||
<label for="habitColorPicker">Farbe wählen:</label>
|
||||
<input type="color" id="habitColorPicker" onchange="updateHabitColor()">
|
||||
</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