chore: final cleanup

This commit is contained in:
Subarashimo
2025-12-05 18:10:21 +01:00
parent 38328de1bf
commit 7e47dbfd7c
29 changed files with 338 additions and 2168 deletions
+1 -4
View File
@@ -369,7 +369,6 @@ export function setupSettingsPopup() {
const message = chat[i];
if (message.extra && message.extra.rpg_companion_swipes) {
delete message.extra.rpg_companion_swipes;
// console.log('[RPG Companion] Cleared swipe data from message at index', i);
}
}
}
@@ -434,9 +433,7 @@ export function setupSettingsPopup() {
updateDiceDisplayCore();
updateChatThoughts(); // Clear the thought bubble in chat
renderQuests(); // Clear and re-render quests UI
renderSkills(); // Clear and re-render skills UI
// console.log('[RPG Companion] Chat cache cleared');
renderSkills();
});
return settingsModal;