- add common ForgeWebUI runtime, site loader, and SQF WebUI bridge base declarations - migrate org and store web UIs to src-driven bundles and new bridge/bootstrap flow - update addon configs/prep hooks and document the shared CT_WEBBROWSER framework
7 lines
141 B
C++
7 lines
141 B
C++
PREP(buildStoreUIPayload);
|
|
PREP(handleUIEvents);
|
|
PREP(initStoreCatalogService);
|
|
PREP(initStoreClass);
|
|
PREP(initStoreUIBridge);
|
|
PREP(openUI);
|