fix: derive empty-state chat suggestions from user's memories

This commit is contained in:
Sunny 2026-04-19 22:44:34 -07:00
parent 414965ceee
commit a56753dfca

View file

@ -214,6 +214,7 @@ function ChatEmptyStatePlaceholder({
? // Skeletons at the same dimensions as the real buttons —
// prevents layout shift when suggestions arrive
Array.from({ length: 4 }).map((_, i) => (
// biome-ignore lint/suspicious/noArrayIndexKey: stable skeleton
<div
key={i}
className="h-10 w-[300px] rounded-full bg-[#041127] border border-[#2261CA33] animate-pulse"