🟡 CraftingProgress: orphaned component — exported but never rendered #64
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/CraftingProgress.tsx(163 lines)CraftingProgressshows design/preparation/application progress for crafting. It is exported fromgame/index.tsbut never imported or rendered anywhere. Note: the store stateequipmentCraftingProgressIS used inLeftPanel.tsxandActionButtons.tsx, but theCraftingProgresscomponent itself is never rendered.Impact: Dead code. Crafting progress has no dedicated UI component.
Fix: Integrate into the crafting UI or LeftPanel, or remove.
[priority: 2] ORPHANED/DEAD CODE — CraftingProgress exported but never rendered.
Fixed: Deleted orphaned CraftingProgress.tsx component (never imported anywhere).