{/* list, or the empty state (replace) when there are no conversations. */}
No conversations yet
}
>
{local.empty}
}
>
{(group) => {
const convs = createMemo(() => groupedConversations().get(group.id) ?? []);
return (
0}>
);
}}
0}>
}
>
{(conv) => }
{/* footer (inject): a row below the list (account / settings / …). */}