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:
Gmer4Lfe
2026-08-17 16:06:28 -04:00
parent 83f3b7e226
commit e024a29157
2 changed files with 69 additions and 28 deletions
+1 -2
View File
@@ -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,
});