From f01ae77ecf005be10deb5b00f7aad6a9cf2239c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=95=88=EC=84=B1=EC=A7=84?= Date: Thu, 23 Jul 2026 16:40:35 +0900 Subject: [PATCH] =?UTF-8?q?design:=EC=9E=90=EB=A3=8C=20=EC=88=98=EC=A0=95?= =?UTF-8?q?=EA=B3=BC=20=EA=B7=BC=EB=AC=B4=EC=9E=90=20UI=20=EA=B0=9C?= =?UTF-8?q?=EC=84=A0(#93)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ui/ResourceEditDialog.tsx | 52 +++++++++++-------- .../ui/WorkScheduleBoard.tsx | 4 +- 2 files changed, 32 insertions(+), 24 deletions(-) diff --git a/src/features/manage-resources/ui/ResourceEditDialog.tsx b/src/features/manage-resources/ui/ResourceEditDialog.tsx index b63a426..4a06e98 100644 --- a/src/features/manage-resources/ui/ResourceEditDialog.tsx +++ b/src/features/manage-resources/ui/ResourceEditDialog.tsx @@ -37,33 +37,41 @@ export function ResourceEditDialog({
{resource.resourceType === 'link' ? ( - setUrl(event.target.value)} - placeholder="https://example.com" - className="h-11 w-full rounded-xl bg-slate-100 px-4 text-sm font-medium text-slate-800 outline-none placeholder:text-slate-400 focus:ring-2 focus:ring-indigo-300" - /> + ) : (

파일 교체는 지원하지 않습니다. 제목과 설명만 수정할 수 있습니다.

)} - setTitle(event.target.value)} - placeholder="자료 제목" - className="h-11 w-full rounded-xl bg-slate-100 px-4 text-sm font-medium text-slate-800 outline-none placeholder:text-slate-400 focus:ring-2 focus:ring-indigo-300" - /> -