mirror of
https://github.com/haexhub/haex-hub.git
synced 2025-12-16 06:10:50 +01:00
- Added emit_to_all_extensions method to ExtensionWebviewManager - Implemented webview_extension_emit_to_all Tauri command - Updated UI store to broadcast context changes to webview extensions - Centralized event and method names using SDK constants - Updated all handlers to use HAEXTENSION_METHODS constants This enables proper context propagation (theme, locale, platform) to webview extensions.