Skip to content

rgh-improve-new-issue-form - Add feature picker#9616

Merged
fregante merged 3 commits into
mainfrom
copilot/add-datalist-to-issue-form
May 26, 2026
Merged

rgh-improve-new-issue-form - Add feature picker#9616
fregante merged 3 commits into
mainfrom
copilot/add-datalist-to-issue-form

Conversation

@fregante

@fregante fregante commented May 25, 2026

Copy link
Copy Markdown
Member

@fregante fregante changed the title Add issue title feature-name datalist rgh-improve-new-issue-form - Add feature picker May 25, 2026
@github-actions github-actions Bot added the meta Related to Refined GitHub itself label May 25, 2026
field.after(
<datalist id={featureNameListId}>
{importedFeatures.map(feature => <option value={`\`${feature}\` `} />)}
</datalist>,

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ideas so good I should just retire now

0fdb438086d17211e67c5953472ee781

@fregante fregante marked this pull request as ready for review May 26, 2026 07:07
@fregante fregante enabled auto-merge (squash) May 26, 2026 07:15
@fregante fregante merged commit 507838a into main May 26, 2026
12 checks passed
@fregante fregante deleted the copilot/add-datalist-to-issue-form branch May 26, 2026 07:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

meta Related to Refined GitHub itself

Development

Successfully merging this pull request may close these issues.

2 participants