mirror of
https://github.com/abhinavxd/libredesk.git
synced 2025-11-17 12:21:39 +00:00
feat: AI clean up of agent responses, adds new ai package
- feat: full screen tiptap editor, esentially two editors that attempt to keep their state in sync. - moves tiptap editor menu bar to to show up as a bubble once text is selected. - Layout fixes and improvements. - Improves /reports/overview charts and cards.
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
<!-- Sticky container for the scroll arrow -->
|
||||
<div v-show="!isAtBottom" class="sticky bottom-6 flex justify-end px-6">
|
||||
<div class="relative">
|
||||
<button @click="handleScrollToBottom" class="w-11 h-11 rounded-full flex items-center justify-center shadow">
|
||||
<button @click="handleScrollToBottom" class="w-8 h-8 rounded-full flex items-center justify-center shadow">
|
||||
<ArrowDown size="20" />
|
||||
</button>
|
||||
<span v-if="unReadMessages > 0"
|
||||
|
||||
Reference in New Issue
Block a user