chore: replace play icon with sync icon on connections list#983
Conversation
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
supermemory-mcp | 1ed6467 | May 21 2026, 11:16 AM |
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
supermemory-app | 1ed6467 | Commit Preview URL Branch Preview URL |
May 21 2026, 11:17 AM |
|
Claude finished @ved015's task in 42s —— View job Review Complete
Summary: This PR looks good to ship. Both changes are purely visual — a simple icon swap from Play to RefreshCw, and a CSS fix to ensure the login page gradients cover the full viewport (changed Score: 10/10 |
There was a problem hiding this comment.
Overview: Replaces the Play icon with a RefreshCw (sync) icon on the connections list and fixes the login page background coverage by anchoring gradients to the top edge.
Issues found: None — this looks good to ship.
Both changes are purely visual:
- Icon swap is a straightforward import/component change with no logic impact
- CSS fix correctly addresses the gap by setting
top-0, changingbg-toptobg-bottom, and adding a dark base color
Score: 10/10
|
Checked on local both changes looks fine |
Summary
Two fixes in this PR:
1. Replace play icon with sync icon on connections list
Replaces the
Playicon withRefreshCw(sync/rotate arrows) on the manual sync button in the connections list. This makes the button's intent clearer — it triggers a sync, not playback.File changed:
apps/web/components/settings/connections-mcp.tsx2. Fix login page background — top area showing grainy texture
The two gradient divs on the login page both started at
top-[20%], leaving the top 20% uncovered and showing just the grainybg-rectangle.pngoverlay against the bare page background. Fixed by:top-0and anchoring them atbg-bottomso they fill upwardbg-[#030912]as a dark base on the wrapperFile changed:
apps/web/app/(auth)/login/new/page.tsxTesting
PlaytoRefreshCwSession Details
(aside)to your comment to have me ignore it.