Tightly integrate WhatsApp selectors into existing UIs

This commit is contained in:
2026-02-16 10:51:57 +00:00
parent a38339c809
commit 15af8af6b2
19 changed files with 2846 additions and 156 deletions

View File

@@ -62,6 +62,7 @@
</a>
{% else %}
<button
type="button"
hx-headers='{"X-CSRFToken": "{{ csrf_token }}"}'
hx-get="{% url contacts_url_name type=type pk=item %}"
hx-trigger="click"
@@ -75,6 +76,7 @@
</span>
</button>
<button
type="button"
hx-headers='{"X-CSRFToken": "{{ csrf_token }}"}'
hx-get="{% url chats_url_name type=type pk=item %}"
hx-trigger="click"