This commit is contained in:
team 1
2026-05-11 13:44:32 +02:00
parent 0bce89cd8b
commit c4890183f8
8 changed files with 209 additions and 20 deletions

View File

@@ -29,20 +29,22 @@
<img src="{{ asset('assets/img/logo.svg') }}" style="max-height: 20px;" alt="">
<div class="spacer"></div>
<button id="clear" class="btn btn-trans" data-chat-message-text="ui.buttons.clear">
<button id="clear" class="btn btn-trans" data-chat-message-aria-label="ui.buttons.clear">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-trash-fill"
viewBox="0 0 16 16">
viewBox="0 0 16 16" aria-hidden="true" focusable="false">
<path d="M2.5 1a1 1 0 0 0-1 1v1a1 1 0 0 0 1 1H3v9a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V4h.5a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H10a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1zm3 4a.5.5 0 0 1 .5.5v7a.5.5 0 0 1-1 0v-7a.5.5 0 0 1 .5-.5M8 5a.5.5 0 0 1 .5.5v7a.5.5 0 0 1-1 0v-7A.5.5 0 0 1 8 5m3 .5v7a.5.5 0 0 1-1 0v-7a.5.5 0 0 1 1 0"/>
</svg>
<span data-chat-message-text="ui.buttons.clear">Diesen Chat löschen</span>
</button>
<a id="chat-logout" href="{{ path('chat_logout') }}" class="btn btn-trans"
data-chat-message-text="ui.buttons.logout">
data-chat-message-aria-label="ui.buttons.logout">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-power"
viewBox="0 0 16 16">
viewBox="0 0 16 16" aria-hidden="true" focusable="false">
<path d="M7.5 1v7h1V1z"/>
<path d="M3 8.812a5 5 0 0 1 2.578-4.375l-.485-.874A6 6 0 1 0 11 3.616l-.501.865A5 5 0 1 1 3 8.812"/>
</svg>
Abmelden</a>
<span data-chat-message-text="ui.buttons.logout">Abmelden</span>
</a>
</div>
<div id="ai-cloud" class="ai-cloud d-none"></div>
<div id="chat" class="chat"></div>