mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-03 12:52:39 +02:00
refactor: restructure instrumentation client initialization and enhance UI components for better performance and user experience
This commit is contained in:
parent
cba7923503
commit
d70e292fbe
18 changed files with 227 additions and 264 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue