fix: add missing closing brace for ActionButtonsProps interface
Build and Publish Mana Loop Docker Image / build-and-publish (push) Successful in 2m20s
Build and Publish Mana Loop Docker Image / build-and-publish (push) Successful in 2m20s
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
# Circular Dependencies
|
# Circular Dependencies
|
||||||
Generated: 2026-05-30T23:18:13.094Z
|
Generated: 2026-05-30T23:43:01.094Z
|
||||||
|
|
||||||
No circular dependencies found. ✅
|
No circular dependencies found. ✅
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"_meta": {
|
"_meta": {
|
||||||
"generated": "2026-05-30T23:18:08.992Z",
|
"generated": "2026-05-30T23:42:57.037Z",
|
||||||
"description": "Import dependency graph for src/lib/game. Keys are files, values are arrays of files they import.",
|
"description": "Import dependency graph for src/lib/game. Keys are files, values are arrays of files they import.",
|
||||||
"usage": "To find what a file affects, search for its path in the VALUES. To find what a file depends on, look at its KEY entry."
|
"usage": "To find what a file affects, search for its path in the VALUES. To find what a file depends on, look at its KEY entry."
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -13,6 +13,7 @@ interface ActionButtonsProps {
|
|||||||
applicationProgress: { progress: number; required: number } | null;
|
applicationProgress: { progress: number; required: number } | null;
|
||||||
equipmentCraftingProgress: { progress: number; required: number } | null;
|
equipmentCraftingProgress: { progress: number; required: number } | null;
|
||||||
cancelDesign?: (slot: 1 | 2) => void;
|
cancelDesign?: (slot: 1 | 2) => void;
|
||||||
|
}
|
||||||
|
|
||||||
// Map action IDs to labels and icons
|
// Map action IDs to labels and icons
|
||||||
const ACTION_CONFIG: Record<string, { label: string; icon: typeof Sparkles; color: string }> = {
|
const ACTION_CONFIG: Record<string, { label: string; icon: typeof Sparkles; color: string }> = {
|
||||||
|
|||||||
Reference in New Issue
Block a user