n8n-gitea
2c4dc82aad
feat: recreate Debug Tab with modular debugging functions
...
Build and Publish Mana Loop Docker Image / build-and-publish (push) Successful in 1m17s
- Add DebugTab.tsx as main container with collapsible sections
- Add 8 debug section components in DebugTab/ subdirectory:
- GameStateDebugSection: reset, mana, time, pause controls
- DisciplineDebugSection: activate/deactivate, add XP
- AttunementDebugSection: unlock, add XP
- ElementDebugSection: unlock all, add elemental mana
- GolemDebugSection: enable/disable golems
- PactDebugSection: force sign/clear pacts
- SpireDebugSection: jump floors, toggle spire mode
- AchievementDebugSection: unlock/reset achievements
- Add DebugTab to barrel export (tabs/index.ts)
- Add lazy-loaded Debug tab to page.tsx
- Add DebugTab.test.ts with 45 tests
- All files under 400 lines
- Uses existing debug context (DebugProvider, DebugName)
- Destructive actions require confirmation (double-click pattern)
2026-05-19 15:55:20 +02:00
n8n-gitea
fe0f2a079c
Completely remove legacy skill system and tests
2026-05-16 11:20:11 +02:00
n8n-gitea
482320b519
fix: apply DebugName wrappers to tab components (BUG 7 partial) and other updates
Build and Publish Mana Loop Docker Image / build-and-publish (push) Failing after 1m12s
2026-05-07 13:32:04 +02:00
Refactoring Agent
ca07719456
fix: update StatsTab, DebugTab and all child components to use modular stores
...
Build and Publish Mana Loop Docker Image / build-and-publish (push) Successful in 1m42s
- Updated StatsTab to use hooks directly (useSkillStore, usePrestigeStore, etc.)
- Updated DebugTab to use hooks directly
- Updated all debug child components (GameStateDebug, SkillDebug, AttunementDebug, etc.)
- Updated all stats child components (ManaStatsSection, CombatStatsSection, etc.)
- Fixed UpgradeEffectsSection.tsx syntax errors
- Updated page.tsx to not pass store prop to StatsTab and DebugTab
- All components now use modular stores directly instead of receiving store prop
2026-05-02 23:43:49 +02:00
Refactoring Agent
3bcf20636c
Fix DebugTab crash (Bug 4): Correct GameStore import path
Build and Publish Mana Loop Docker Image / build-and-publish (push) Failing after 25s
2026-04-27 12:31:06 +02:00
Refactoring Agent
563e41dbe3
WIP: Task 1 ActionButtons Rework - investigating approach
Build and Publish Mana Loop Docker Image / build-and-publish (push) Successful in 1m47s
2026-04-26 17:43:58 +02:00
Refactoring Agent
9f029d93e1
Task 2: DebugTab Update - add Invoker Debugging Buttons for Pacts
2026-04-26 12:52:48 +02:00
Refactoring Agent
d6b85d6367
Phase 3: Split DebugTab.tsx into functional components
Build and Publish Mana Loop Docker Image / build-and-publish (push) Successful in 4m17s
2026-04-24 14:12:52 +02:00
Unknown
c19ce5111e
Phase 2: Remove unreferenced ComboMeter and GameFooter components
2026-04-24 10:51:55 +02:00
Unknown
52413777cd
Task 1: Implement 5-tier talent tree structure
...
- Rewrite skill definitions with 5-tier Continuous Talent Tree
- Add perk choices at Level 5 and Level 10 for each tier
- Add Elite Perks at T3 L10 and T5 L10
- Remove scrollCrafting (violates NO INSTANT FINISHING pillar)
- Set max:1 for skills that don't need evolution paths
- All 512 tests passing
2026-04-23 13:22:44 +02:00
Z User
4f474dbcf3
Initial commit
2026-04-03 17:23:15 +00:00