Centralize retained message dialog close callbacks
This commit is contained in:
@@ -517,6 +517,10 @@ agent or engineer to remove them without reconstructing context from chat.
|
||||
settings, and user-manual close buttons now bind retained destroy-on-click
|
||||
behavior through `src/legacy_ui_overlay_services.*` instead of per-dialog
|
||||
lambdas. Broader checked-handle and scoped-callback adoption remains open.
|
||||
- 2026-06-12: DEBT-0063/DEBT-0058 were narrowed again. Message-box
|
||||
submit/cancel and input-box cancel destroy callbacks now use retained close
|
||||
helpers from `src/legacy_ui_overlay_services.*`. Dialog lifetime still uses
|
||||
raw `Node` callbacks until checked handles and scoped connections land.
|
||||
- 2026-06-05: DEBT-0011 was narrowed. The Windows app package smoke target now
|
||||
passes the configure-time CMake executable into `package-smoke.ps1`, so VS
|
||||
2026 generator validation does not depend on an older `cmake` on PATH, and
|
||||
|
||||
@@ -498,6 +498,8 @@ outside-click close handling now shares the same retained release/remove/
|
||||
callback helper.
|
||||
About, changelog, settings, and user-manual close buttons now share retained
|
||||
destroy-on-click binding through the same overlay service.
|
||||
Message-box submit/cancel and input-box cancel destroy callbacks now use the
|
||||
same retained close binding helpers.
|
||||
Raw popup callback captures and full close/capture ownership remain part of
|
||||
`DEBT-0063`.
|
||||
`pano_cli inspect-image` exposes PNG IHDR metadata as JSON,
|
||||
|
||||
Reference in New Issue
Block a user