(scannedCharsMap, selectedLoreBooksSet, characterRepoBooksSet)
| 17 | |
| 18 | // Initialize UI updates with data collections |
| 19 | export function initializeUIUpdates(scannedCharsMap, selectedLoreBooksSet, characterRepoBooksSet) { |
| 20 | scannedCharacters = scannedCharsMap; |
| 21 | selectedLorebooks = selectedLoreBooksSet; |
| 22 | characterRepoBooks = characterRepoBooksSet; |
| 23 | CarrotDebug.init('✅ UI Updates initialized with data collections'); |
| 24 | } |
| 25 | |
| 26 | function updateStatusPanels() { |
| 27 | const settings = extension_settings[extensionName]; |