-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comment - Reference in new issue #14366
Conversation
Codecov Report
@@ Coverage Diff @@
## master #14366 +/- ##
=========================================
Coverage ? 41.85%
=========================================
Files ? 744
Lines ? 79746
Branches ? 0
=========================================
Hits ? 33375
Misses ? 40861
Partials ? 5510 Continue to review full report at Codecov.
|
Imho best would be to get comment content like it is already done in quote reply not generate input values. Also there is not much point generate dialog form for each comment, one should be enough in page |
The UX needs more thinking. Could we currently only support create an issue on the same repository? So that it will be easier that you could jump to a new issue page with quoted content like @lafriks said. |
See PR #14406 for improved dropdown alignment. I tested this on my local system and it works like a charm! I still prefer adding a button in line with "Resolve conversation" as shown below. Reason being: the workflow for the user is more clear. That is, a developer has 3 options to handle a conversation:
Given this, I would also suggest that the "create issue" action does not navigate to the new issue, but instead just closes the modal. I find it actually disrupts the workflow by taking the user away from the original thread, especially given the link will be added below "user referenced this pull request from link to issue X minutes ago". In any case, these are just my humble opinions, so feel free to take as you wish. I think either way this PR resolves the feature request - I would approve if I had such powers 🥇 |
I am undecided. Personally I like the drop down menu. |
Implemented feature request #14315.
This PR implements the "Reference in new issue" feature from GitHub.
Also I added the context menu for inline file comments in the PR conversation tab.(was already added with #14339)