mirror of
https://github.com/perstarkse/minne.git
synced 2026-03-28 04:11:51 +01:00
fix: ingestion modal works on all pages
This commit is contained in:
@@ -32,7 +32,8 @@
|
||||
</li>
|
||||
{% endfor %}
|
||||
<li>
|
||||
<button class="btn btn-primary" hx-get="/ingress-form" hx-target="#modal" hx-swap="innerHTML">Add
|
||||
<button class="btn btn-primary btn-outline w-full flex items-center gap-3 justify-start mt-2"
|
||||
hx-get="/ingress-form" hx-target="#modal" hx-swap="innerHTML">{% include "icons/send_icon.html" %} Add
|
||||
Content</button>
|
||||
</li>
|
||||
<div class="divider "></div>
|
||||
@@ -78,7 +79,6 @@
|
||||
</li>
|
||||
{% endfor %}
|
||||
{% else %}
|
||||
<li><span class="text-xs italic text-base-content/60 px-4">No recent chats</span></li>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user