Conversation list: a collapsible section per AI profile, then a Last N banner over the recents
Profile order comes from the registry so sections keep their places as threads move, and the recents are capped to the same N rather than repeating everything above them.
This commit is contained in:
@@ -2870,8 +2870,7 @@ if (document.getElementById('vv-mon-ai-chat')) {
|
||||
vvMonChatList = VvAiChatList({
|
||||
into: 'vv-mon-ai-chats',
|
||||
chat: vvMonChat,
|
||||
// This card is pinned to General Chat, so its own threads get the top section rather than
|
||||
// competing for position with everything the tabs have been doing.
|
||||
// Pinned to General Chat, so that section is the one open on arrival; the rest collapse.
|
||||
groupProfile: 'chat',
|
||||
groupMax: 10,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user