feat(ui): persist retained window layouts
This commit is contained in:
parent
a8e9503d2e
commit
921c388e2c
22 changed files with 705 additions and 141 deletions
|
|
@ -38,6 +38,9 @@ synthesis + six deep-dive docs under
|
|||
geometry events, lock propagation, and controller teardown.
|
||||
- `IRetainedPanelController.cs` — disposable lifecycle contract for
|
||||
panel-specific show/hide and descendant-focus behavior.
|
||||
- `RetailWindowLayoutPersistence.cs` / `IRetainedWindowStateController.cs` —
|
||||
per-character/per-resolution bounds, visibility, collapse/maximize, legacy
|
||||
migration, and safe resolution-clamped restore.
|
||||
- `Layout/RetailWindowFrame.cs` — the single production/Studio mount
|
||||
contract for imported-chrome and shared-wrapper windows.
|
||||
- `UiHost.cs` — one-shot wrapper: owns the `UiRoot`, a `TextRenderer`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue