From d081acb8dadef583cfa19754aa92e90f91dd3a8e Mon Sep 17 00:00:00 2001 From: n8n-gitea Date: Sun, 31 May 2026 02:47:06 +0200 Subject: [PATCH] fix: add missing closing brace for ActionButtonsProps interface --- docs/circular-deps.txt | 2 +- docs/dependency-graph.json | 2 +- src/components/game/ActionButtons.tsx | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/circular-deps.txt b/docs/circular-deps.txt index fa4934f..face1b2 100644 --- a/docs/circular-deps.txt +++ b/docs/circular-deps.txt @@ -1,4 +1,4 @@ # Circular Dependencies -Generated: 2026-05-30T23:18:13.094Z +Generated: 2026-05-30T23:43:01.094Z No circular dependencies found. ✅ diff --git a/docs/dependency-graph.json b/docs/dependency-graph.json index 16baa74..9498d0f 100644 --- a/docs/dependency-graph.json +++ b/docs/dependency-graph.json @@ -1,6 +1,6 @@ { "_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.", "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." }, diff --git a/src/components/game/ActionButtons.tsx b/src/components/game/ActionButtons.tsx index 2defaa2..a27b4bd 100755 --- a/src/components/game/ActionButtons.tsx +++ b/src/components/game/ActionButtons.tsx @@ -13,6 +13,7 @@ interface ActionButtonsProps { applicationProgress: { progress: number; required: number } | null; equipmentCraftingProgress: { progress: number; required: number } | null; cancelDesign?: (slot: 1 | 2) => void; +} // Map action IDs to labels and icons const ACTION_CONFIG: Record = {