supermemory/apps/web/components/settings
Prasanna721 694ad8123a fix: remove useQuery wrapper around synchronous billing checks (#805)
#### fix: billing subscription status race condition

 - **Bug fix**: Replaced `fetchSubscriptionStatus` (useQuery wrapper) with `getSubscriptionStatus` (pure function) — fixes intermittent "Upgrade to Pro"
  failures caused by stale cached billing state
  - **Anti-pattern**: Removed `fetchConnectionsFeature` useQuery wrapper, replaced with direct `autumn.customer?.features?.connections` read
  - **Dead code**: Removed unused `useMemoriesUsage` hook and `fetchMemoriesFeature`
2026-03-26 05:29:53 +00:00
..
account.tsx chore: remove the new folder and fix imports (#740) 2026-02-16 14:30:29 -07:00
connections-mcp.tsx fix: remove useQuery wrapper around synchronous billing checks (#805) 2026-03-26 05:29:53 +00:00
integrations.tsx chore: chrome extension url fixes (#759) 2026-03-07 04:59:37 +00:00
support.tsx chore: remove the new folder and fix imports (#740) 2026-02-16 14:30:29 -07:00