Extract cloud publish prompt setup helper

This commit is contained in:
2026-06-15 21:47:09 +02:00
parent b93f31bc32
commit b5317832f6
4 changed files with 50 additions and 1 deletions

View File

@@ -212,6 +212,11 @@ The retained cloud publish detached-thread launch 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 publish prompt setup in
`show_cloud_publish_prompt()` 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