• Joined on 2025-05-17
Anexim opened issue Anexim/Mana-Loop#99 2026-05-20 10:59:25 +02:00
[priority: high] 10+ monster functions (>150 LOC) with deep nesting and high cyclomatic complexity
Anexim opened issue Anexim/Mana-Loop#98 2026-05-20 10:59:25 +02:00
[priority: critical] 13+ files use as any type casts bypassing TypeScript's type safety
Anexim opened issue Anexim/Mana-Loop#97 2026-05-20 10:59:25 +02:00
[priority: critical] Near-zero test coverage — 155 of 235 files untested, including all core game logic
Anexim opened issue Anexim/Mana-Loop#96 2026-05-20 10:59:24 +02:00
[priority: critical] Legacy store.ts coexists with modular stores/ — incomplete migration
Anexim opened issue Anexim/Mana-Loop#95 2026-05-20 10:59:24 +02:00
[priority: critical] 3 import cycles in production code (store↔utils, equipment↔utils, golems↔utils)
Anexim commented on issue Anexim/Mana-Loop#94 2026-05-20 09:30:13 +02:00
[priority: 4] Recreate Spire Combat Page — Full Spire Climbing Experience

Summary of implementation:

The Spire Combat Page is now a full-page replacement view that activates when spireMode is true in the combat store. Key features implemented:

**Spire Mechanics:*…

Anexim commented on issue Anexim/Mana-Loop#94 2026-05-20 09:29:17 +02:00
[priority: 4] Recreate Spire Combat Page — Full Spire Climbing Experience

Spire Combat Page implementation complete and pushed to master.

Files created (13 new files, 2 modified):

Data/Logic:

  • src/lib/game/data/guardian-encounters.ts — Extended guardian…
Anexim closed issue Anexim/Mana-Loop#94 2026-05-20 09:29:16 +02:00
[priority: 4] Recreate Spire Combat Page — Full Spire Climbing Experience
Anexim commented on issue Anexim/Mana-Loop#94 2026-05-20 08:25:57 +02:00
[priority: 4] Recreate Spire Combat Page — Full Spire Climbing Experience

Starting work on Spire Combat Page. Plan:

  1. Create data/guardian-encounters.ts with extended guardian definitions for all mana types
  2. Create utils/spire-utils.ts with spire-specific utility…
Anexim commented on issue Anexim/Mana-Loop#87 2026-05-20 02:33:12 +02:00
[priority: 4] Recreate Crafting Tab with Fabricator and Enchanter Sub-Tabs

Crafting Tab recreated with Fabricator and Enchanter sub-tabs.

New files:

  • src/lib/game/data/fabricator-recipes.ts — 12 recipes across earth/metal/crystal/sand mana types
  • `src/compone…
Anexim closed issue Anexim/Mana-Loop#87 2026-05-20 02:33:11 +02:00
[priority: 4] Recreate Crafting Tab with Fabricator and Enchanter Sub-Tabs
Anexim commented on issue Anexim/Mana-Loop#87 2026-05-20 01:21:32 +02:00
[priority: 4] Recreate Crafting Tab with Fabricator and Enchanter Sub-Tabs

Starting work on Crafting Tab recreation. Plan: create fabricator recipes data, FabricatorSubTab, EnchanterSubTab (integrating existing 3-phase flow), main CraftingTab with sub-tab system, wire…

Anexim commented on issue Anexim/Mana-Loop#93 2026-05-19 23:00:19 +02:00
[priority: 4] Recreate Spire Summary Tab (Outside Spire)

Spire Summary Tab complete. Created SpireSummaryTab.tsx (357 lines) with:

  • Top stats row showing max floor, floors cleared, guardians defeated, insight earned
  • "Climb the Spire" button
  • Next…
Anexim closed issue Anexim/Mana-Loop#93 2026-05-19 23:00:19 +02:00
[priority: 4] Recreate Spire Summary Tab (Outside Spire)
Anexim commented on issue Anexim/Mana-Loop#93 2026-05-19 22:43:19 +02:00
[priority: 4] Recreate Spire Summary Tab (Outside Spire)

Starting work on Spire Summary Tab. Examining existing patterns and dependencies.

Anexim commented on issue Anexim/Mana-Loop#89 2026-05-19 22:38:29 +02:00
[priority: 4] Recreate Guardian Pacts Tab (Invoker Attunement)

Guardian Pacts Tab completed and pushed.

What was built:

  • src/components/game/tabs/GuardianPactsTab.tsx (392 lines) — full tab with:
    • Guardian cards organized by floor tier (Early…
Anexim closed issue Anexim/Mana-Loop#89 2026-05-19 22:38:29 +02:00
[priority: 4] Recreate Guardian Pacts Tab (Invoker Attunement)
Anexim commented on issue Anexim/Mana-Loop#89 2026-05-19 22:31:34 +02:00
[priority: 4] Recreate Guardian Pacts Tab (Invoker Attunement)

Starting work on Guardian Pacts Tab. Plan:

  1. Create GuardianPactsTab.tsx with guardian cards organized by floor tier, pact ritual functionality, active pacts display
  2. Add to barrel export in…
Anexim commented on issue Anexim/Mana-Loop#88 2026-05-19 22:26:46 +02:00
[priority: 4] Recreate Golemancy Tab — Golem Loadout Configuration

Ticket 88 — Golemancy Tab Complete

Files changed (7 files, +503/-3):

Anexim commented on issue Anexim/Mana-Loop#88 2026-05-19 22:26:23 +02:00
[priority: 4] Recreate Golemancy Tab — Golem Loadout Configuration

GolemancyTab completed and pushed. Summary of changes:

  • GolemancyTab.tsx (340 lines): Full golem loadout configuration tab with tier-based organization (Base/Elemental/Hybrid), golem cards…