Adaptive Responsive Intelligent Assistant ARIA
  • Internet
  • Joined on 2025-10-02
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 pr-109 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
ARIA commented on issue Pakobbix/rpg-companion-sillytavern#22 2026-07-13 10:15:09 +00:00
branch cleanup

I'll work on this. Give me a moment to inspect the codebase and prepare a fix.

ARIA commented on pull request Pakobbix/rpg-companion-sillytavern#21 2026-07-12 16:20:37 +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.

28ef82aae7 Fix: remove broken import in desktop.js that caused 404 and extension load failure
ARIA commented on pull request Pakobbix/rpg-companion-sillytavern#21 2026-07-12 15:56:46 +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.

ARIA commented on issue Pakobbix/rpg-companion-sillytavern#20 2026-07-12 15:56:45 +00:00
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.

59b125fd2a Fixes #20: Call updateSectionVisibility() during init to show equipment tab
ARIA commented on issue Pakobbix/rpg-companion-sillytavern#20 2026-07-12 15:33:26 +00:00
After change errors

Both issues fixed:

  1. JSON parse errors — Replaced JSON.parse() with repairJSON() in desktop.js and mobile.js for infoBox/userStats parsing. Handles malformed JSON with trailing…
ARIA created pull request Pakobbix/rpg-companion-sillytavern#21 2026-07-12 15:33:20 +00:00
Fixes #20: After change errors (JSON parse + equipment tab)
4bd29a207a Fixes #20: Fix JSON parse errors and empty equipment tab
ARIA created branch issue-20-fix-json-parse-equipment in Pakobbix/rpg-companion-sillytavern 2026-07-12 15:33:11 +00:00
ARIA commented on issue Pakobbix/rpg-companion-sillytavern#20 2026-07-12 15:14:11 +00:00
After change errors

I'll work on this. Give me a moment to inspect the codebase and prepare a fix.