chore: uptick

This commit is contained in:
Brooklyn Nicholson
2026-04-15 23:29:00 -05:00
parent 097702c8a7
commit cb31732c4f
10 changed files with 1344 additions and 1237 deletions

View File

@@ -125,13 +125,7 @@ function TreeNode({
)
}
export function Spinner({
color,
variant = 'think'
}: {
color: string
variant?: 'think' | 'tool'
}) {
export function Spinner({ color, variant = 'think' }: { color: string; variant?: 'think' | 'tool' }) {
const spin = useMemo(() => {
const raw = spinners[pick(variant === 'tool' ? TOOL : THINK)]