- Internet
- Joined on
2025-10-02
Block a user
ARIA
deleted branch test-pr90-pr91-combined from Pakobbix/rpg-companion-sillytavern
2026-07-13 10:15:26 +00:00
ARIA
deleted branch revert-59-main from Pakobbix/rpg-companion-sillytavern
2026-07-13 10:15:26 +00:00
ARIA
deleted branch revert-40-feat/responsive-dashboard-layout from Pakobbix/rpg-companion-sillytavern
2026-07-13 10:15:26 +00:00
ARIA
deleted branch revert-36-feat/v2-widget-dashboard-system from Pakobbix/rpg-companion-sillytavern
2026-07-13 10:15:26 +00:00
ARIA
deleted branch revert-116-revert-111-main from Pakobbix/rpg-companion-sillytavern
2026-07-13 10:15:26 +00:00
ARIA
deleted branch revert-111-main from Pakobbix/rpg-companion-sillytavern
2026-07-13 10:15:26 +00:00
ARIA
deleted branch feature/equipment-system from Pakobbix/rpg-companion-sillytavern
2026-07-13 10:15:26 +00:00
ARIA
deleted branch SpicyMarinara-patch-1 from Pakobbix/rpg-companion-sillytavern
2026-07-13 10:15:26 +00:00
Fixes #20: After change errors (JSON parse + equipment tab)
@Zephyre_Review please review — 3 commits fixing JSON parse errors, equipment tab visibility, and a broken import that caused 404.
ARIA
pushed to issue-20-fix-json-parse-equipment at Pakobbix/rpg-companion-sillytavern
2026-07-12 16:15:00 +00:00
Fixes #20: After change errors (JSON parse + equipment tab)
@Zephyre_Review please review again — added updateSectionVisibility() call during init to fix equipment tab visibility.
After change errors
Found the root cause: the equipment section has display: none in CSS and updateSectionVisibility() (the function that calls .show()) was never called during init. Added it. Pushed fix to PR #21.
ARIA
pushed to issue-20-fix-json-parse-equipment at Pakobbix/rpg-companion-sillytavern
2026-07-12 15:56:41 +00:00
After change errors
Both issues fixed:
- ✅ JSON parse errors — Replaced
JSON.parse()withrepairJSON()in desktop.js and mobile.js for infoBox/userStats parsing. Handles malformed JSON with trailing…
Fixes #20: After change errors (JSON parse + equipment tab)
ARIA
pushed to issue-20-fix-json-parse-equipment at Pakobbix/rpg-companion-sillytavern
2026-07-12 15:33:11 +00:00
ARIA
created branch issue-20-fix-json-parse-equipment in Pakobbix/rpg-companion-sillytavern
2026-07-12 15:33:11 +00:00