mirror of
https://github.com/tinyhumansai/openhuman.git
synced 2026-07-29 22:23:01 +00:00
- Updated the codebase to replace dynamic imports with static imports for Tauri API calls, enhancing performance and compliance with new coding standards. - Implemented try/catch blocks around Tauri API calls to handle errors gracefully in non-Tauri environments. - Refactored components to ensure consistent usage of static imports, improving code clarity and maintainability. - Adjusted the `activeTeamId` property in the User interface to be required, ensuring better type safety.