Skip to content

fix(epics): neutral first-unread chat row (remove green accent strip)#2217

Draft
webguru-hypha wants to merge 2 commits into
mainfrom
cursor/fix-chat-reply-row-accent-overlay-3c15
Draft

fix(epics): neutral first-unread chat row (remove green accent strip)#2217
webguru-hypha wants to merge 2 commits into
mainfrom
cursor/fix-chat-reply-row-accent-overlay-3c15

Conversation

@webguru-hypha

@webguru-hypha webguru-hypha commented Apr 27, 2026

Copy link
Copy Markdown
Contributor

Summary

The first-unread message row used accent-tinted backgrounds which appeared as a green strip beside messages (including reply context). First-unread styling now uses neutral border and muted row tint.

Dependency security (GitHub / Dependabot-adjacent)

Root package.json adds pnpm.overrides so transitive installs resolve to patched versions:

  • hono ≥ 4.12.12 (IPv4-mapped IPv6 / advisory GHSA-xpcf-pg52-r92g)
  • @hono/node-server ≥ 1.19.13 and < 2 (middleware bypass in static serving; avoids unintended jump to major v2)
  • dompurify ≥ 3.4.0 (transitive via mermaid / remark-mermaid)
  • @xmldom/xmldom ≥ 0.9.9 (transitive via mathjax / docs tooling)

Lockfile updated accordingly.

Testing

  • CI re-run after push (Deploy Preview, check-types, etc.).
Open in Web Open in Cursor 

The first-unread marker used accent-tinted backgrounds that read as a
green strip next to messages (including reply context). Use neutral
border and muted row tint instead, aligned with mention-highlight styling.

Co-authored-by: webguru-hypha <webguru-hypha@users.noreply.github.com>
@coderabbitai

coderabbitai Bot commented Apr 27, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro

Run ID: c893a20f-ac10-4098-a0e1-46d65092ee8d

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch cursor/fix-chat-reply-row-accent-overlay-3c15

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 and usage tips.

@github-actions

github-actions Bot commented Apr 27, 2026

Copy link
Copy Markdown

🔗 Custom preview URL: https://pr-2217.preview-app.hypha.earth

Address known advisories: bump hono to a patched 4.12.x, ensure
@hono/node-server stays on the 1.19.x line >=1.19.13 for static
middleware fixes, enforce dompurify >=3.4.0 for transitive mermaid
chains, and pin @xmldom/xmldom >=0.9.9 under mathjax tooling.

Co-authored-by: webguru-hypha <webguru-hypha@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants