From 81d0a04eb0f22e66567bf5873a38804f4a19a482 Mon Sep 17 00:00:00 2001 From: Yun Chan Date: Thu, 7 May 2026 16:40:38 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=EC=A7=84=ED=96=89=20=ED=91=9C=EC=8B=9C?= =?UTF-8?q?=20=EB=B3=B4=EA=B0=95=20=E2=80=94=20=EC=B7=A8=EC=86=8C=20?= =?UTF-8?q?=EB=B2=84=ED=8A=BC=20+=20=ED=81=90=20row=20inline=20progress=20?= =?UTF-8?q?bar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 사이드바 진행 패널 - '취소' 버튼 추가 (FsSecondaryButtonStyle, ProcessingPercentLabel 우측) - 클릭 시 _cts.Cancel() + 라벨/버튼 '취소 중…'으로 전환 - finally에서 버튼 상태 복원 큐 row inline progress - QueueItem에 ProgressValue (0~100), ProgressVisibility 속성 추가 - SetState() 안에서 텍스트 파싱: 'queued'/'done'/'NN%' → 자동 갱신 - ItemTemplate에 Height=3 ProgressBar 추가 (MetaLine 아래) - 변환 중인 row만 시각적 bar 표시 --- .../Views/MainWindow.xaml | 25 +++++++--- .../Views/MainWindow.xaml.cs | 49 ++++++++++++++++++- 2 files changed, 67 insertions(+), 7 deletions(-) diff --git a/src/Everything2Everything.App/Views/MainWindow.xaml b/src/Everything2Everything.App/Views/MainWindow.xaml index 8a68bc6..5af0fac 100644 --- a/src/Everything2Everything.App/Views/MainWindow.xaml +++ b/src/Everything2Everything.App/Views/MainWindow.xaml @@ -255,12 +255,21 @@ - + + + + + + +