- replace placeholder garage interaction with real UI open flow - add catalog/session/UI bridge services for hydrate, sync, store, and retrieve actions - migrate garage web UI bundle to new app shell/runtime structure - align org/store function naming with shared init and UI bridge patterns
7 lines
121 B
C++
7 lines
121 B
C++
PREP(buildUIPayload);
|
|
PREP(handleUIEvents);
|
|
PREP(initCatalogService);
|
|
PREP(initClass);
|
|
PREP(initUIBridge);
|
|
PREP(openUI);
|