feat(web): redesign login with split layout and context network panel#1010
Conversation
How to use the Graphite Merge QueueAdd 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. |
|
Claude finished @MaheshtheDev's task in 1m 39s —— View job Review Complete
Overview: This PR consolidates login routes ( Issues found: None — this looks good to ship. The changes are well-structured:
Note: Socket flagged a critical CVE in Score: 10/10 |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
All alerts resolved. Learn more about Socket for GitHub. This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored. |
There was a problem hiding this comment.
Overview: This PR consolidates login routes (/login/new → /login), adds an animated tool context visualization panel on the login hero, and polishes loading states across onboarding, settings, and workspace bootstrap.
Issues found: None — this looks good to ship.
The changes are well-structured:
- Route consolidation properly preserves query params when redirecting from
/login/newto/login EnsureWorkspaceloading state logic correctly handles all edge cases (session restoring, no session, orgs loading, empty orgs)- Social auth handlers correctly only reset
isLoadingin the.catch()block, since successful OAuth initiates a redirect LoginToolsPanelanimation logic is clean with proper cleanup in useEffect- Tooltip additions on disabled buttons improve UX by explaining why actions are blocked
Score: 10/10
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
supermemory-app | 31d416b | Commit Preview URL Branch Preview URL |
May 27 2026, 01:01 AM |
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
supermemory-mcp | 31d416b | May 27 2026, 01:00 AM |
There was a problem hiding this comment.
Overview: This PR consolidates login routes (/login/new → /login), adds an animated tool context visualization panel on the login hero, and polishes loading states across onboarding, settings, and workspace bootstrap.
Issues found: None — this looks good to ship.
The changes are well-structured:
- Route consolidation properly preserves query params when redirecting from
/login/newto/login EnsureWorkspaceloading state logic correctly handles all edge cases (session restoring, no session, orgs loading, empty orgs)- Social auth handlers correctly only reset
isLoadingin the.catch()block, since successful OAuth initiates a redirect LoginToolsPanelanimation logic is clean with proper cleanup in useEffect- Tooltip additions on disabled buttons improve UX by explaining why actions are blocked
Note: Socket flagged a critical CVE in next@16.0.0 but this is in packages/tools/test/chatapp/package.json (a test app), not the main web application. Consider updating that dependency separately.
Score: 10/10
Merge activity
|
…#1010) Consolidate login routes, add animated tool context visualization on the hero panel, and polish loading states across onboarding, settings, and workspace bootstrap.
5335791 to
31d416b
Compare

Consolidate login routes, add animated tool context visualization on the hero panel, and polish loading states across onboarding, settings, and workspace bootstrap.