summaryrefslogtreecommitdiff
path: root/makima/frontend/src/components/directives
diff options
context:
space:
mode:
authorsoryu <soryu@soryu.co>2026-02-07 19:02:40 +0000
committersoryu <soryu@soryu.co>2026-02-07 19:02:40 +0000
commit27a91409a623347d148bc8d0f0fa81a955a038bd (patch)
treeb8b1d3744c5058cba0d394e875486ef52d9764d9 /makima/frontend/src/components/directives
parent97e21c8296ec5f91912d56980ebf3b18a1ca3507 (diff)
downloadsoryu-27a91409a623347d148bc8d0f0fa81a955a038bd.tar.gz
soryu-27a91409a623347d148bc8d0f0fa81a955a038bd.zip
Change directive page
Diffstat (limited to 'makima/frontend/src/components/directives')
-rw-r--r--makima/frontend/src/components/directives/DirectiveDetail.tsx7
1 files changed, 0 insertions, 7 deletions
diff --git a/makima/frontend/src/components/directives/DirectiveDetail.tsx b/makima/frontend/src/components/directives/DirectiveDetail.tsx
index 95dc7cc..645b8d2 100644
--- a/makima/frontend/src/components/directives/DirectiveDetail.tsx
+++ b/makima/frontend/src/components/directives/DirectiveDetail.tsx
@@ -176,7 +176,6 @@ function JsonSection({
export function DirectiveDetail({
directive,
- onBack,
onDelete,
onStart,
onRefresh,
@@ -247,12 +246,6 @@ export function DirectiveDetail({
{/* Header */}
<div className="p-4 border-b border-dashed border-[rgba(117,170,252,0.35)]">
<div className="flex items-center gap-2 mb-2">
- <button
- onClick={onBack}
- className="font-mono text-xs text-[#75aafc] hover:text-white transition-colors"
- >
- &larr; Back
- </button>
<span
className={`font-mono text-[10px] uppercase ${
statusColors[directive.status as DirectiveStatus] || "text-[#888]"