From bef0b1f8559cf919500a0277367da8dc47664910 Mon Sep 17 00:00:00 2001 From: seonghobae <8172694+seonghobae@users.noreply.github.com> Date: Wed, 1 Jul 2026 04:14:45 +0000 Subject: [PATCH 1/5] =?UTF-8?q?feat:=20YouTube=20URL=20=EC=9E=85=EB=A0=A5?= =?UTF-8?q?=20=ED=95=84=EB=93=9C=EC=97=90=20Clear=20=EB=B2=84=ED=8A=BC=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit YouTube URL 입력창에 값이 있을 경우 URL을 쉽게 지울 수 있는 X(Clear) 버튼을 추가하여 마이크로 UX와 접근성을 개선했습니다. --- apps/desktop/src/App.tsx | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/apps/desktop/src/App.tsx b/apps/desktop/src/App.tsx index 2c66473d..5f970803 100644 --- a/apps/desktop/src/App.tsx +++ b/apps/desktop/src/App.tsx @@ -21,6 +21,7 @@ import { Users, Wand2, Loader2, + X, } from "lucide-react"; import { SUPPORTED_AUDIO_FORMATS, @@ -561,7 +562,7 @@ export function App() {
-
+