8000 Improve UX around renamed features by Copilot · Pull Request #8848 · refined-github/refined-github · GitHub
[go: up one dir, main page]

Skip to content

Conversation

Copy link
Contributor
Copilot AI commented Jan 4, 2026
  • Add helper function to get old feature names for a given feature ID
  • Update rgh-feature-descriptions.tsx to include old names in "Related issues" search query
  • Update rgh-feature-descriptions.tsx to show old names in the info box
  • Update rgh-linkify-features.tsx to add title attribute with old names
  • Address code review feedback (improve readability, handle types properly)
  • Address PR review feedback from @fregante:
    • Added mt-n3 margin to "previously named" section
    • Changed "Previously:" to "previously named" in lowercase with text-small styling
    • Wrapped search terms in parentheses for better GitHub search handling
    • Changed linkify tooltip to show "Now called X" when old feature names are used
  • Fix JSX type error: changed class to className attribute
  • Test the changes manually - verified all functionality works as expected
  • Run security checks - no security issues found
Original prompt

This section details on the original issue you should resolve

<issue_title>Expose old feature names in more places</issue_title>
<issue_description>These changes would let us rename features without too much worry.

Include renames in searches rgh-feature-descriptions

On https://github.com/refined-github/refined-github/blob/main/source/features/actionable-pr-view-file.tsx for example the "Related issues" link should be:

You can see the search results increase from 5 to 19. </issue_description>

Comments on the Issue (you are @copilot in this section)

@fregante # Show old feature names in more places

For example in the title attribute of rgh-linkify-features and in the info box of rgh-feature-descriptions</comment_new>


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI and others added 3 commits January 4, 2026 10:28
Co-authored-by: fregante <1402241+fregante@users.noreply.github.com>
Co-authored-by: fregante <1402241+fregante@users.noreply.github.com>
Co-authored-by: fregante <1402241+fregante@users.noreply.github.com>
Copilot AI changed the title [WIP] Expose old feature names in more places Expose old feature names in search URLs and UI Jan 4, 2026
Copilot AI requested a review from fregante January 4, 2026 10:38
- Add mt-n3 margin to "previously named" div
- Change "Previously:" to "previously named" in lowercase with text-small
- Wrap search terms in parentheses: (term1 OR term2)
- Change linkify-features to show "Now called X" for old names instead of "Previously: X" for new names

Co-authored-by: fregante <1402241+fregante@users.noreply.github.com>
Copilot AI requested a review from fregante January 10, 2026 08:14
@github-actions github-actions bot added enhancement meta Related to Refined GitHub itself labels Jan 10, 2026
@fregante
Copy link
Member

@copilot fix types

@fregante
Copy link
Member
fregante commented Jan 10, 2026

@fregante fregante marked this pull request as ready for review January 10, 2026 08:27
Co-authored-by: fregante <1402241+fregante@users.noreply.github.com>
Copy link
Contributor Author
Copilot AI commented Jan 10, 2026

@copilot fix types

Fixed in a09c892 - changed class to className in JSX

@fregante fregante changed the title Expose old feature names in search URLs and UI Improve UX around renamed features Jan 10, 2026
@fregante fregante enabled auto-merge (squash) January 10, 2026 08:30
@fregante fregante merged commit 6c9b133 into main Jan 10, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement meta Related to Refined GitHub itself

Development

Successfully merging this pull request may close these issues.

Expose old feature names in more places

2 participants

0