mirror of
https://github.com/perstarkse/minne.git
synced 2026-03-30 22:32:07 +02:00
fix: sidebar always shows chat history
This commit is contained in:
@@ -2,8 +2,6 @@
|
||||
<div class="container">
|
||||
{% include 'index/signed_in/searchbar.html' %}
|
||||
|
||||
{% include "index/signed_in/quick_actions.html" %}
|
||||
|
||||
<div class="grid grid-cols-1 md:grid-cols-2 shadow my-10">
|
||||
{% include "index/signed_in/active_jobs.html" %}
|
||||
|
||||
|
||||
@@ -82,19 +82,18 @@
|
||||
<div class="px-2 pb-4">
|
||||
<div class="divider "></div>
|
||||
<li>
|
||||
<a hx-boost="true" href="/account" class="flex items-center gap-3">
|
||||
<a hx-boost="true" href="/account" class="flex btn btn-ghost justify-start items-center gap-3">
|
||||
{% include "icons/user_icon.html" %}
|
||||
<span>Account</span>
|
||||
</a>
|
||||
</li>
|
||||
<form action="/signout" method="get" class="w-full block">
|
||||
<li>
|
||||
<button type="submit" class="btn btn-error btn-outline w-full flex items-center gap-3 justify-start !mt-1">
|
||||
{% include "icons/logout_icon.html" %}
|
||||
<span>Logout</span>
|
||||
</button>
|
||||
</li>
|
||||
</form>
|
||||
<li>
|
||||
<a hx-boost="true" href="/signout"
|
||||
class="btn btn-error btn-outline w-full flex items-center gap-3 justify-start !mt-1">
|
||||
{% include "icons/logout_icon.html" %}
|
||||
<span>Logout</span>
|
||||
</a>
|
||||
</li>
|
||||
</div>
|
||||
</ul>
|
||||
</div>
|
||||
Reference in New Issue
Block a user