Neue Monats ansicht
This commit is contained in:
@@ -21,6 +21,20 @@
|
||||
<div class="modal-content">
|
||||
<span class="close-button" onclick="closeModal()">×</span>
|
||||
<h2 id="modalHabitName"></h2>
|
||||
<div class="month-navigation">
|
||||
<button id="prevMonthBtn" onclick="changeMonth(-1)"><</button>
|
||||
<span id="currentMonthYear"></span>
|
||||
<button id="nextMonthBtn" onclick="changeMonth(1)">></button>
|
||||
</div>
|
||||
<div class="weekdays-header">
|
||||
<div>Mo</div>
|
||||
<div>Di</div>
|
||||
<div>Mi</div>
|
||||
<div>Do</div>
|
||||
<div>Fr</div>
|
||||
<div>Sa</div>
|
||||
<div>So</div>
|
||||
</div>
|
||||
<div id="modalDateGrid" class="date-grid-modal"></div>
|
||||
<div class="modal-actions">
|
||||
<button id="modalCompleteTodayBtn" onclick="completeHabitForDate(event, currentHabitId, getCurrentDate())">Heute erledigen</button>
|
||||
|
||||
Reference in New Issue
Block a user