Fix 3 files: migrate to useSkillStore, remove parallel study UI
Build and Publish Mana Loop Docker Image / build-and-publish (push) Failing after 33s
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:
@@ -6,7 +6,7 @@ export { CraftingTab } from './tabs/CraftingTab';
|
||||
export { SpireTab } from './tabs/SpireTab';
|
||||
export { SpellsTab } from './tabs/SpellsTab';
|
||||
export { LabTab } from './tabs/LabTab';
|
||||
export { SkillsTab } from './tabs/SkillsTab';
|
||||
export { SkillsTab } from './SkillsTab';
|
||||
export { StatsTab } from './tabs/StatsTab';
|
||||
|
||||
// UI components
|
||||
|
||||
Reference in New Issue
Block a user