From ae897ea0438f7deb37098de35b965832ebcc622e Mon Sep 17 00:00:00 2001 From: Yun Chan Date: Thu, 7 May 2026 16:37:54 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=EB=A9=94=EC=9D=B8=20=EC=B0=BD=20?= =?UTF-8?q?=EC=82=AC=EC=9D=B4=EB=93=9C=EB=B0=94=EC=97=90=20=EB=B3=80?= =?UTF-8?q?=ED=99=98=20=EC=A7=84=ED=96=89=20=ED=91=9C=EC=8B=9C=20=ED=8C=A8?= =?UTF-8?q?=EB=84=90=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ProcessQueueButton 위에 ProcessingProgressPanel: - 현재 변환 중인 파일명 (이름만, ellipsis 처리) - N / Total 카운터 - 0~100% ProgressBar (Index + FileProgress 기준 누적) - % 텍스트 ShowProcessingProgress(total) → 변환 시작 시 표시, UpdateProcessingProgress(p) → reporter 콜백에서 실시간 갱신, HideProcessingProgress() → finally에서 숨김 --- .../Views/MainWindow.xaml | 30 +++++++++++++++++ .../Views/MainWindow.xaml.cs | 33 +++++++++++++++++++ 2 files changed, 63 insertions(+) diff --git a/src/Everything2Everything.App/Views/MainWindow.xaml b/src/Everything2Everything.App/Views/MainWindow.xaml index 1a26455..8a68bc6 100644 --- a/src/Everything2Everything.App/Views/MainWindow.xaml +++ b/src/Everything2Everything.App/Views/MainWindow.xaml @@ -233,6 +233,36 @@ + + + + + + + + + + + + + + +