🟡 CraftingProgress: orphaned component — exported but never rendered #64

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

File: src/components/game/CraftingProgress.tsx (163 lines)

CraftingProgress shows design/preparation/application progress for crafting. It is exported from game/index.ts but never imported or rendered anywhere. Note: the store state equipmentCraftingProgress IS used in LeftPanel.tsx and ActionButtons.tsx, but the CraftingProgress component itself is never rendered.

Impact: Dead code. Crafting progress has no dedicated UI component.

Fix: Integrate into the crafting UI or LeftPanel, or remove.

**File:** `src/components/game/CraftingProgress.tsx` (163 lines) `CraftingProgress` shows design/preparation/application progress for crafting. It is exported from `game/index.ts` but **never imported or rendered anywhere**. Note: the store state `equipmentCraftingProgress` IS used in `LeftPanel.tsx` and `ActionButtons.tsx`, but the `CraftingProgress` component itself is never rendered. **Impact:** Dead code. Crafting progress has no dedicated UI component. **Fix:** Integrate into the crafting UI or LeftPanel, 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 — CraftingProgress exported but never rendered.

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

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

Fixed: Deleted orphaned CraftingProgress.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#64