-
-
Notifications
You must be signed in to change notification settings - Fork 157
feat: add account switching #282
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@codex review |
|
The new account card at the bottom of the sidebar is too much, IMO it should be a little "account/person" picto next to the setting button with some account popover when you can switch accounts |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 2f486339b2
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
Thx, will take it over to polish a bit the UX of it |
Implements cancellation for the Codex login process in both backend (Rust) and frontend (React/TypeScript). Adds a new Tauri command and RPC handler for canceling login, updates UI components to allow users to cancel account switching, and provides visual feedback during the process.
Moved account switching logic from App.tsx to a new useAccountSwitching hook for better separation of concerns and reusability. This change simplifies the main app component and encapsulates related state and handlers.

Uh oh!
There was an error while loading. Please reload this page.