fix chat scroll and role section#972
Conversation
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
supermemory-mcp | a8a61d3 | May 19 2026, 03:39 PM |
|
Claude finished @ved015's task in 1m 21s —— View job PR Review: fix chat scroll and role section
Overview: Fixes auto-scroll when loading chat history and improves the profession change prompt grammar in the dashboard. Issues found: None — this looks good to ship. Details:
Score: 9/10 Solid implementation with no bugs or security concerns. The scroll timeout approach is a minor code smell but acceptable given the constraints of React rendering. |
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
supermemory-app | a8a61d3 | Commit Preview URL Branch Preview URL |
May 19 2026, 03:40 PM |
- Replace non-null assertions with fallback functions in dashboard-view - Prefix unused onNavigateToMemories parameter with underscore - Fix chat/index.tsx formatting Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Summary
Nova chat: Opening a past conversation from chat history now scrolls to the latest messages automatically, so you land at the bottom of the thread instead of staying at the top.
Dashboard: Fixed the “change your role” link under recommended plugins so the wording reads naturally for every role (e.g. no more awkward lines like “Not a legal?”).