Fixes #20: After change errors (JSON parse + equipment tab) #21

Merged
Pakobbix merged 3 commits from issue-20-fix-json-parse-equipment into main 2026-07-12 16:22:01 +00:00
2 changed files with 3 additions and 1 deletions
Showing only changes of commit 59b125fd2a - Show all commits
+2 -1
View File
@@ -349,7 +349,8 @@ jQuery(async () => {
initThoughtBasedExpressions();
updateFabWidgets();
updateStripWidgets();
// Explicit initial render of equipment to ensure it's visible
// Ensure section visibility matches settings (equipment is hidden by CSS, needs explicit .show())
updateSectionVisibility();
renderEquipment();
} catch (error) {
console.error('[RPG Companion] Chat data load failed, using defaults:', error);
+1
View File
@@ -7,6 +7,7 @@ import { i18n } from '../../core/i18n.js';
import { extensionSettings, lastGeneratedData, committedTrackerData } from '../../core/state.js';
import { hexToRgba } from './theme.js';
import { repairJSON } from '../../utils/jsonRepair.js';
import { invalidateCache } from './renderUtils.js';
/**
* Helper to parse time string and calculate clock hand angles