Show connected characters in persona panel

- Print list of connected characters in persona panel
- Fix smaller bugs with missing connections in persona description
This commit is contained in:
Wolfsblvt
2025-01-14 01:37:45 +01:00
parent 74fc259c9c
commit 255e75c6cf
3 changed files with 41 additions and 4 deletions

View File

@ -232,6 +232,7 @@ import {
initPersonas,
setPersonaDescription,
initUserAvatar,
updatePersonaConnectionsAvatarList,
} from './scripts/personas.js';
import { getBackgrounds, initBackgrounds, loadBackgroundSettings, background_settings } from './scripts/backgrounds.js';
import { hideLoader, showLoader } from './scripts/loader.js';
@ -1537,6 +1538,7 @@ export async function printCharacters(fullRefresh = false) {
});
favsToHotswap();
updatePersonaConnectionsAvatarList();
}
/** Checks the state of the current search, and adds/removes the search sorting option accordingly */