duzo zmian, funkcji

This commit is contained in:
Mateusz Gruszczyński
2025-07-04 15:18:57 +02:00
parent 7a3d57b111
commit 93f0fb0f33
2 changed files with 42 additions and 2 deletions

View File

@ -32,7 +32,12 @@
<button id="copyBtn" class="btn btn-success btn-sm"
onclick="copyLink('{{ request.url_root }}share/{{ list.share_token }}')"
{% if not list.is_public %}disabled{% endif %}>
📋 Skopiuj link
📋 Skopiuj / Udostępnij
</button>
<button id="openBtn" class="btn btn-primary btn-sm"
onclick="openList('{{ request.url_root }}share/{{ list.share_token }}')"
{% if not list.is_public %}disabled{% endif %}>
✅ Otwórz do odznaczania
</button>
<button id="toggleVisibilityBtn" class="btn btn-outline-secondary btn-sm" onclick="toggleVisibility({{ list.id }})">
{% if list.is_public %}