From 9762ee464419042b817ff58ea8ec4d9678dc0fb4 Mon Sep 17 00:00:00 2001 From: soryu Date: Sat, 7 Feb 2026 19:41:53 +0000 Subject: Fix directive page styling --- .../src/components/directives/DirectiveDetail.tsx | 51 +++++++++++++--------- 1 file changed, 30 insertions(+), 21 deletions(-) (limited to 'makima/frontend/src/components/directives/DirectiveDetail.tsx') diff --git a/makima/frontend/src/components/directives/DirectiveDetail.tsx b/makima/frontend/src/components/directives/DirectiveDetail.tsx index 645b8d2..06d8ba2 100644 --- a/makima/frontend/src/components/directives/DirectiveDetail.tsx +++ b/makima/frontend/src/components/directives/DirectiveDetail.tsx @@ -176,6 +176,7 @@ function JsonSection({ export function DirectiveDetail({ directive, + onBack, onDelete, onStart, onRefresh, @@ -245,27 +246,18 @@ export function DirectiveDetail({
{/* Header */}
-
- + +
{onStart && directive.status === "draft" && ( @@ -273,16 +265,33 @@ export function DirectiveDetail({ {onDelete && ( )}
-

- {directive.title} -

+
+

+ {directive.title} +

+ + {directive.status} + + {isLive && ( + + polling + + )} + + v{directive.version} + +
{/* Tabs */} -- cgit v1.2.3