MaheshtheDev
8405305c50
feat(nova): delete account with all orgs ( #821 )
2026-04-03 02:29:25 +00:00
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
Prasanna721
55ef8ab899
fix: billing gate broke for scale/enterprise and downgraded users ( #794 )
...
The subscription check on plugins, connections, and usage pages was hardcoded to only look at `api_pro`. Users on scale or enterprise plans saw "Upgrade to Pro" and couldn't create plugin keys or manage connections.
Also, the check only looked at product `status` but not the `allowed` flag from autumn — so users who downgraded but were still in their billing period got locked out early.
2026-03-22 16:05:08 +00:00
MaheshtheDev
c534008001
feat: delete connection without removing the documents ( #778 )
...
- Deleting Connection without removing documents
- Updating the Docs with new param
2026-03-17 23:21:36 +00:00
MaheshtheDev
93bc74883a
chore: modal fixes and space selectors issue ( #782 )
...
This PR fixes
- modal popup trigger fixes
- space selector ux weird behaviour when selected
2026-03-16 14:05:58 +00:00
MaheshtheDev
3d916d038f
chore: chrome extension url fixes ( #759 )
2026-03-07 04:59:37 +00:00
Dhravya Shah
1afb90145d
😭 fixing builds ( #767 )
2026-03-05 19:26:05 -08:00
Mahesh Sanikommu
1b1b34fb66
chore: remove the new folder and fix imports ( #740 )
2026-02-16 14:30:29 -07:00