Extract cloud browser thumbnail helper

This commit is contained in:
2026-06-15 20:54:21 +02:00
parent abd72a790d
commit 9b6fe73af2
4 changed files with 85 additions and 26 deletions

View File

@@ -18,6 +18,13 @@ agent or engineer to remove them without reconstructing context from chat.
## Recent Reductions
- 2026-06-15: `DEBT-0038` was narrowed again. The retained cloud-browser
thumbnail fetch, decode, and texture-apply path in
`NodeDialogCloud::load_thumbs_thread()` now routes through a focused helper
in `src/node_dialog_cloud.cpp` instead of living inline in the retained
loader body; the remaining cloud bridge debt stays concentrated in retained
prompt/progress lifetime, OpenGL context guarding, and transfer-thread
execution.
- 2026-06-15: `DEBT-0038` was narrowed again. The cloud-browser slot
creation and selection wiring in `NodeDialogCloud::load_thumbs_thread()`
now route through a focused helper in `src/node_dialog_cloud.*` instead of