WIP: Task 1 ActionButtons Rework - investigating approach
Build and Publish Mana Loop Docker Image / build-and-publish (push) Successful in 1m47s
Build and Publish Mana Loop Docker Image / build-and-publish (push) Successful in 1m47s
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -160,3 +160,5 @@ export function CraftingTab({ store }: CraftingTabProps) {
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
CraftingTab.displayName = "CraftingTab";
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -114,3 +114,5 @@ export function LabTab({ store }: LabTabProps) {
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
LabTab.displayName = "LabTab";
|
||||
|
||||
@@ -44,3 +44,5 @@ export function LootTab({ store }: LootTabProps) {
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
LootTab.displayName = "LootTab";
|
||||
|
||||
@@ -367,3 +367,5 @@ export function SkillsTab({ store }: SkillsTabProps) {
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
SkillsTab.displayName = "SkillsTab";
|
||||
|
||||
@@ -178,3 +178,5 @@ export function SpellsTab({ store }: SpellsTabProps) {
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
SpellsTab.displayName = "SpellsTab";
|
||||
|
||||
@@ -350,3 +350,5 @@ export function SpireTab({ store, simpleMode = false }: SpireTabProps) {
|
||||
</TooltipProvider>
|
||||
);
|
||||
}
|
||||
|
||||
SpireTab.displayName = "SpireTab";
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user