Skip to content

Conversation

@vbudhram
Copy link
Contributor

@vbudhram vbudhram commented Feb 2, 2026

Because

This pull request

Issue that this pull request solves

Closes: (issue number)

Checklist

Put an x in the boxes that apply

  • My commit is GPG signed.
  • If applicable, I have modified or added tests which pass locally.
  • I have added necessary documentation (if appropriate).
  • I have verified that my changes render correctly in RTL (if appropriate).

Screenshots (Optional)

Please attach the screenshots of the changes made in case of change in user interface.

Other information (Optional)

Any other information that is important to this pull request.

…nt calls

Replace Apollo Client/GraphQL with direct fxa-auth-client calls and
localStorage-backed state management throughout fxa-settings.

Key changes:
- Account.ts: All getters read from localStorage, all mutations call auth-client directly
- Session.ts: Direct auth-client calls for session management
- App/index.tsx: Replace ApolloProvider with AccountStateProvider
- Settings/index.tsx: Use useAccountData hook for data fetching
- All page containers and components: Replace useMutation/useQuery with auth-client
- Content-server: Remove GQL config, CSP, and preconnect directives
- Add legal_docs_url config to replace settings_gql_url
- Remove Apollo packages from dependencies

Part of: FXA-12995
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants