feat: improve chat renaming functionality with dialog support in sidebar components

This commit is contained in:
Anish Sarkar 2026-02-21 23:59:04 +05:30
parent f3652ad7cf
commit f0d170a595
12 changed files with 213 additions and 23 deletions

View file

@ -65,7 +65,7 @@ export function SidebarSlideOutPanel({
exit={{ x: "-100%" }}
transition={{ type: "tween", duration: 0.2, ease: [0.4, 0, 0.2, 1] }}
className={cn(
"h-full w-full bg-background flex flex-col pointer-events-auto",
"h-full w-full bg-background flex flex-col pointer-events-auto select-none",
"sm:border-r sm:shadow-xl"
)}
role="dialog"