• Joined on 2025-05-17
Anexim opened issue Anexim/Mana-Loop#31 2026-05-18 15:57:51 +02:00
chore: Remove duplicate discipline definition files (dead code)
Anexim opened issue Anexim/Mana-Loop#32 2026-05-18 15:57:51 +02:00
chore: Remove duplicate LootInventoryDisplay component
Anexim opened issue Anexim/Mana-Loop#33 2026-05-18 15:57:51 +02:00
fix: DisciplinesTab.tsx uses getState() during render — breaks React subscription
Anexim opened issue Anexim/Mana-Loop#30 2026-05-18 15:57:50 +02:00
fix: canEquipInSlot uses instance ID as type ID — two-handed weapon check broken
Anexim opened issue Anexim/Mana-Loop#28 2026-05-18 15:56:07 +02:00
fix: totalManaGathered incorrectly accumulates spell costs instead of mana gathered
Anexim opened issue Anexim/Mana-Loop#29 2026-05-18 15:56:07 +02:00
fix: gameStore.ts passes empty object to processCombatTick as first argument
Anexim opened issue Anexim/Mana-Loop#26 2026-05-18 15:56:06 +02:00
fix: discipline-slice.ts directly mutates state outside of set()
Anexim opened issue Anexim/Mana-Loop#27 2026-05-18 15:56:06 +02:00
fix: combatStore.ts persist partialize saves wrong field for activeSpell
Anexim opened issue Anexim/Mana-Loop#23 2026-05-18 15:54:41 +02:00
fix: Missing PrestigeDef and LootDrop type definitions
Anexim opened issue Anexim/Mana-Loop#24 2026-05-18 15:54:41 +02:00
fix: EquipmentCategory used but not imported in enchantments/index.ts
Anexim opened issue Anexim/Mana-Loop#25 2026-05-18 15:54:41 +02:00
fix: grimoire property on SpellDef raw-spells but not in type definition
Anexim opened issue Anexim/Mana-Loop#22 2026-05-18 15:54:40 +02:00
fix: Missing ManaType type export from elements.ts breaks discipline type safety
Anexim closed issue Anexim/Mana-Loop#21 2026-05-18 15:08:13 +02:00
Docker build fails with 3 errors: JSX syntax, missing module, missing file
Anexim commented on issue Anexim/Mana-Loop#21 2026-05-18 15:08:13 +02:00
Docker build fails with 3 errors: JSX syntax, missing module, missing file

All 3 Docker build errors fixed and verified with successful bun run build:

  1. DisciplinesTab.tsx JSX ternary — Fixed malformed )) : ( to proper ternary `unlockedPerks && unlockedPerks.le…
Anexim commented on issue Anexim/Mana-Loop#21 2026-05-18 14:57:43 +02:00
Docker build fails with 3 errors: JSX syntax, missing module, missing file

Starting work on fixing the 3 Docker build errors. Will investigate and fix all three issues.

Anexim commented on issue Anexim/Mana-Loop#20 2026-05-18 14:53:18 +02:00
fix: resolve 7 circular dependency chains in src/lib/game

All 7 circular dependency chains resolved

Changes made across 2 commits:

Commit 1fix: resolve 7 circular dependency chains in src/lib/game

  • data/equipment/utils.ts —…
Anexim closed issue Anexim/Mana-Loop#20 2026-05-18 14:53:18 +02:00
fix: resolve 7 circular dependency chains in src/lib/game
Anexim opened issue Anexim/Mana-Loop#21 2026-05-18 14:32:14 +02:00
Docker build fails with 3 errors: JSX syntax, missing module, missing file
Anexim opened issue Anexim/Mana-Loop#20 2026-05-18 14:28:48 +02:00
fix: resolve 7 circular dependency chains in src/lib/game
Anexim commented on issue Anexim/Mana-Loop#18 2026-05-18 14:23:57 +02:00
Refactor: Resolve Structural Inconsistencies and Dead Code

Completed: Structural Refactor

All checklist items from the issue have been resolved. Here's a summary of what was done:

Part 1 — Broken Barrel Exports

  • Fixed `src/components/game/ind…