fix auto scroll bug and mobile responsiveness#965
Conversation
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
supermemory-mcp | 39f30f1 | May 18 2026, 04:38 PM |
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
supermemory-app | 39f30f1 | Commit Preview URL Branch Preview URL |
May 18 2026, 04:39 PM |
|
Claude finished @ved015's task in 1m 23s —— View job PR Review: fix auto scroll bug and mobile responsiveness
Overview: This PR fixes auto-scroll behavior in chat by tracking when the user just sent a message, and improves mobile responsiveness for the Support page with responsive padding/spacing. Issues found: None — this looks good to ship. AnalysisAuto scroll fix (
This is a well-designed fix — the previous implementation could fail if the user's scroll position was momentarily not at bottom during the state transitions after sending a message. Mobile responsiveness (
No logic changes, just improved layout on smaller screens. Score: 10/10 |
Merge activity
|
This PR fixes a bug in auto scroll after the first msg auto scroll was not working properly it is fixed now It also tightens Support & Help on small screens: slightly reduced card/title spacing and stacked-button gaps, and replaces fixed-height pills with responsive vertical padding so label text is not flush with the pill edges on mobile devices ## Before <img width="382" height="232" alt="Screenshot 2026-05-18 at 6 56 48 PM" src="https://github.com/user-attachments/assets/62c583a2-2417-44b6-8502-d6a7950eb136" /> ## After <img width="396" height="267" alt="Screenshot 2026-05-18 at 6 57 04 PM" src="https://github.com/user-attachments/assets/919dbf50-664a-44ec-aa95-287ca13fd77a" />
e3ffc96 to
39f30f1
Compare
This PR fixes a bug in auto scroll after the first msg auto scroll was not working properly it is fixed now
It also tightens Support & Help on small screens: slightly reduced card/title spacing and stacked-button gaps, and replaces fixed-height pills with responsive vertical padding so label text is not flush with the pill edges on mobile devices
Before
After