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:
Abhinav Raut
2025-01-09 05:01:33 +05:30
parent d8e29b569f
commit 98537825e9
45 changed files with 582 additions and 495 deletions

View File

@@ -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"