refactor: restructure instrumentation client initialization and enhance UI components for better performance and user experience

This commit is contained in:
DESKTOP-RTLN3BA\$punk 2026-03-08 17:48:09 -07:00
parent cba7923503
commit d70e292fbe
18 changed files with 227 additions and 264 deletions

View file

@ -101,7 +101,6 @@ const ThreadContent: FC = () => {
>
<ThreadPrimitive.Viewport
turnAnchor="top"
autoScroll
className={cn(
"aui-thread-viewport relative flex flex-1 min-h-0 flex-col overflow-y-auto px-4 pt-4 transition-[padding] duration-300 ease-out",
showGutter && "lg:pr-30"