From 049fd3e8a15952627954678838ca5382c11ecd04 Mon Sep 17 00:00:00 2001 From: soryu Date: Tue, 17 Feb 2026 13:04:18 +0000 Subject: feat: reorder nav, link orders to steps, improve PR titles (#68) * feat: soryu-co/soryu: Reorder navigation: move Orders before Contracts * feat: soryu-co/soryu: Generate PR titles from step content instead of directive title * feat: soryu-co/soryu: Add orderId field to step creation and link orders to steps * feat: soryu-co/soryu: Handle completed orders during plan-orders flow --- makima/frontend/src/components/NavStrip.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makima/frontend/src/components/NavStrip.tsx') diff --git a/makima/frontend/src/components/NavStrip.tsx b/makima/frontend/src/components/NavStrip.tsx index 5aba6a3..117f4e1 100644 --- a/makima/frontend/src/components/NavStrip.tsx +++ b/makima/frontend/src/components/NavStrip.tsx @@ -11,8 +11,8 @@ interface NavLink { const NAV_LINKS: NavLink[] = [ { label: "Listen", href: "/listen" }, { label: "Directives", href: "/directives", requiresAuth: true }, - { label: "Contracts", href: "/contracts", requiresAuth: true }, { label: "Orders", href: "/orders", requiresAuth: true }, + { label: "Contracts", href: "/contracts", requiresAuth: true }, { label: "Mesh", href: "/mesh", requiresAuth: true }, { label: "History", href: "/history", requiresAuth: true }, ]; -- cgit v1.2.3