🟡 StudyProgress: orphaned component — exported but never rendered #63

Closed
opened 2026-05-18 17:06:40 +02:00 by Anexim · 2 comments
Owner

File: src/components/game/StudyProgress.tsx (59 lines)

StudyProgress is a progress bar component for studying skills/spells. It is exported from game/index.ts but never imported or rendered anywhere.

Impact: Dead code. The study progress functionality has no UI.

Fix: Integrate into the Disciplines tab or as a persistent status widget, or remove.

**File:** `src/components/game/StudyProgress.tsx` (59 lines) `StudyProgress` is a progress bar component for studying skills/spells. It is exported from `game/index.ts` but **never imported or rendered anywhere**. **Impact:** Dead code. The study progress functionality has no UI. **Fix:** Integrate into the Disciplines tab or as a persistent status widget, or remove.
Anexim added the ai:todo label 2026-05-18 17:06:40 +02:00
n8n-gitea was assigned by Anexim 2026-05-18 17:06:40 +02:00
Author
Owner

[priority: 2] ORPHANED/DEAD CODE — StudyProgress exported but never rendered.

[priority: 2] ORPHANED/DEAD CODE — StudyProgress exported but never rendered.
Author
Owner

Fixed: Deleted orphaned StudyProgress.tsx component (never imported anywhere).

Fixed: Deleted orphaned StudyProgress.tsx component (never imported anywhere).
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Anexim/Mana-Loop#63