1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-15 18:11:42 +04:00

feat: Add Task List page (#2528)

This commit is contained in:
Paweł Kuna
2025-11-15 13:45:53 +01:00
committed by GitHub
parent 4ce08cad53
commit 99b9ea45f6
7 changed files with 380 additions and 45 deletions
+4
View File
@@ -96,6 +96,10 @@ page-libs: [signature_pad, hugerte, litepicker]
<h3>Change password modal</h3>
{% include "ui/modal.html" class="position-relative rounded d-block bg-surface-backdrop py-6 w-auto h-auto z-0" modal-id="change-password" inline show %}
</div>
<div>
<h3>Add task modal</h3>
{% include "ui/modal.html" class="position-relative rounded d-block show bg-surface-backdrop py-6 w-auto h-auto z-0" modal-id="add-task" inline %}
</div>
</div>
</div>
</div>