• Joined on 2025-05-17
Anexim commented on issue Anexim/Mana-Loop#8 2026-05-14 14:56:43 +02:00
[Bug] EquipmentSlot type missing — breaks EnchantmentPreparer, crafting-actions, data imports

Progress update: Same fix as #7 - EquipmentSlot type now exported from src/lib/game/types/equipment/types.ts and re-exported through the barrel at src/lib/game/types.ts. Also fixes type…

Anexim commented on issue Anexim/Mana-Loop#9 2026-05-14 14:56:43 +02:00
[Bug] Memory type missing — breaks MemorySlotPicker, prestigeStore

Progress update: Memory interface defined in src/lib/game/types/game.ts and re-exported from src/lib/game/types.ts. Fixes TS2305 in MemorySlotPicker.tsx and prestigeStore.ts.

Anexim commented on issue Anexim/Mana-Loop#7 2026-05-14 14:56:13 +02:00
[Bug] EquipmentCategory type missing — breaks EnchantmentDesigner

Progress update: Type exports fixed. All missing type exports have been added to src/lib/game/types.ts:

  • EquipmentSlot and EquipmentCategory from ./types/equipment/types (fixes #7, #8) -…
Anexim commented on issue Anexim/Mana-Loop#14 2026-05-14 12:04:01 +02:00
[TASK-011] Full UI redesign — remaining tabs (Phase 6)

Paused TASK-011 (Phase 6 UI redesign) — started UI work but this should be last priority. Found several blocking issues that need resolution first:

  • Issue 9: Memory type missing (breaks…
Anexim commented on issue Anexim/Mana-Loop#14 2026-05-14 02:28:32 +02:00
[TASK-011] Full UI redesign — remaining tabs (Phase 6)

Starting TASK-011: Full UI redesign — remaining tabs (Phase 6). Session started. Working through the implementation order from the issue.

Anexim closed issue Anexim/Mana-Loop#1 2026-05-13 23:33:53 +02:00
TASK-007: Fix broken import paths in stores/__tests__/stores-tests/
Anexim commented on issue Anexim/Mana-Loop#1 2026-05-13 23:33:53 +02:00
TASK-007: Fix broken import paths in stores/__tests__/stores-tests/

Fixed all broken import paths in stores/__tests__/stores-tests/ and stores/__tests__/index-tests/.

Changes made (7 files):

  • damage-calculation.test.ts: ../../types → `../../../types…
Anexim commented on issue Anexim/Mana-Loop#1 2026-05-13 12:57:03 +02:00
TASK-007: Fix broken import paths in stores/__tests__/stores-tests/

Starting work on this issue. Will investigate the broken import paths in stores/tests/stores-tests/.

Anexim closed issue Anexim/Mana-Loop#10 2026-05-13 12:00:54 +02:00
[Bug] GuardianDef missing multiple properties — breaks GuardianPanel, pactSlice, computed, EquipmentTab
Anexim commented on issue Anexim/Mana-Loop#10 2026-05-13 12:00:54 +02:00
[Bug] GuardianDef missing multiple properties — breaks GuardianPanel, pactSlice, computed, EquipmentTab

Fix committed: 6ad48ef

Changes made:

  • src/lib/game/types/attunements.ts — Added 6 missing properties to GuardianDef interface: power, effects, signingCost, unlocksMana,…
Anexim commented on issue Anexim/Mana-Loop#10 2026-05-13 11:31:58 +02:00
[Bug] GuardianDef missing multiple properties — breaks GuardianPanel, pactSlice, computed, EquipmentTab

Fix in progress. Updated GuardianDef interface with missing properties:

  • power: number — combat power for display (GuardianPanel.tsx)
  • effects: { type: string; value: number }[] —…
Anexim opened issue Anexim/Mana-Loop#14 2026-05-13 10:45:03 +02:00
[TASK-011] Full UI redesign — remaining tabs (Phase 6)
Anexim opened issue Anexim/Mana-Loop#13 2026-05-13 10:45:02 +02:00
[TASK-010] Prestige rework — loop memories + path bonuses (Phase 5)
Anexim opened issue Anexim/Mana-Loop#12 2026-05-13 10:45:01 +02:00
[TASK-009] Attunement expansion — new attunements + path choice at prestige (Phase 4)
Anexim opened issue Anexim/Mana-Loop#11 2026-05-13 10:45:00 +02:00
[TASK-008] Enchanting system stabilization — store as single source of truth (Phase 2)
Anexim commented on issue Anexim/Mana-Loop#10 2026-05-13 10:36:24 +02:00
[Bug] GuardianDef missing multiple properties — breaks GuardianPanel, pactSlice, computed, EquipmentTab

Starting fix: GuardianDef type missing properties (power, effects, signingCost, unlocksMana, damageMultiplier, insightMultiplier). Will read all affected files and update the type.

Anexim closed issue Anexim/Mana-Loop#5 2026-05-13 10:30:43 +02:00
TASK-007: store/computed.ts uses banned "life" element in getFloorElement()
Anexim opened issue Anexim/Mana-Loop#9 2026-05-13 10:05:07 +02:00
[Bug] Memory type missing — breaks MemorySlotPicker, prestigeStore
Anexim opened issue Anexim/Mana-Loop#10 2026-05-13 10:05:07 +02:00
[Bug] GuardianDef missing multiple properties — breaks GuardianPanel, pactSlice, computed, EquipmentTab
Anexim opened issue Anexim/Mana-Loop#8 2026-05-13 10:05:06 +02:00
[Bug] EquipmentSlot type missing — breaks EnchantmentPreparer, crafting-actions, data imports