Extract cloud bulk progress helpers

This commit is contained in:
2026-06-15 21:09:53 +02:00
parent 0cec8e1bfd
commit df2c67838b
4 changed files with 68 additions and 6 deletions

View File

@@ -149,6 +149,12 @@ The retained cloud-browser OK-button wiring in
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 bulk-upload progress lifetime wiring in
`LegacyCloudServices::begin_bulk_upload()` and `end_bulk_upload()` now also
routes through focused helpers 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