Extract app frame and ui state services
This commit is contained in:
@@ -87,6 +87,11 @@ Current conclusion:
|
||||
lives in dedicated `legacy_*_binding_services.*` helpers, so the
|
||||
corresponding `app_layout_*` files are thinner adapters even though retained
|
||||
execution still lives in the app shell.
|
||||
- App-frame update, tick, and resize execution now route through
|
||||
`src/legacy_app_frame_services.*`, and floating/docked panel persistence now
|
||||
routes through `src/legacy_app_ui_state_services.*`, so more of the retained
|
||||
app shell is down to adapter calls even though runtime draw/event/sidebar
|
||||
execution still remains.
|
||||
- Platform extraction improved substantially and the root app source group no
|
||||
longer compiles Web platform sources directly, but broader CMake and
|
||||
entrypoint cleanup are not complete.
|
||||
|
||||
Reference in New Issue
Block a user