Files
Mana-Loop/docs
n8n-gitea 1dce061cdd
Build and Publish Mana Loop Docker Image / build-and-publish (push) Failing after 1m2s
fix: persist enchantment design state across tab navigation
- EnchantmentDesigner now reads selection state directly from useCraftingStore
  instead of receiving it as props, so state survives tab unmount/remount
- EnchanterSubTab no longer uses local useState for selectedEquipmentType,
  selectedEffects, designName, selectedDesign — all sourced from store
- Removed unused EnchantmentDesignerProps interface from types
- All 1158 existing tests pass, no new type errors introduced

Fixes #366
2026-06-11 11:54:45 +02:00
..