🟡 StudyProgress: orphaned component — exported but never rendered #63
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
File:
src/components/game/StudyProgress.tsx(59 lines)StudyProgressis a progress bar component for studying skills/spells. It is exported fromgame/index.tsbut 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.
[priority: 2] ORPHANED/DEAD CODE — StudyProgress exported but never rendered.
Fixed: Deleted orphaned StudyProgress.tsx component (never imported anywhere).