You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: initialize codex client and manage loading state in App component
This commit enhances the App component by introducing a codex client initialization process using an asynchronous function. It manages the loading state with a new `initialized` state variable, displaying a loading message while the client initializes. The store subscriptions are now set up only after successful initialization, improving the application's startup sequence and user experience.
0 commit comments