Extract cloud browser file-list request helper

This commit is contained in:
2026-06-15 20:42:26 +02:00
parent 9d54dbc8c7
commit b06211faa0
5 changed files with 70 additions and 11 deletions

View File

@@ -114,6 +114,11 @@ The initial cloud-browser loading placeholder setup in
helper in `src/node_dialog_cloud.*`, so the remaining cloud bridge debt is
further concentrated on prompt/progress lifetime, OpenGL context guarding,
`NodeDialogCloud` network/thumbnail execution, and transfer-thread execution.
The cloud-browser file-list request/response handling in
`NodeDialogCloud::load_thumbs_thread()` now also routes through a focused
helper in `src/node_dialog_cloud.*`, so the remaining cloud bridge debt is
further concentrated on prompt/progress lifetime, OpenGL context guarding,
`NodeDialogCloud` thumbnail execution, and transfer-thread execution.
Recent 2026-06-13 retained preview reductions continue to narrow DEBT-0036:
`NodeStrokePreview::draw_stroke_immediate()` now also routes