Markdown comment box with @mentions and review improvements#88
Merged
Markdown comment box with @mentions and review improvements#88
Conversation
…ndling - Add reusable MarkdownEditor with Write/Preview tabs, toolbar, and @mention support - Wire up Send button on PR/issue comment boxes with proper cache invalidation - Fix submit review flow: async handling, error feedback, and OAuth org restriction warnings - Add edit mode for pending review comments and redesign comment bubble styling - Prioritize involved users (author, reviewers, commenters) in mention suggestions
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
diffkit | d95a05d | Commit Preview URL Branch Preview URL |
Apr 13 2026, 03:07 AM |
stylessh
added a commit
that referenced
this pull request
Apr 18, 2026
* Markdown comment box with @mentions, review fixes, and OAuth error handling - Add reusable MarkdownEditor with Write/Preview tabs, toolbar, and @mention support - Wire up Send button on PR/issue comment boxes with proper cache invalidation - Fix submit review flow: async handling, error feedback, and OAuth org restriction warnings - Add edit mode for pending review comments and redesign comment bubble styling - Prioritize involved users (author, reviewers, commenters) in mention suggestions * Add MarkdownEditor component and caret coordinates utility
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
MarkdownEditorcomponent with Write/Preview tabs, formatting toolbar, and caret-anchored @mention dropdown with lazy-loaded collaborators (prioritizing involved users)createCommentserver function and proper server-side cache invalidation (D1 + KV namespace bumps)pull-body-section.tsxto reuse the sharedMarkdownEditor, removing ~250 lines of duplicated editor codeTest plan
@in a comment box and verify mention dropdown appears with involved users first