From 56f32f80459665ad49fed7df2123061819079c4b Mon Sep 17 00:00:00 2001 From: jisangs Date: Sat, 4 Jul 2026 16:25:34 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A7=88=EC=97=90=EC=8A=A4=ED=8A=B8=EB=A1=9C?= =?UTF-8?q?=20=EC=83=81=EC=84=B8=20=ED=99=94=EB=A9=B4=EC=9D=98=20=EC=B2=98?= =?UTF-8?q?=EB=A6=AC=20=EB=A1=9C=EA=B7=B8=20=ED=91=9C=EC=97=90=20=ED=8E=98?= =?UTF-8?q?=EC=9D=B4=EC=A7=80=EB=84=A4=EC=9D=B4=EC=85=98=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../[maestroId]/ExtensionRequestsSection.tsx | 1 - .../maestros/[maestroId]/LogsSection.tsx | 299 ++++++++++++++++++ .../[maestroId]/UpgradeRequestsSection.tsx | 1 - app/(admin)/maestros/[maestroId]/page.tsx | 75 +---- app/api/maestros/[id]/logs/route.ts | 28 ++ components/ui/button.tsx | 2 +- lib/maestros.ts | 108 +++++-- 7 files changed, 410 insertions(+), 104 deletions(-) create mode 100644 app/(admin)/maestros/[maestroId]/LogsSection.tsx create mode 100644 app/api/maestros/[id]/logs/route.ts diff --git a/app/(admin)/maestros/[maestroId]/ExtensionRequestsSection.tsx b/app/(admin)/maestros/[maestroId]/ExtensionRequestsSection.tsx index 1ca4695..1a2a2b4 100644 --- a/app/(admin)/maestros/[maestroId]/ExtensionRequestsSection.tsx +++ b/app/(admin)/maestros/[maestroId]/ExtensionRequestsSection.tsx @@ -77,7 +77,6 @@ export function ExtensionRequestsSection({ onClick={() => void handleCreate()} size="sm" type="button" - variant="outline" >