🟡 AchievementsDisplay: fully built component is orphaned — never rendered #58
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/AchievementsDisplay.tsx(205 lines)AchievementsDisplayis a fully functional component with category grouping, progress bars, locked/revealed/unlocked states, and reward display. It is exported fromgame/index.tsbut is never imported or rendered anywhere in the codebase.Impact: Players have no way to view achievements. The component is dead code taking up space.
Fix: Add an "Achievements" tab to
page.tsxthat rendersAchievementsDisplay, or integrate it into an existing tab.[priority: 2] ORPHANED/DEAD CODE — AchievementsDisplay fully built but never rendered.
Fixed: Deleted orphaned AchievementsDisplay.tsx component (never imported anywhere).