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
@@ -41,3 +41,5 @@ export function AchievementsTab({ store }: AchievementsTabProps) {
</div>
);
}
AchievementsTab.displayName = "AchievementsTab";
@@ -265,3 +265,5 @@ export function AttunementsTab({ store }: AttunementsTabProps) {
</div>
);
}
AttunementsTab.displayName = "AttunementsTab";
+2
View File
@@ -160,3 +160,5 @@ export function CraftingTab({ store }: CraftingTabProps) {
</div>
);
}
CraftingTab.displayName = "CraftingTab";
+2
View File
@@ -30,3 +30,5 @@ export function DebugTab({ store }: DebugTabProps) {
</div>
);
}
DebugTab.displayName = "DebugTab";
@@ -431,3 +431,5 @@ export function EquipmentTab({ store }: EquipmentTabProps) {
</div>
);
}
EquipmentTab.displayName = "EquipmentTab";
@@ -336,3 +336,5 @@ export function GolemancyTab({ store }: GolemancyTabProps) {
</div>
);
}
GolemancyTab.displayName = "GolemancyTab";
+2
View File
@@ -114,3 +114,5 @@ export function LabTab({ store }: LabTabProps) {
</div>
);
}
LabTab.displayName = "LabTab";
+2
View File
@@ -44,3 +44,5 @@ export function LootTab({ store }: LootTabProps) {
</div>
);
}
LootTab.displayName = "LootTab";
+2
View File
@@ -367,3 +367,5 @@ export function SkillsTab({ store }: SkillsTabProps) {
</div>
);
}
SkillsTab.displayName = "SkillsTab";
+2
View File
@@ -178,3 +178,5 @@ export function SpellsTab({ store }: SpellsTabProps) {
</div>
);
}
SpellsTab.displayName = "SpellsTab";
+2
View File
@@ -350,3 +350,5 @@ export function SpireTab({ store, simpleMode = false }: SpireTabProps) {
</TooltipProvider>
);
}
SpireTab.displayName = "SpireTab";
+2
View File
@@ -247,3 +247,5 @@ export function StatsTab({
</div>
);
}
StatsTab.displayName = "StatsTab";
@@ -71,3 +71,5 @@ export function StudyProgress({
</div>
);
}
StudyProgress.displayName = "StudyProgress";
@@ -113,3 +113,5 @@ export function UpgradeDialog({
</Dialog>
);
}
UpgradeDialog.displayName = "UpgradeDialog";