update the chat to use the new chat, fix file uploads, mentions, and message area scaling

This commit is contained in:
Ra
2025-08-20 15:26:23 -07:00
parent be2cab7c9e
commit 9c20073755
80 changed files with 1204 additions and 4338 deletions

View File

@@ -1,5 +1,19 @@
@import "tailwindcss";
/* Blinking cursor animation for chat input */
@keyframes blink {
0%,
50% {
opacity: 1;
}
51%,
100% {
opacity: 0;
}
}
:root {