- Rework org and store UI state modules (rename/move store/getter files, add runtime and bridge wiring) - Update store UI components and page structure (navbar/cart split, new StoreView flow) - Apply broad markdown/YAML/HTML/CSS/JS formatting cleanup across docs, templates, and workflows
5 lines
171 B
Plaintext
5 lines
171 B
Plaintext
#include "script_component.hpp"
|
|
|
|
if (isNil QGVAR(StoreClass)) then { call FUNC(initStoreClass); };
|
|
if (isNil QGVAR(StoreUIBridge)) then { call FUNC(initStoreUIBridge); };
|