From 4bd40f047a6f4703945c6db2811d8feda27241d6 Mon Sep 17 00:00:00 2001 From: soryu Date: Mon, 16 Feb 2026 19:01:56 +0000 Subject: soryu-co/soryu - makima (#66) * feat: soryu-co/soryu - makima: Fix contracts page scrolling overflow * WIP: heartbeat checkpoint * WIP: heartbeat checkpoint * WIP: heartbeat checkpoint * WIP: heartbeat checkpoint --- makima/frontend/src/components/directives/DirectiveDetail.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makima/frontend/src/components/directives') diff --git a/makima/frontend/src/components/directives/DirectiveDetail.tsx b/makima/frontend/src/components/directives/DirectiveDetail.tsx index c8da7a0..c9dac37 100644 --- a/makima/frontend/src/components/directives/DirectiveDetail.tsx +++ b/makima/frontend/src/components/directives/DirectiveDetail.tsx @@ -355,7 +355,7 @@ export function DirectiveDetail({ disabled={pickingUpOrders} className="text-[10px] font-mono text-[#c084fc] hover:text-[#d8b4fe] border border-[rgba(192,132,252,0.3)] rounded px-2 py-1 disabled:opacity-50" > - {pickingUpOrders ? "Picking up..." : "Pick Up Orders"} + {pickingUpOrders ? "Planning..." : "Plan Orders"}