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
hide account badge in google app window when only one account (#552)
* hide account badge in google app window when only one account
https://claude.ai/code/session_016BG78TYNmhifvxirqH41WA
* move single-account badge check to google app renderer
Use useConfig + skipToken to avoid invoking googleApp.getAccount when
only one account exists, instead of gating in the main handler.
https://claude.ai/code/session_016BG78TYNmhifvxirqH41WA
* pass accountId via search param to google app renderer
Replace the googleApp.getAccount IPC with an accountId query string
parameter. The renderer reads it with useSearchParams from wouter and
looks up the account in useConfig, rendering the badge only when more
than one account exists.
https://claude.ai/code/session_016BG78TYNmhifvxirqH41WA
---------
Co-authored-by: Claude <noreply@anthropic.com>
0 commit comments