MaheshtheDev
debac33eba
feat: autumn migration ( #902 )
2026-05-08 22:42:55 +00:00
Ishaan Gupta
e7144407f5
perf(lib): optimize subscription status lookup to O(n) ( #848 )
2026-04-12 15:47:45 -07: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
SyedaAnshrahGillani
5d9e142596
refactor: optimize polling and improve optimistic update stability ( #753 )
...
Co-authored-by: Syeda Anshrah Gillani <Gillani@cloudment.io>
2026-03-03 19:01:25 -08:00
Prasanna721
11a0abd5c0
feat: migrate to api_pro billing and add credits-based usage display ( #729 )
...
Summary
- Migrate from consumer_pro to api_pro billing product across the app
- Enable Nova app for all users (remove feature flag)
- Add credits-based usage tracking with tokens abstraction
2026-02-10 05:53:47 +00:00
MaheshtheDev
2ed7ba8808
fix: past due pending users improvements ( #572 )
2025-11-10 20:47:00 +00:00
MaheshtheDev
b148296f50
feat: layout design with theme improvements ( #443 )
...
feat: layout design with theme improvements
new improvements on light mode layout
chore: settings page with graph header and memories list
2025-10-01 21:59:54 +00:00
Dhravya Shah
27ea75b4a2
change /memories to /documents, remove unwanted dependency, biome format
2025-09-15 19:02:24 -07:00
MaheshtheDev
82eb173635
ui: delete document and related memories dialog ( #420 )
2025-09-13 22:27:50 +00:00
Mahesh Sanikommmu
39003aff23
New Version of Supermemory Consumer App
2025-08-16 18:50:10 -07:00