Conversation
Opens eigenpal/docx-editor/issues/new in a new tab with a pre-filled body (repro template + environment info). Body prompts the user to attach the .docx file that reproduces the bug, since GitHub URLs can't carry attachments. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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.
Summary
Adds a Help menu (next to Insert) with a Report issue item that opens
https://github.com/eigenpal/docx-editor/issues/newin a new tab with a pre-filled body.On the auto-upload question: GitHub doesn't accept file attachments via URL params (browser security), so the body instead prompts the user to drag-drop the
.docxthat reproduces the bug onto the issue. Body also pre-fills URL, viewport, and user agent.Changes
packages/react/src/components/reportIssue.ts— URL builder +openReportIssue()helperpackages/react/src/components/TitleBar.tsx— Help menu wired intoMenuBarpackages/react/i18n/en.json—toolbar.help,toolbar.reportIssue(synced to de/pl asnull)e2e/tests/help-menu.spec.ts— verifies click opens correct URL with expected body fieldsTest plan
bun run typechecknpx playwright test e2e/tests/help-menu.spec.ts🤖 Generated with Claude Code