Refactor and implement queueing messages

This commit is contained in:
2025-02-12 18:45:21 +00:00
parent 213df9176e
commit 018d2f87c7
23 changed files with 804 additions and 338 deletions

View File

@@ -17,7 +17,7 @@
<th>ai</th>
<th>persona</th>
<th>enabled</th>
<th>send</th>
<th>mode</th>
<th>actions</th>
</thead>
{% for item in object_list %}
@@ -46,17 +46,7 @@
</span>
{% endif %}
</td>
<td>
{% if item.send_enabled %}
<span class="icon">
<i class="fa-solid fa-check"></i>
</span>
{% else %}
<span class="icon">
<i class="fa-solid fa-xmark"></i>
</span>
{% endif %}
</td>
<td>{{ item.mode }}</td>
<td>
<div class="buttons">
<button