refactor: simplify mention handling and remove unused code

This commit is contained in:
Bohdan Triapitsyn
2025-12-13 17:38:08 +02:00
parent 3275f5e50d
commit 52784073c2
3 changed files with 37 additions and 301 deletions
@@ -652,7 +652,7 @@ const ChatMessage: React.FC<ChatMessageProps> = ({
<FadeInOnReveal>
<div
className={cn(
'rounded-xl border bg-input/10 dark:bg-input/30 pt-[0.7rem] pb-[0.45rem] relative'
'rounded-xl border bg-input/10 dark:bg-input/30 pt-2 pb-2.5 relative'
)}
style={{
borderColor: 'color-mix(in srgb, var(--primary-muted, var(--primary)) 40%, var(--interactive-border, transparent))'