Extract cloud browser dialog helper

This commit is contained in:
2026-06-15 21:24:37 +02:00
parent bed95cc059
commit 2e520709dd
4 changed files with 52 additions and 2 deletions

View File

@@ -172,6 +172,11 @@ The retained cloud publish prompt path 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 browser dialog creation path in
`LegacyCloudServices::show_browser()` 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