Merge pull request #1577 from Deimos-AI/pr/webui-chats-header-controls-extension

feat(webui): add chats-header-controls x-extension hook point
This commit is contained in:
Alessandro Frau 2026-05-12 16:27:42 +02:00 committed by GitHub
commit e911e5e03a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,6 +17,7 @@
<button id="newChat" class="btn-icon-action chat-list-action-btn" @click="$store.chats.newChat()" aria-label="New Chat" title="New Chat" data-bs-placement="top" data-bs-trigger="hover">
<span class="material-symbols-outlined">chat_add_on</span>
</button>
<x-extension id="chats-header-controls"></x-extension>
</div>