feat(web): migrate sse, booking, calendars and analytics off google connect - #3384
Open
tyler-dane wants to merge 12 commits into
Open
feat(web): migrate sse, booking, calendars and analytics off google connect#3384tyler-dane wants to merge 12 commits into
tyler-dane wants to merge 12 commits into
Conversation
Add generic begin/disconnect/refresh routes, wrap begin as a redirect union, emit CONNECTION_REVOKED next to GOOGLE_REVOKED, and expose connections[] with provider while keeping metadata.google overlap. Co-authored-by: Tyler Dane <tyler-dane@users.noreply.github.com>
Keep PROVIDER_NOT_CONFIGURED on the connection begin path from ever constructing a sync client. Co-authored-by: Tyler Dane <tyler-dane@users.noreply.github.com>
Co-authored-by: Tyler Dane <tyler-dane@users.noreply.github.com>
Introduce useConnectProvider, shared config availability, and provider-neutral connect-status toasts. useConnectGoogle becomes a google wrapper so existing spies and tests stay unchanged. Co-authored-by: Tyler Dane <tyler-dane@users.noreply.github.com>
Co-authored-by: Tyler Dane <tyler-dane@users.noreply.github.com>
…te-consumers-cc19 Co-authored-by: Tyler Dane <tyler-dane@users.noreply.github.com>
…der layer Settings, calendar list, banners and reconnect toasts now read metadata.connections[] and name the connection's provider. Google copy stays byte-identical; Microsoft reconnect copy uses Outlook. Co-authored-by: Tyler Dane <tyler-dane@users.noreply.github.com>
Co-authored-by: Tyler Dane <tyler-dane@users.noreply.github.com>
…onnect Rename useGcalSSE to useSyncSSE, look up CONNECTION_REVOKED by connectionId, and delete the leftover Google connect layer now that importers use the provider-neutral APIs. Sign-in stays under auth/google until milestone I. Co-authored-by: Tyler Dane <tyler-dane@users.noreply.github.com>
List remaining auth/google sign-in files for the human approval boundary. Co-authored-by: Tyler Dane <tyler-dane@users.noreply.github.com>
Biome import order and the branded ConnectionId on CONNECTION_REVOKED messages were failing type-check and lint after the WP-08c move. Co-authored-by: Tyler Dane <tyler-dane@users.noreply.github.com>
Co-authored-by: Tyler Dane <tyler-dane@users.noreply.github.com>
tyler-dane
marked this pull request as ready for review
September 5, 2026 02:06
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #3233
What and why
Second consumer batch for Providers P0 WP-08c. SSE, booking, calendars, auth modals, and analytics now import from
auth/providers.useGcalSSEisuseSyncSSEand handlesCONNECTION_REVOKED {connectionId}. The leftover Google connect layer is deleted; Google sign-in stays underauth/googleuntil milestone I.Approval boundary is human. Remaining
auth/google/files are listed in.agents/handoffs/3233.md.This branch was based on WP-08b #3383.
mainmerged a different WP-08b (#3382), so this PR currently conflicts. It needs to be re-applied on top of #3382 before merge.Verify
VERDICT: PASS
Checks run: test:web, type-check, lint, knip, test:a11y, test:e2e