Skip to content

Comments

fix: space deletion not switching to Nova Spaces and new space not appearing in dropdown#747

Merged
graphite-app[bot] merged 1 commit intomainfrom
fix/space-deletion-state-and-cache-invalidation
Feb 19, 2026
Merged

fix: space deletion not switching to Nova Spaces and new space not appearing in dropdown#747
graphite-app[bot] merged 1 commit intomainfrom
fix/space-deletion-state-and-cache-invalidation

Conversation

@Prasanna721
Copy link
Member

@Prasanna721 Prasanna721 commented Feb 19, 2026

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.

@cloudflare-workers-and-pages
Copy link

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Updated (UTC)
🔵 In progress
View logs
supermemory-app 851abbe Feb 19 2026, 03:15 AM

@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Feb 19, 2026

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Updated (UTC)
✅ Deployment successful!
View logs
supermemory-app cc2dcaa Feb 19 2026, 06:57 AM

Copy link
Member Author


How to use the Graphite Merge Queue

Add the label Main to this PR to add it to the merge queue.

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

This stack of pull requests is managed by Graphite. Learn more about stacking.

@Prasanna721 Prasanna721 self-assigned this Feb 19, 2026
@Prasanna721 Prasanna721 requested a review from Dhravya February 19, 2026 03:15
@Prasanna721 Prasanna721 marked this pull request as ready for review February 19, 2026 03:16
@graphite-app
Copy link

graphite-app bot commented Feb 19, 2026

Merge activity

…pearing 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.
@graphite-app graphite-app bot force-pushed the fix/space-deletion-state-and-cache-invalidation branch from 851abbe to cc2dcaa Compare February 19, 2026 06:54
@graphite-app graphite-app bot merged commit cc2dcaa into main Feb 19, 2026
3 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants