refactor: wire design-actions.ts into craftingStore.ts, remove dead code
Build and Publish Mana Loop Docker Image / build-and-publish (push) Successful in 1m23s
Build and Publish Mana Loop Docker Image / build-and-publish (push) Successful in 1m23s
- Delegates startDesigningEnchantment, cancelDesign, saveDesign, deleteDesign to design-actions.ts - Passes enchanter level from attunement store to startDesigningEnchantment (fixes hardcoded 0) - Removes orphaned disenchant-actions.ts (preparation phase handles recovery inline) - Removes unused imports (CraftingUtils, CraftingDesign, useUIStore) - Updates regression test to check design-actions.ts instead of craftingStore.ts
This commit is contained in:
@@ -293,7 +293,6 @@ Mana-Loop/
|
||||
│ │ │ │ ├── crafting-equipment-actions.ts
|
||||
│ │ │ │ ├── crafting-material-actions.ts
|
||||
│ │ │ │ ├── design-actions.ts
|
||||
│ │ │ │ ├── disenchant-actions.ts
|
||||
│ │ │ │ ├── equipment-actions.ts
|
||||
│ │ │ │ ├── index.ts
|
||||
│ │ │ │ └── preparation-actions.ts
|
||||
|
||||
Reference in New Issue
Block a user