mirror of
https://github.com/tinyhumansai/openhuman.git
synced 2026-07-28 13:32:23 +00:00
- Removed UserProvider from the App component, simplifying the structure and relying on the useUser hook for user data management. - Updated Home component to utilize the useUser hook for fetching user information, improving user experience by displaying the user's first name. - Refactored Redux store configuration to conditionally include redux-logger in development mode, enhancing debugging capabilities. - Introduced IS_DEV constant in the config utility to streamline environment checks. These changes improve the application's architecture by enhancing user data management and refining the development experience.