Fix pending prompts, Whale cancellation, version, and themes#1
Draft
esleeeeee wants to merge 24 commits into
Draft
Fix pending prompts, Whale cancellation, version, and themes#1esleeeeee wants to merge 24 commits into
esleeeeee wants to merge 24 commits into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
개요
eslee Download Router의 초기 기능을 실제 설치형 WinUI 3 앱 수준으로 완성하고, 사용자 검증에서 확인된 다운로드 상태·선택 창·DPI·테마·버전 문제를 수정합니다.
이 PR은 계속 Draft/Open 상태로 유지하며 병합하지 않습니다.
주요 변경 사항
다운로드 라우팅과 선택 흐름
SelectSubfolder작업을 FIFO 선택 창으로 처리합니다.1 / N)와 나머지 대기 파일 수를 표시합니다.모두 나중에 선택으로 현재 세션의 기존 팝업 큐만 일괄 숨길 수 있습니다.과거 Pending 팝업 폭주 방지
SelectSubfolder작업 중 마지막 브라우저 이벤트가 30분 이내인 작업으로 제한합니다.LastBrowserEventAt을 현재 시각으로 갱신하지 않도록IsReconciliation을 구분합니다.Whale 취소·중단 상태
chrome.downloads.onChanged에서USER_CANCELED를 확인하는 즉시 idempotent한download.cancelled를 전송합니다.chrome.downloads.search결과와 마지막 오류를 함께 사용해 취소와 중단을 구분합니다.onErased는 브라우저 기록 삭제일 뿐 다운로드 취소로 오판하지 않습니다.사용자가 다운로드를 취소했습니다안내를 표시합니다.최소화 상태 선택창 전면 표시
owner HWND = 0인 독립 top-level window였습니다.Activate → ShowWindow(SW_SHOW) → SetForegroundWindow가 Windows foreground 제한에 거부된 뒤 곧바로 작업표시줄 Flash만 수행한 데 있었습니다.ShowWindow(SW_SHOWNORMAL) → Window.Activate → BringWindowToTop → SetForegroundWindow를 적용합니다.SetActiveWindow,SetFocus,SetForegroundWindow를 재시도합니다.WinUI 3 UI·DPI·반응형 레이아웃
ScrollViewer와 제한된 form container 구조로 정리합니다.버전과 정보 화면
Directory.Build.props를 App, Agent, Native Host, Installer의 단일 버전 원본으로 사용합니다.0.3.1, 제품 informational version은0.3.1+ed0aacce970c34ac2e4674e3a62ac41e7eb34210입니다.전역 테마
ThemeManager가 모든 열린 Window에 System/Light/Dark 테마를 즉시 적용합니다.실제 검증
build-and-test2개 통과실제 Whale 선택창 회귀 검증
IsIconic=True상태에서 선택창visible=True,IsIconic=False,owner=0, foreground 전환 성공IsIconic=True로 유지됨visible=False상태에서도 독립 선택창이 foreground로 표시됨(13) → (14) → (15)순서로 FIFO 진행InProgress → Cancelled, RoutingStateWaitingForSelection → NotRequired사용자가 다운로드를 취소했습니다표시 확인설치 파일
artifacts/installer/eslee-download-router-setup.exeEDF8E3C6EEFEA132EFB1D4A691EC3A0CE4B8DC42BA53088B2BB3840032A8486F남은 사용자 검증