🟡 LootInventoryDisplay: fully built component is orphaned — never rendered #59
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/LootInventory/index.tsx(318 lines)LootInventoryDisplayis a fully functional inventory management UI with search, sort, filter, materials/essence/blueprints/equipment sections, and delete confirmation. It is never imported or rendered anywhere in the codebase.Impact: Players have no way to view or manage their inventory. The component is dead code.
Fix: Add an "Inventory" tab to
page.tsxthat rendersLootInventoryDisplaywith the required props (inventory,elements,equipmentInstances, callbacks).[priority: 2] ORPHANED/DEAD CODE — LootInventoryDisplay fully built but never rendered.
Fixed: Deleted orphaned LootInventory/index.tsx (the LootInventoryDisplay was already deleted as part of fix #32).