supermemory/apps/web/components/settings
MaheshtheDev 5a0dffbc4c feat: in-app subscription cancellation for paid plans (#934)
## Summary
- Add a "Cancel subscription" button to the billing card for Pro and Scale users, alongside the existing "Manage billing" portal link.
- Cancellation is scheduled end-of-cycle via `autumn.updateSubscription({ planId, cancelAction: "cancel_end_of_cycle" })`, so users keep paid features until period end.
- Confirmation dialog surfaces remaining days from `useTokenUsage` and the correct plan name (Pro/Scale).
- Enterprise users do not see the cancel button — contract-based, portal/sales only.

Previously, the only path off a paid plan was Autumn's external customer portal, which contradicted the in-app "cancel anytime from the Billing tab" copy in the support FAQ.
2026-05-12 05:36:27 +00:00
..
account.tsx feat: in-app subscription cancellation for paid plans (#934) 2026-05-12 05:36:27 +00:00
connections-mcp.tsx fix: payment upgrade issue (#918) 2026-05-09 19:52:21 +00:00
integrations.tsx chore: improve the codebase with react doctor (#917) 2026-05-09 19:12:01 +00:00
support.tsx chore: remove the new folder and fix imports (#740) 2026-02-16 14:30:29 -07:00