Extract cloud upload form helper

This commit is contained in:
2026-06-15 20:11:08 +02:00
parent 63f0cd1773
commit 9efb080202
4 changed files with 63 additions and 10 deletions

View File

@@ -88,6 +88,11 @@ instead of `App::upload` and `App::download`, leaving the remaining cloud debt
focused on save-before-upload execution, upload form/response handling,
prompt/progress lifetime, OpenGL context guarding, downloaded-project open,
layer refresh, and action-history reset.
The retained upload-form setup is now also isolated behind a dedicated helper
in `src/legacy_cloud_services.cpp`, so the remaining cloud debt is further
concentrated on save-before-upload execution, response/error handling,
prompt/progress lifetime, OpenGL context guarding, downloaded-project open,
layer refresh, and action-history reset.
Recent 2026-06-13 retained preview reductions continue to narrow DEBT-0036:
`NodeStrokePreview::draw_stroke_immediate()` now also routes