cleanup: delete computed-stats.ts shim and store/index.ts
Build and Publish Mana Loop Docker Image / build-and-publish (push) Failing after 57s

- Delete src/lib/game/computed-stats.ts (root-level re-export shim)
- Delete src/lib/game/store/index.ts (nothing imports from it)
- Update __tests__/computed-stats.test.ts to import from ../utils instead
- Clean up craftingStore.ts imports (remove unused useGameStore, CraftingApply)

Typecheck and lint pass (pre-existing DisciplinesTab.tsx errors unchanged)
This commit is contained in:
2026-05-18 12:08:38 +02:00
parent 20c2ebd7b5
commit 2805f75f5e
54 changed files with 333 additions and 2936 deletions
+1 -25
View File
@@ -78,7 +78,6 @@ Mana-Loop/
│ │ │ │ ├── index.tsx
│ │ │ │ └── types.ts
│ │ │ ├── StatsTab/
│ │ │ │ ├── ActiveUpgradesSection.tsx
│ │ │ │ ├── CombatStatsSection.tsx
│ │ │ │ ├── ElementStatsSection.tsx
│ │ │ │ ├── LoopStatsSection.tsx
@@ -105,20 +104,8 @@ Mana-Loop/
│ │ │ │ ├── GolemDebug.tsx
│ │ │ │ ├── PactDebug.tsx
│ │ │ │ └── index.tsx
│ │ │ ├── layout/
│ │ │ │ ├── Header.tsx
│ │ │ │ └── TabBar.tsx
│ │ │ ├── shared/
│ │ │ │ ── MemorySlotPicker.tsx
│ │ │ │ ├── StudyProgress.tsx
│ │ │ │ └── UpgradeDialog.tsx
│ │ │ ├── stats/
│ │ │ │ ├── CombatStatsSection.tsx
│ │ │ │ ├── ManaStatsSection.tsx
│ │ │ │ ├── ManaTypeBreakdown.tsx
│ │ │ │ ├── StudyStatsSection.tsx
│ │ │ │ ├── UpgradeEffectsSection.tsx
│ │ │ │ └── index.tsx
│ │ │ │ ── MemorySlotPicker.tsx
│ │ │ ├── tabs/
│ │ │ │ └── DisciplinesTab.tsx
│ │ │ ├── AchievementsDisplay.tsx
@@ -178,11 +165,6 @@ Mana-Loop/
│ │ │ ├── store-method-tests/
│ │ │ ├── bug-fixes.test.ts
│ │ │ └── computed-stats.test.ts
│ │ ├── attunements/
│ │ │ ├── data.ts
│ │ │ ├── index.ts
│ │ │ ├── types.ts
│ │ │ └── utils.ts
│ │ ├── constants/
│ │ │ ├── spells-modules/
│ │ │ │ ├── advanced-spells.ts
@@ -280,7 +262,6 @@ Mana-Loop/
│ │ │ ├── combatSlice.ts
│ │ │ ├── computed.ts
│ │ │ ├── craftingSlice.ts
│ │ │ ├── index.ts
│ │ │ ├── manaSlice.ts
│ │ │ ├── pactSlice.ts
│ │ │ ├── prestigeSlice.ts
@@ -328,7 +309,6 @@ Mana-Loop/
│ │ │ ├── index.ts
│ │ │ ├── mana-utils.ts
│ │ │ └── room-utils.ts
│ │ ├── computed-stats.ts
│ │ ├── constants.ts
│ │ ├── crafting-apply.ts
│ │ ├── crafting-attunements.ts
@@ -341,14 +321,10 @@ Mana-Loop/
│ │ ├── debug-context.tsx
│ │ ├── dynamic-compute.ts
│ │ ├── effects.ts
│ │ ├── effects.ts.fix
│ │ ├── formatting.ts
│ │ ├── navigation-slice.ts
│ │ ├── special-effects.ts
│ │ ├── store.test.ts
│ │ ├── store.ts
│ │ ├── stores.test.ts
│ │ ├── study-slice.ts
│ │ ├── types.ts
│ │ ├── upgrade-effects.ts
│ │ └── upgrade-effects.types.ts