Extract document-open import prompt helper

This commit is contained in:
2026-06-15 21:58:14 +02:00
parent b1cd0887f4
commit 16111e09b1
3 changed files with 38 additions and 22 deletions

View File

@@ -1387,6 +1387,10 @@ the app-core brush package import executor and
`src/legacy_brush_package_import_services.*`, preserving detached legacy preset
panel import threads while retained brush asset execution remains tracked under
`DEBT-0048`.
The retained ABR/PPBR import prompt wiring in `src/legacy_document_open_services.*`
now also routes through a focused helper, so the remaining document-open bridge
debt is further concentrated on unsaved-project prompts, project-open
execution, layer refresh, title updates, and retained history services.
`App::request_close`, `App::save_document`, and
`App::continue_document_workflow_after_optional_save` now route through
app-core document-session executors and `src/legacy_document_session_services.*`,