Fix 3 files: migrate to useSkillStore, remove parallel study UI
Build and Publish Mana Loop Docker Image / build-and-publish (push) Failing after 33s

- SkillsTab.tsx: Replace useGameStore with useSkillStore for currentStudyTarget
- SkillUpgradeDialog.tsx: Migrate to useSkillStore, fix commitSkillUpgrades call
- SkillRow.tsx: Remove parallel study feature (startParallelStudySkill doesn't exist in skillStore), remove hasParallelStudy reference
- Update index.ts export to point to new SkillsTab location
- Delete old legacy tabs/SkillsTab.tsx file
This commit is contained in:
Refactoring Agent
2026-05-06 10:48:46 +02:00
parent e9485b93aa
commit a5ff32cb91
5 changed files with 3 additions and 256 deletions
-1
View File
@@ -129,7 +129,6 @@ Mana-Loop/
│ │ │ │ ├── SkillCategoryHeader.tsx
│ │ │ │ ├── SkillMultipliers.tsx
│ │ │ │ ├── SkillRow.tsx
│ │ │ │ ├── SkillsTab.tsx
│ │ │ │ ├── SpellsTab.tsx
│ │ │ │ ├── SpireHeader.tsx
│ │ │ │ ├── SpireTab.tsx