refactor: extract components from SpireTab.tsx to reduce below 400 lines
Build and Publish Mana Loop Docker Image / build-and-publish (push) Failing after 1m11s

This commit is contained in:
Refactoring Agent
2026-05-01 17:02:32 +02:00
parent f0ab3ca3ce
commit dc38445225
9 changed files with 1148 additions and 564 deletions
+8
View File
@@ -13,3 +13,11 @@ export { DebugTab } from './DebugTab';
export { LootTab } from './LootTab';
export { AchievementsTab } from './AchievementsTab';
export { GolemancyTab } from './GolemancyTab';
// Spire sub-components
export { SpireHeader } from './SpireHeader';
export { GuardianPanel } from './GuardianPanel';
export { RoomDisplay } from './RoomDisplay';
export { FloorControls } from './FloorControls';
export { CombatStatsPanel } from './CombatStatsPanel';
export { ActivityLog } from './ActivityLog';