n8n-gitea
  • Joined on 2026-04-22
n8n-gitea pushed to master at Anexim/Mana-Loop 2026-05-11 13:26:15 +02:00
47b2a0bdc7 feat: TASK-001 - Playwright E2E test setup + baseline tests
n8n-gitea pushed to master at Anexim/Mana-Loop 2026-05-11 12:07:54 +02:00
f6bf049f91 Fix 3 bugs: equip crash, enchantment not processing, spire spell casting
n8n-gitea pushed to master at Anexim/Mana-Loop 2026-05-10 21:30:04 +02:00
ae0bf3e38d fix(spire): reset currentAction to meditate on spire exit; fix(crafting): wire enchanting state hooks to EnchantmentDesigner/Preparer/Applier
n8n-gitea pushed to master at Anexim/Mana-Loop 2026-05-08 15:28:46 +02:00
cad72fe88c Fix build error in SpireActiveSpells.tsx - resolve JSX parsing issue with template literals
n8n-gitea pushed to master at Anexim/Mana-Loop 2026-05-08 14:57:42 +02:00
d1c90cd544 fix: SpireTab refresh - cast bar, mana costs, full-screen mode, exit button
n8n-gitea pushed to master at Anexim/Mana-Loop 2026-05-08 14:16:38 +02:00
d496dd241b docs: add spec for SpireTab refresh and casting fixes
n8n-gitea pushed to master at Anexim/Mana-Loop 2026-05-08 13:55:50 +02:00
c7f024f2e3 docs: update AGENTS.md to reference project-structure.txt and clarify legacy store status
n8n-gitea pushed to master at Anexim/Mana-Loop 2026-05-08 13:49:37 +02:00
4eeb258d30 docs: update AGENTS.md to reflect store-modules deprecation and utils/ migration
n8n-gitea pushed to master at Anexim/Mana-Loop 2026-05-08 13:49:08 +02:00
2130d30133 fix: resolve mana conversion, Spire/Grimoire tab errors, and legacy store references
n8n-gitea pushed to master at Anexim/Mana-Loop 2026-05-08 13:25:36 +02:00
e4fb66df9f fix: Spire tab maxFloorReached undefined error
n8n-gitea pushed to master at Anexim/Mana-Loop 2026-05-08 12:04:47 +02:00
c6d3e0d7bc fix: resolve test failures in skill, regen, spell-cost test files
n8n-gitea pushed to master at Anexim/Mana-Loop 2026-05-08 11:45:38 +02:00
71fbc7c964 fix: SpireTab store props, mana regen display, skill cost deduction, grimoire cost format, unequip store, add test suite
n8n-gitea pushed to master at Anexim/Mana-Loop 2026-05-08 11:01:08 +02:00
0fadbfef4a Fix skill study mana deduction in skillStore.ts
n8n-gitea pushed to master at Anexim/Mana-Loop 2026-05-07 14:07:28 +02:00
58aa74486e fix: BUG 4 - Add starting equipment to craftingStore initial state
n8n-gitea pushed to master at Anexim/Mana-Loop 2026-05-07 13:58:37 +02:00
be918d1bab fix: revert craftingStore.ts to working state, partial BUG 4 fix remaining
n8n-gitea pushed to master at Anexim/Mana-Loop 2026-05-07 13:32:09 +02:00
482320b519 fix: apply DebugName wrappers to tab components (BUG 7 partial) and other updates
n8n-gitea pushed to master at Anexim/Mana-Loop 2026-05-07 13:17:40 +02:00
32a86c3e62 Fix Bug 8: Replace direct setState calls with proper store actions in debug components
n8n-gitea pushed to master at Anexim/Mana-Loop 2026-05-07 12:28:22 +02:00
7851d8c7cb fix: address multiple bugs (1,2,3,5,6,9,10,11,12,13) - partial fix for 4, remaining 7,8
n8n-gitea pushed to master at Anexim/Mana-Loop 2026-05-07 10:27:10 +02:00
54d5e576ab Fix BUG 2: Set currentAction to 'study' when starting skill or spell study
n8n-gitea pushed to master at Anexim/Mana-Loop 2026-05-07 10:24:23 +02:00
81ad79dd95 Fix BUG 11: StatsTab now reads equipment state from useCraftingStore instead of hardcoded empty objects