n8n-gitea
  • Joined on 2026-04-22
n8n-gitea pushed to master at Anexim/Mana-Loop 2026-05-20 21:05:51 +02:00
8a7ddaae27 refactor: split bloated state types into State + Actions interfaces (issue #102)
n8n-gitea pushed to master at Anexim/Mana-Loop 2026-05-20 19:48:49 +02:00
ee893e8973 refactor: tick pipeline pattern — read all → compute all → write all (issue #103)
n8n-gitea pushed to master at Anexim/Mana-Loop 2026-05-20 18:39:26 +02:00
ce084a61a3 refactor: extract sub-components from monster functions (issue #99)
n8n-gitea pushed to master at Anexim/Mana-Loop 2026-05-20 17:46:52 +02:00
53b3a94725 refactor: consolidate duplicate functions (calculateDesignTime, calculateDesignCapacityCost, generateSwarmEnemies)
n8n-gitea pushed to master at Anexim/Mana-Loop 2026-05-20 17:23:50 +02:00
742a992d59 refactor: eliminate as any type casts across 18 source files
n8n-gitea pushed to master at Anexim/Mana-Loop 2026-05-20 15:21:29 +02:00
df316c2865 test: add store action and cross-store tick integration tests; fix pact ritual double-counting bug
n8n-gitea pushed to master at Anexim/Mana-Loop 2026-05-20 13:01:25 +02:00
a49b8a8bef test: add unit tests for core game logic utilities
n8n-gitea pushed to master at Anexim/Mana-Loop 2026-05-20 12:36:35 +02:00
cba42e01ff refactor: remove legacy store.ts and crafting-slice.ts, complete modular store migration
n8n-gitea pushed to master at Anexim/Mana-Loop 2026-05-20 12:00:55 +02:00
56ac50f465 refactor: break circular deps in equipment and golems data modules
n8n-gitea pushed to master at Anexim/Mana-Loop 2026-05-20 09:28:49 +02:00
7d56fc368f feat: Recreate Spire Combat Page — full spire climbing experience
n8n-gitea pushed to master at Anexim/Mana-Loop 2026-05-20 02:32:56 +02:00
1c7fc8c551 feat: recreate Crafting Tab with Fabricator and Enchanter sub-tabs
n8n-gitea pushed to master at Anexim/Mana-Loop 2026-05-19 23:00:03 +02:00
9882578627 feat: add Spire Summary Tab showing guardian progress, floor map, and climb button
n8n-gitea pushed to master at Anexim/Mana-Loop 2026-05-19 22:38:09 +02:00
1cda85929d feat: recreate Guardian Pacts tab for Invoker attunement
n8n-gitea pushed to master at Anexim/Mana-Loop 2026-05-19 22:26:08 +02:00
0b6ee15e9b feat: recreate Golemancy tab with golem loadout configuration
n8n-gitea pushed to master at Anexim/Mana-Loop 2026-05-19 22:04:36 +02:00
dbc1b5e02c feat: recreate Equipment Tab with equip/unequip gear management
n8n-gitea pushed to master at Anexim/Mana-Loop 2026-05-19 20:19:41 +02:00
1cd612193d feat: recreate Prestige tab with insight upgrades, memories, pacts, and loop reset
n8n-gitea pushed to master at Anexim/Mana-Loop 2026-05-19 18:29:37 +02:00
5643a4c145 feat: recreate Attunements tab with detailed attunement cards
n8n-gitea pushed to master at Anexim/Mana-Loop 2026-05-19 15:56:05 +02:00
2c4dc82aad feat: recreate Debug Tab with modular debugging functions
n8n-gitea pushed to master at Anexim/Mana-Loop 2026-05-19 14:44:36 +02:00
639d396f80 feat: recreate Achievements tab with category sections, progress tracking, and hidden achievement logic
n8n-gitea pushed to master at Anexim/Mana-Loop 2026-05-19 13:54:20 +02:00
50a9a62060 fix: resolve priority 4 issues — discipline mutation, skill→discipline migration, uiStore persistence, game loop interval, toast listener leak, page re-renders