feat(UI):Comment box binding issue/pr interface joint debugging#1299
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR implements a unified issue and merge request suggestion system in the comment editor, allowing users to link both issues and PRs with proper type differentiation and enhanced UI functionality.
Key changes:
- Added
suggestionTypeattribute to the LinkIssue extension to distinguish between issues and merge requests - Created a new hook
useGetIssueIssueSuggesterfor fetching issue/PR suggestions from the API - Enhanced the suggestion UI with better sizing, custom empty states, and type-specific icons
Reviewed Changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| LinkIssue.ts | Added suggestionType attribute to support issue/PR differentiation |
| useGetIssueIssueSuggester.ts | New hook for fetching issue/PR suggestions via API |
| SuggestionList.tsx | Added disableEmptyState prop to allow custom empty state handling |
| LinkIssue.tsx | Enhanced renderer to handle different URL patterns based on suggestion type |
| SlashCommand.tsx | Added new slash command for linking issues/PRs with $ trigger |
| MentionList.tsx | Replaced hardcoded data with real API integration and improved UI layout |
Comments suppressed due to low confidence (1)
moon/apps/web/components/MarkdownEditor/MentionList.tsx:143
- [nitpick] The variable name
suggestionTypeis ambiguous in this context. Consider renaming it tolinkTypeorentityTypeto better reflect that it represents the type of entity being linked.
let suggestionType = ''
benjamin-747
approved these changes
Aug 1, 2025
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.
No description provided.