Updated Tasks and the delete confirmation modal for new materialize version.

This commit is contained in:
Brian McGonagill 2024-07-22 16:47:50 -05:00
parent e44ef98be4
commit 3d060e2eef
11 changed files with 76 additions and 41 deletions

View file

@ -24,7 +24,7 @@
{{/if}}
</td>
<td>
<i class="material-icons clickable deleteTask">delete</i>
<i class="material-icons clickable deleteTask modal-trigger" data-target="modalDelete">delete</i>
<i class="material-icons clickable markTaskComplete">check</i>
</td>
</tr>