chore: uptick

This commit is contained in:
Brooklyn Nicholson
2026-05-01 20:15:00 -05:00
parent e00297782d
commit cd381d6ba5
17 changed files with 300 additions and 317 deletions
@@ -258,7 +258,7 @@ export const Thread: FC<{
{loading === 'response' && <ResponseLoadingIndicator />}
{loading === 'working' && <WorkingIndicator />}
</div>
<ThreadPrimitive.ViewportFooter className="h-[220px] shrink-0" />
<ThreadPrimitive.ViewportFooter className="h-(--thread-composer-clearance) shrink-0" />
</ThreadPrimitive.Viewport>
{loading === 'session' && <CenteredThreadSpinner />}
</ThreadPrimitive.Root>