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
@@ -209,3 +209,5 @@ export function EnchantmentApplier({
</div>
);
}
EnchantmentApplier.displayName = "EnchantmentApplier";
@@ -202,3 +202,5 @@ export function EnchantmentPreparer({
</div>
);
}
EnchantmentPreparer.displayName = "EnchantmentPreparer";
@@ -198,3 +198,5 @@ export function EquipmentCrafter({ store }: EquipmentCrafterProps) {
</div>
);
}
EquipmentCrafter.displayName = "EquipmentCrafter";