supermemory/apps/web/hooks
Prasanna721 cc2dcaa306 fix: space deletion not switching to Nova Spaces and new space not appearing in dropdown (#747)
### fix: space selector state bugs on create and delete

Two related bugs in the space selector caused by query cache key mismatches in `use-project-mutations.ts`:

1. New spaces not appearing in dropdown until refresh — wrong query cache was being invalidated after creation.
 2. App stuck on deleted space instead of switching to Nova Spaces — delete handler was reading from an empty cache, so the selection never updated.
2026-02-19 06:54:32 +00:00
..
use-container-tags.ts feat: change "All Spaces" to "Nova Spaces" with multi-select support (#731) 2026-02-13 21:34:58 +00:00
use-document-mutations.ts feat: change "All Spaces" to "Nova Spaces" with multi-select support (#731) 2026-02-13 21:34:58 +00:00
use-memories-usage.ts feat: migrate to api_pro billing and add credits-based usage display (#729) 2026-02-10 05:53:47 +00:00
use-project-mutations.ts fix: space deletion not switching to Nova Spaces and new space not appearing in dropdown (#747) 2026-02-19 06:54:32 +00:00
use-token-usage.ts feat: migrate to api_pro billing and add credits-based usage display (#729) 2026-02-10 05:53:47 +00:00