rgh-feature-descriptions - Show when reporting bugs#9612
Merged
Conversation
…escriptions Agent-Logs-Url: https://github.com/refined-github/refined-github/sessions/0f9677a6-8649-4ced-b13e-407c9e29137b Co-authored-by: fregante <1402241+fregante@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Show open issues in new issue form
Load May 25, 2026
rgh-feature-descriptions widget on bug report form via title feature id
fregante
requested changes
May 25, 2026
… buildRepoUrl for links, simplify addOnIssueForm Agent-Logs-Url: https://github.com/refined-github/refined-github/sessions/08debe6a-2b20-4880-b749-6f006384e8d4 Co-authored-by: fregante <1402241+fregante@users.noreply.github.com>
fregante
requested changes
May 25, 2026
…chParams(location.search) in getFeatureNameFromIssueTitle Agent-Logs-Url: https://github.com/refined-github/refined-github/sessions/3c63906f-ea02-4e53-804a-77255711eb83 Co-authored-by: fregante <1402241+fregante@users.noreply.github.com>
fregante
approved these changes
May 25, 2026
Member
There was a problem hiding this comment.
I think this is really good. Seeing "4 open issues" when you try to report a bug is great. This means we should probably drop the "search open issues" link in the error logger.
There's room for improvement:
- "Report bug" should be removed
- Links should open in a new tab
rgh-feature-descriptions widget on bug report form via title feature idrgh-feature-descriptions - Show when reporting bugs
Member
|
Now if only we had this: we could combine these two improvements:
and show/update the box on the fly rather than only when the user lands from a pre-filled link. Sadly we're still stuck to static components and procedural code :( so updating these is not practical. |
Member
|
All good now. Technically the widget does cause a major content shift in the sidebar though, we'll have to check how annoying is for us. Non collaborators can't click anything in the sidebar so it doesn't affect them. |
fregante
reviewed
May 26, 2026
|
|
||
| function addNotice(type: 'error' | 'warn', message: JSX.Element): void { | ||
| $('[class^="IssueFormElements-module__formElementsContainer"]').prepend( | ||
| $('[class^="CreateIssueForm-module__mainContentSection"]').prepend( |
| - The bug happens after clearing the extension cache. The ["Clear cache"](#clear-cache) button can be found in the "Debug" tab of the <a name="options-page-link">options page</a>. | ||
| - The bug is caused by Refined GitHub. It doesn't happen if you disable the extension. | ||
| - The bug happens after clearing the extension cache. [](#clear-cache) | ||
| You can find it in the "Debug" section of the <a name="options-page-link">options page</a>. |
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.



rgh-improve-new-issue-form- show open issues #9583Test URLs
https://github.com/refined-github/refined-github/issues/new?template=1_bug_report.yml&title=%60open-all-conversations%60%3A+Expected+elements+not+found
Screenshot