Extract cloud download post-transfer helper

This commit is contained in:
2026-06-15 21:37:15 +02:00
parent c8bd8c3668
commit 2b8c11bfb2
4 changed files with 54 additions and 3 deletions

View File

@@ -192,6 +192,11 @@ The retained cloud download URL construction and progress-callback wiring 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 post-transfer open/close sequence 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