mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-09-13 23:11:10 +00:00
fix: derive empty-state chat suggestions from user's memories
This commit is contained in:
parent
414965ceee
commit
a56753dfca
1 changed files with 1 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue