Skip to content

fix: Remove right gradient in nudges#2038

Merged
mfortman11 merged 2 commits into
mainfrom
fix-nudges-gradient
Jul 7, 2026
Merged

fix: Remove right gradient in nudges#2038
mfortman11 merged 2 commits into
mainfrom
fix-nudges-gradient

Conversation

@mfortman11

@mfortman11 mfortman11 commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

Removes gradient on the right of nudges in SaaS (gradient does nothing in OSS)

The issue:
Screenshot 2026-07-07 at 10 29 36 AM

Summary by CodeRabbit

  • Bug Fixes
    • Removed the right-side fade overlay from the nudges area during horizontal scrolling, so all nudges remain visible without the extra visual cover.

@github-actions github-actions Bot added community frontend 🟨 Issues related to the UI/UX bug 🔴 Something isn't working. and removed community labels Jul 7, 2026
@github-actions

github-actions Bot commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

React Doctor found no new issues. 🎉

Reviewed by React Doctor for commit f21daeb.

@coderabbitai

coderabbitai Bot commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 8d29a6c8-ef0d-459a-8247-b97efacbd825

📥 Commits

Reviewing files that changed from the base of the PR and between 758541f and 3dbecd9.

📒 Files selected for processing (1)
  • frontend/app/chat/_components/nudges.tsx
💤 Files with no reviewable changes (1)
  • frontend/app/chat/_components/nudges.tsx

Walkthrough

Removed the absolute-positioned gradient overlay element that previously masked the right edge of the horizontally scrollable nudges row in the chat component. No other structural or logic changes were made.

Changes

Nudges Overlay Removal

Layer / File(s) Summary
Remove gradient overlay
frontend/app/chat/_components/nudges.tsx
Deleted the absolute-positioned right-edge gradient overlay used to fade the horizontally scrollable nudges list.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Suggested labels: bug

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately and concisely describes the main change: removing the right gradient from nudges.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix-nudges-gradient

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@github-actions github-actions Bot added bug 🔴 Something isn't working. and removed bug 🔴 Something isn't working. labels Jul 7, 2026
@github-actions github-actions Bot added the lgtm label Jul 7, 2026
@mfortman11
mfortman11 merged commit 75c814b into main Jul 7, 2026
11 of 12 checks passed
@github-actions
github-actions Bot deleted the fix-nudges-gradient branch July 7, 2026 17:15
@github-actions github-actions Bot added bug 🔴 Something isn't working. and removed bug 🔴 Something isn't working. labels Jul 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug 🔴 Something isn't working. frontend 🟨 Issues related to the UI/UX lgtm

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants