Add playground shortcut to space selector#1145
Conversation
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
supermemory-app | b463239 | Commit Preview URL Branch Preview URL |
Jun 20 2026, 02:18 PM |
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
supermemory-mcp | b463239 | Jun 20 2026, 02:17 PM |
|
Claude finished @ved015's task in 1m 11s —— View job Reviewing PR #1145
SummaryReviewed the changes to
Score: 10/10 — No bugs, security issues, or logic errors found. Good to ship. |
There was a problem hiding this comment.
Overview: Adds a hover-only "Open in Playground" button to space rows in the Nova space selector that opens the console playground with the containerTag in the URL.
Issues found:
- The hardcoded URL uses the dev environment (
console.dev.supermemory.ai) instead of production (console.supermemory.ai). This will redirect production users to the dev environment.
Score: 8/10
The implementation is clean — proper event handling with stopPropagation(), correct use of noopener,noreferrer for external links, and safe URL construction with the URL API. Just needs the URL fix before merging.
There was a problem hiding this comment.
Overview: Adds a hover-only "Open in Playground" button to space rows in the space selector, opening the console playground with the space's containerTag.
Issues found: None — this looks good to ship.
The implementation is clean:
- URL construction uses the proper
URLAPI withsearchParams.set()for safe encoding window.openusesnoopener,noreferrerfor security- Event handling properly stops propagation and removes focus after click
- Accessibility is covered with
aria-labeland Tooltip - Previous dev URL issue has been fixed (now correctly uses
console.supermemory.ai)
Score: 10/10
Summary
containerTagin the URL.nova_playground-1781964757600.1.mp4