Extract cloud download progress dialog helper

This commit is contained in:
2026-06-15 21:30:03 +02:00
parent 8ecf04dce5
commit e993fa4896
4 changed files with 53 additions and 3 deletions

View File

@@ -182,6 +182,11 @@ The retained cloud download thread launch in
helper in `src/legacy_cloud_services.cpp`, so the remaining cloud bridge debt
is further concentrated on retained prompt/progress lifetime, OpenGL context
guarding, and the still-retained transfer-thread execution model.
The retained cloud download progress-dialog creation path in
`execute_cloud_download_thread()` now also routes through a focused helper in
`src/legacy_cloud_services.cpp`, so the remaining cloud bridge debt is
further concentrated on retained prompt/progress lifetime, OpenGL context
guarding, and the still-retained transfer-thread execution model.
Recent 2026-06-13 retained preview reductions continue to narrow DEBT-0036:
`NodeStrokePreview::draw_stroke_immediate()` now also routes