WIP: Task 1 ActionButtons Rework - investigating approach
Build and Publish Mana Loop Docker Image / build-and-publish (push) Successful in 1m47s

This commit is contained in:
Refactoring Agent
2026-04-26 17:43:58 +02:00
parent c2dd846f63
commit 563e41dbe3
46 changed files with 263 additions and 13 deletions
@@ -85,3 +85,5 @@ export function AttunementDebug({ store }: AttunementDebugProps) {
</Card>
);
}
AttunementDebug.displayName = "AttunementDebug";
@@ -86,3 +86,5 @@ export function ElementDebug({ store }: ElementDebugProps) {
</Card>
);
}
ElementDebug.displayName = "ElementDebug";
@@ -269,3 +269,5 @@ export function GameStateDebug({ store }: GameStateDebugProps) {
</div>
);
}
GameStateDebug.displayName = "GameStateDebug";
+2
View File
@@ -25,3 +25,5 @@ export function GolemDebug({ store }: GolemDebugProps) {
</Card>
);
}
GolemDebug.displayName = "GolemDebug";
+2
View File
@@ -207,3 +207,5 @@ export function PactDebug() {
</Card>
);
}
PactDebug.displayName = "PactDebug";
+2
View File
@@ -291,3 +291,5 @@ export function SkillDebug({ store }: SkillDebugProps) {
</Card>
);
}
SkillDebug.displayName = "SkillDebug";